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

>


Inner Class Summary
 class OCMsourceByName.SubSourceByName
          A processing object spawned from an OCMsourceByName object.
 
Inner classes inherited from class com.jxml.quick.ocm.OCMsource
OCMsource.SubSource
 
Inner classes inherited from class com.jxml.quick.ocm.OCMbase
OCMbase.SubBase
 
Field Summary
 String schemaName
          The input schema name.
 
Constructor Summary
OCMsourceByName()
           
 
Method Summary
 OCMbase.SubBase spawn(HashMap prior)
          Creates a processing structure.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

schemaName

public String schemaName
The input schema name.
Constructor Detail

OCMsourceByName

public OCMsourceByName()
Method Detail

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.