com.jxml.quick.ocm
Interface OCMsource.SubSource

All Superinterfaces:
OCMbase.SubBase
All Known Implementing Classes:
OCMsourceByName.SubSourceByName, OCMtranscribe.SubTranscribe, OCMcontextSupport.SubContextSupport
Enclosing class:
OCMsource

public static interface OCMsource.SubSource
extends OCMbase.SubBase

A processing object spawned from an OCM source object.


Method Summary
 QDoc getDoc()
          Returns the document.
 QDoc getSchemaDoc()
          Returns the schema document.
 void setInputDocName(Object inputName)
          Sets the input doc name.
 void setProperties(Map properties)
          Sets the config properties
 

Method Detail

getSchemaDoc

public QDoc getSchemaDoc()
                  throws SAXException,
                         IOException
Returns the schema document.

setInputDocName

public void setInputDocName(Object inputName)
                     throws SAXException,
                            IOException
Sets the input doc name.

getDoc

public QDoc getDoc()
            throws SAXException,
                   IOException
Returns the document.

setProperties

public void setProperties(Map properties)
Sets the config properties