|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
WCM Pipeline interface for XML parser.
This interface must be implemented by every tool that implement XML parsing capabilites in order to be used by the WCM pipeline.
Copyright 2004 SAP AG
| Method Summary | |
org.w3c.dom.Document |
createEmptyDocument()
Creates an empty DOM tree. |
org.w3c.dom.Document |
parse(org.xml.sax.InputSource input)
Creates a DOM tree parsing the given input source |
org.w3c.dom.Document |
parse(org.xml.sax.InputSource input,
boolean validate)
Creates a DOM tree parsing the given input source |
| Method Detail |
public org.w3c.dom.Document parse(org.xml.sax.InputSource input)
throws org.xml.sax.SAXException,
java.io.IOException
input - TBD: Description of the incoming method parameterSAXException - Exception raised in failure situationjava.io.IOException - Exception raised in failure situation
public org.w3c.dom.Document parse(org.xml.sax.InputSource input,
boolean validate)
throws org.xml.sax.SAXException,
java.io.IOException
input - TBD: Description of the incoming method parametervalidate - TBD: Description of the incoming method parameterSAXException - Exception raised in failure situationjava.io.IOException - Exception raised in failure situationpublic org.w3c.dom.Document createEmptyDocument()
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||