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