|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.jxml.quick.ocm.OCMsinkSupport.SubSinkSupport
A processing object spawned from an OCMsinkSupport object.
Field Summary | |
ClassLoader |
cl
|
String |
docName
Document URL. |
QDoc |
inputDoc
The input document to be processed. |
Map |
properties
Properties from config. |
OCMsource.SubSource |
subSource
The source of the input document. |
OCMvalidator.SubValidator |
subValidator
The validator is applied prior to processing. |
Constructor Summary | |
OCMsinkSupport.SubSinkSupport(HashMap prior)
|
Method Summary | |
String |
express()
Generate an XML document (or other text). |
void |
express(PrintWriter pw)
Generate an XML document (or other text). |
void |
expressFile()
Express an object tree as an XML document using the default encoding. |
protected QDoc |
getInputDoc()
Returns the input document. |
QDoc |
getInputSchemaDoc()
Gets the input schema doc. |
Map |
getProperties()
Returns the config properties |
OCMsource.SubSource |
getSubSource()
Returns the input source used by the sink. |
void |
setDocName(String docName)
Sets the doc name. |
void |
setInputDocName(Object inputName)
Sets the input doc name. |
void |
setProperties(Map properties)
Sets the config properties |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public ClassLoader cl
public Map properties
public OCMvalidator.SubValidator subValidator
public OCMsource.SubSource subSource
public String docName
public QDoc inputDoc
Constructor Detail |
public OCMsinkSupport.SubSinkSupport(HashMap prior)
Method Detail |
public OCMsource.SubSource getSubSource() throws SAXException, IOException
OCMsink.SubSink
getSubSource
in interface OCMsink.SubSink
public QDoc getInputSchemaDoc() throws SAXException, IOException
OCMsink.SubSink
getInputSchemaDoc
in interface OCMsink.SubSink
public void setInputDocName(Object inputName) throws SAXException, IOException
OCMsink.SubSink
setInputDocName
in interface OCMsink.SubSink
public void setDocName(String docName) throws SAXException, IOException
OCMsink.SubSink
setDocName
in interface OCMsink.SubSink
public void expressFile() throws SAXException, IOException
OCMsink.SubSink
expressFile
in interface OCMsink.SubSink
com.jxml.quick.ocm.OCMsink.SubSink
filename
- File name of the new XML document.public String express() throws SAXException, IOException
OCMsink.SubSink
express
in interface OCMsink.SubSink
com.jxml.quick.ocm.OCMsink.SubSink
public void express(PrintWriter pw) throws SAXException, IOException
OCMsink.SubSink
express
in interface OCMsink.SubSink
com.jxml.quick.ocm.OCMsink.SubSink
PW
- PrintWriter where the XML document is to be written.protected QDoc getInputDoc() throws SAXException, IOException
public Map getProperties()
public void setProperties(Map properties)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |