|
SAP NetWeaver 7.30 SP01 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IXmlParser
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 | |
|---|---|
Document |
createEmptyDocument()
Creates an empty DOM tree. |
Document |
parse(InputSource input)
Creates a DOM tree parsing the given input source |
Document |
parse(InputSource input,
boolean validate)
Creates a DOM tree parsing the given input source |
| Method Detail |
|---|
Document parse(InputSource input)
throws SAXException,
IOException
input - TBD: Description of the incoming method parameter
SAXException - Exception raised in failure situation
IOException - Exception raised in failure situation
Document parse(InputSource input,
boolean validate)
throws SAXException,
IOException
input - TBD: Description of the incoming method parametervalidate - TBD: Description of the incoming method parameter
SAXException - Exception raised in failure situation
IOException - Exception raised in failure situationDocument createEmptyDocument()
| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
[sap.com] KMC-CM
|
[sap.com] tc/km/frwk
|
api
|
EP-KM-CM
|
|
SAP NetWeaver 7.30 SP01 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||