TPTP 4.6.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.sxp.internal
Class SimpleXmlParser

java.lang.Object
  extended by org.eclipse.tptp.platform.report.sxp.internal.SimpleXmlParser
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 SimpleXmlParser
extends java.lang.Object
implements IXmlParser

UNDER TEST ... to avoid dependency on XSd, EMF ...


Field Summary
protected  int curr_col_
          Deprecated.  
protected  int curr_line_
          Deprecated.  
protected  SXPDocument doc_
          Deprecated.  
protected  java.io.InputStream input_
          Deprecated.  
protected  boolean utf8_encoding_
          Deprecated.  
 
Constructor Summary
SimpleXmlParser()
          Deprecated.  
 
Method Summary
 java.util.Collection getDiagnostics()
          Deprecated.  
 org.w3c.dom.Document getDocument()
          Deprecated.  
 void parse(org.xml.sax.InputSource is)
          Deprecated. only InputStream kind is supported for InputSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

input_

protected java.io.InputStream input_
Deprecated. 

curr_line_

protected int curr_line_
Deprecated. 

curr_col_

protected int curr_col_
Deprecated. 

doc_

protected SXPDocument doc_
Deprecated. 

utf8_encoding_

protected boolean utf8_encoding_
Deprecated. 
Constructor Detail

SimpleXmlParser

public SimpleXmlParser()
Deprecated. 
Method Detail

getDocument

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

parse

public void parse(org.xml.sax.InputSource is)
Deprecated. 
only InputStream kind is supported for InputSource

Specified by:
parse in interface IXmlParser

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.6.0 Platform Project
Internal API Specification