|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provides the operating context for a conversion.
Method Summary | |
ClassLoader |
getClassLoader()
|
DocumentHandler |
getDestination()
Returns the SAX event destination, if any. |
QDoc |
getInputSchemaDoc()
Gets the input schema doc. |
Map |
getProperties()
Returns the config properties |
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 |
Method Detail |
public StringBuffer getStringBuffer()
public void setStringBuffer(StringBuffer sb)
public Map getProperties()
public QDoc getSchemaDoc() throws SAXException, IOException
public QDoc getInputSchemaDoc() throws SAXException, IOException
public DocumentHandler getDestination()
public void setDestination(DocumentHandler destination)
public OCMpeer peer(Object dataModel, OCMpeer parent) throws SAXException, IOException
public OCMpeer rootPeer() throws SAXException, IOException
public String getPUBLIC() throws SAXException, IOException
public String getSYSTEM() throws SAXException, IOException
public String getRootTag() throws SAXException, IOException
public ClassLoader getClassLoader()
public void setClassLoader(ClassLoader cl)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |