com.jxml.quick.util.dtd2xml
Class DTDexpress.SubDTDexpress
java.lang.Object
|
+--com.jxml.quick.ocm.OCMsinkSupport.SubSinkSupport
|
+--com.jxml.quick.ocm.OCMtranscribe.SubTranscribe
|
+--com.jxml.quick.util.dtd2xml.DTDexpress.SubDTDexpress
- All Implemented Interfaces:
- OCMbase.SubBase, OCMsink.SubSink, OCMsource.SubSource
- Enclosing class:
- DTDexpress
- public class DTDexpress.SubDTDexpress
- extends OCMtranscribe.SubTranscribe
A processing object spawned from an OCMsourceByName object.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DTDexpress.SubDTDexpress
public DTDexpress.SubDTDexpress(HashMap prior)
express
public String express()
throws SAXException,
IOException
- Description copied from interface:
OCMsink.SubSink
- Generate an XML document (or other text).
- Overrides:
express
in class OCMtranscribe.SubTranscribe
- Following copied from interface:
com.jxml.quick.ocm.OCMsink.SubSink
- Returns:
- The XML representation
express
public void express(PrintWriter pw)
throws SAXException,
IOException
- Description copied from interface:
OCMsink.SubSink
- Generate an XML document (or other text).
- Overrides:
express
in class OCMtranscribe.SubTranscribe
- Following copied from interface:
com.jxml.quick.ocm.OCMsink.SubSink
- Parameters:
PW
- PrintWriter where the XML document is to be written.