com.jxml.quick.ocm
Class OCMsourceByName.SubSourceByName
java.lang.Object
|
+--com.jxml.quick.ocm.OCMsourceByName.SubSourceByName
- All Implemented Interfaces:
- OCMbase.SubBase, OCMsource.SubSource
- Direct Known Subclasses:
- DTDbyName.SubDTDbyName
- Enclosing class:
- OCMsourceByName
- public class OCMsourceByName.SubSourceByName
- extends Object
- implements OCMsource.SubSource
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 |
docName
public Object docName
- Input document URL.
properties
public Map properties
- The config properties
outputDoc
public QDoc outputDoc
- The output document.
OCMsourceByName.SubSourceByName
public OCMsourceByName.SubSourceByName(HashMap prior)
getSchemaDoc
public QDoc getSchemaDoc()
throws SAXException,
IOException
- Description copied from interface:
OCMsource.SubSource
- Returns the schema document.
- Specified by:
getSchemaDoc
in interface OCMsource.SubSource
setInputDocName
public void setInputDocName(Object docName)
throws SAXException,
IOException
- Description copied from interface:
OCMsource.SubSource
- Sets the input doc name.
- Specified by:
setInputDocName
in interface OCMsource.SubSource
getDoc
public QDoc getDoc()
throws SAXException,
IOException
- Description copied from interface:
OCMsource.SubSource
- Returns the document.
- Specified by:
getDoc
in interface OCMsource.SubSource
setProperties
public void setProperties(Map properties)
- Sets the config properties
- Specified by:
setProperties
in interface OCMsource.SubSource