|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A processing object spawned from an OCMsource object.
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. |
QDoc |
getInputSchemaDoc()
Gets the input schema doc. |
OCMsource.SubSource |
getSubSource()
Returns the input source used by the sink. |
void |
setDocName(String inputName)
Sets the doc name. |
void |
setInputDocName(Object inputName)
Sets the input doc name. |
Method Detail |
public OCMsource.SubSource getSubSource() throws SAXException, IOException
public QDoc getInputSchemaDoc() throws SAXException, IOException
public void setInputDocName(Object inputName) throws SAXException, IOException
public void setDocName(String inputName) throws SAXException, IOException
public String express() throws SAXException, IOException
public void expressFile() throws SAXException, IOException
filename
- File name of the new XML document.public void express(PrintWriter pw) throws SAXException, IOException
PW
- PrintWriter where the XML document is to be written.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |