com.sapportals.wcm.service.pipeline.tools

Interface IXmlParser


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

parse

Document parse(InputSource input)
               throws SAXException,
                      IOException
Creates a DOM tree parsing the given input source

Parameters:
input - TBD: Description of the incoming method parameter
Returns:
TBD: Description of the outgoing return value
Throws:
SAXException - Exception raised in failure situation
IOException - Exception raised in failure situation

parse

Document parse(InputSource input,
               boolean validate)
               throws SAXException,
                      IOException
Creates a DOM tree parsing the given input source

Parameters:
input - TBD: Description of the incoming method parameter
validate - TBD: Description of the incoming method parameter
Returns:
TBD: Description of the outgoing return value
Throws:
SAXException - Exception raised in failure situation
IOException - Exception raised in failure situation

createEmptyDocument

Document createEmptyDocument()
Creates an empty DOM tree.

Returns:
TBD: Description of the outgoing return value
Access Rights

This class can be accessed from:


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


Copyright 2011 SAP AG Complete Copyright Notice