TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.drivers.xml.internal
Class XSDXmlParserAdapter

java.lang.Object
  extended by org.eclipse.tptp.platform.report.drivers.xml.internal.XSDXmlParserAdapter
All Implemented Interfaces:
IXmlParser

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 class XSDXmlParserAdapter
extends java.lang.Object
implements IXmlParser

Interface between XSDParser and IXmlParser.


Field Summary
protected  org.eclipse.xsd.util.XSDParser parser_
          Deprecated.  
 
Constructor Summary
XSDXmlParserAdapter(org.eclipse.xsd.util.XSDParser parser)
          Deprecated.  
 
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()
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parser_

protected org.eclipse.xsd.util.XSDParser parser_
Deprecated. 
Constructor Detail

XSDXmlParserAdapter

public XSDXmlParserAdapter(org.eclipse.xsd.util.XSDParser parser)
Deprecated. 
Method Detail

parse

public void parse(org.xml.sax.InputSource source)
Deprecated. 
Description copied from interface: IXmlParser
Parse the given source, parsed document if any if available through getDocument()

Specified by:
parse in interface IXmlParser

getDocument

public org.w3c.dom.Document getDocument()
Deprecated. 
Specified by:
getDocument in interface IXmlParser
Returns:
parsed document, or null if none, or errors occurs

getDiagnostics

public java.util.Collection getDiagnostics()
Deprecated. 
Specified by:
getDiagnostics in interface IXmlParser
Returns:
a list of diagnostic messages after parsing the input source

TPTP 4.5.0 Platform Project
Internal API Specification