com.jxml.quick.util.dtd2xml
Class DTDbyName
java.lang.Object
|
+--com.jxml.quick.ocm.OCMsourceByName
|
+--com.jxml.quick.util.dtd2xml.DTDbyName
- All Implemented Interfaces:
- OCMbase, OCMsource
- public class DTDbyName
- extends OCMsourceByName
Retrives DTD by file name.
DTD:
<!ELEMENT dtdInput EMPTY>
<!ATTLIST dtdInput
inputSchema CDATA #IMPLIED
ID CDATA #IMPLIED
>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DTDbyName
public DTDbyName()
spawn
public OCMbase.SubBase spawn(HashMap prior)
- Description copied from interface:
OCMbase
- Creates a processing structure.
- Overrides:
spawn
in class OCMsourceByName
- Following copied from interface:
com.jxml.quick.ocm.OCMbase
- Parameters:
prior
- A table of already spawned objects,
keyed by their base object.