com.thaiopensource.relaxng.impl
Class PatternDumper

java.lang.Object
  extended bycom.thaiopensource.relaxng.impl.PatternDumper

public class PatternDumper
extends java.lang.Object


Method Summary
static void dump(java.io.OutputStream out, Pattern p)
           
static void dump(java.io.PrintWriter writer, Pattern p)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

dump

public static void dump(java.io.PrintWriter writer,
                        Pattern p)

dump

public static void dump(java.io.OutputStream out,
                        Pattern p)