TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.drivers.xml.internal
Interface IXmlParser

All Known Implementing Classes:
SimpleXmlParser, XSDXmlParserAdapter

Deprecated. As of TPTP 4.5.0, use the TPTP Business Intelligence and Reporting Tools (BIRT) reporting infrastructure (org.eclipse.tptp.platform.report.birt).

public interface IXmlParser

Interface to Xml parsers used by DXmlReader.


Method Summary
 java.util.Collection getDiagnostics()
          Deprecated.  
 org.w3c.dom.Document getDocument()
          Deprecated.  
 void parse(org.xml.sax.InputSource source)
          Deprecated. Parse the given source, parsed document if any if available through getDocument()
 

Method Detail

parse

void parse(org.xml.sax.InputSource source)
Deprecated. 
Parse the given source, parsed document if any if available through getDocument()


getDocument

org.w3c.dom.Document getDocument()
Deprecated. 
Returns:
parsed document, or null if none, or errors occurs

getDiagnostics

java.util.Collection getDiagnostics()
Deprecated. 
Returns:
a list of diagnostic messages after parsing the input source

TPTP 4.5.0 Platform Project
Internal API Specification