|
TPTP 4.6.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.tptp.platform.report.sxp.internal.SimpleXmlParser
org.eclipse.tptp.platform.report.birt).
public class SimpleXmlParser
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 |
|---|
protected java.io.InputStream input_
protected int curr_line_
protected int curr_col_
protected SXPDocument doc_
protected boolean utf8_encoding_
| Constructor Detail |
|---|
public SimpleXmlParser()
| Method Detail |
|---|
public org.w3c.dom.Document getDocument()
getDocument in interface IXmlParserpublic void parse(org.xml.sax.InputSource is)
parse in interface IXmlParserpublic java.util.Collection getDiagnostics()
getDiagnostics in interface IXmlParser
|
TPTP 4.6.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||