|
|||||||||
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 | +--com.jxml.quick.ocm.OCMcontextSupport.SubContextSupport
Field Summary | |
Object |
dataModelRoot
|
DocumentHandler |
destination
The destination for SAX events. |
QDoc |
outputDoc
The output document. |
HashMap |
peers
A map of peers. |
OCMrootPeer |
rootPeer
The peer of the root data model object. |
StringBuffer |
sb
Generally useful for non-xml output. |
Fields inherited from class com.jxml.quick.ocm.OCMsinkSupport.SubSinkSupport |
cl, docName, inputDoc, properties, subSource, subValidator |
Constructor Summary | |
OCMcontextSupport.SubContextSupport(HashMap prior)
|
Method Summary | |
Object |
dataModelRoot(QDoc inputDoc)
|
String |
express()
Generate an XML document (or other text). |
void |
express(PrintWriter pw)
Generate an XML document (or other text). |
ClassLoader |
getClassLoader()
|
DocumentHandler |
getDestination()
Returns the SAX event destination, if any. |
QDoc |
getDoc()
Returns the document. |
QDoc |
getInputDoc()
Returns the input document. |
String |
getPUBLIC()
|
String |
getRootTag()
|
QDoc |
getSchemaDoc()
Returns the schema document. |
StringBuffer |
getStringBuffer()
Returns the string buffer used for non-xml output |
String |
getSYSTEM()
|
OCMpeer |
peer(Object dataModel,
OCMpeer parent)
Returns the peer object. |
OCMpeer |
rootPeer()
Returns the root peer object. |
void |
setClassLoader(ClassLoader cl)
|
void |
setDestination(DocumentHandler destination)
Sets the SAX event destination. |
void |
setStringBuffer(StringBuffer sb)
Sets the string buffer used for non-xml output |
Methods inherited from class com.jxml.quick.ocm.OCMsinkSupport.SubSinkSupport |
expressFile, getInputSchemaDoc, getProperties, getSubSource, setDocName, setInputDocName, setProperties |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.jxml.quick.ocm.OCMcontext |
getInputSchemaDoc, getProperties |
Methods inherited from interface com.jxml.quick.ocm.OCMsource.SubSource |
setInputDocName, setProperties |
Field Detail |
public StringBuffer sb
public OCMrootPeer rootPeer
public HashMap peers
public QDoc outputDoc
public DocumentHandler destination
public Object dataModelRoot
Constructor Detail |
public OCMcontextSupport.SubContextSupport(HashMap prior)
Method Detail |
public StringBuffer getStringBuffer()
OCMcontext
getStringBuffer
in interface OCMcontext
public void setStringBuffer(StringBuffer sb)
OCMcontext
setStringBuffer
in interface OCMcontext
public QDoc getSchemaDoc() throws SAXException, IOException
OCMcontext
getSchemaDoc
in interface OCMcontext
public DocumentHandler getDestination()
OCMcontext
getDestination
in interface OCMcontext
public void setDestination(DocumentHandler destination)
OCMcontext
setDestination
in interface OCMcontext
public OCMpeer peer(Object dataModel, OCMpeer parent) throws SAXException, IOException
OCMcontext
peer
in interface OCMcontext
public OCMpeer rootPeer() throws SAXException, IOException
OCMcontext
rootPeer
in interface OCMcontext
public Object dataModelRoot(QDoc inputDoc)
public QDoc getInputDoc() throws SAXException, IOException
OCMsinkSupport.SubSinkSupport
getInputDoc
in class OCMsinkSupport.SubSinkSupport
public QDoc getDoc() throws SAXException, IOException
OCMsource.SubSource
getDoc
in interface OCMsource.SubSource
public String express() throws SAXException, IOException
OCMsink.SubSink
express
in class OCMsinkSupport.SubSinkSupport
com.jxml.quick.ocm.OCMsink.SubSink
public void express(PrintWriter pw) throws SAXException, IOException
OCMsink.SubSink
express
in class OCMsinkSupport.SubSinkSupport
com.jxml.quick.ocm.OCMsink.SubSink
PW
- PrintWriter where the XML document is to be written.public String getPUBLIC()
getPUBLIC
in interface OCMcontext
public String getSYSTEM()
getSYSTEM
in interface OCMcontext
public String getRootTag()
getRootTag
in interface OCMcontext
public ClassLoader getClassLoader()
getClassLoader
in interface OCMcontext
public void setClassLoader(ClassLoader cl)
setClassLoader
in interface OCMcontext
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |