|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcwi.GraphXML.AbstractParser
cwi.GraphXML.XercesParser
Implementation of the abstract parser on the top of the IBM XML4J/Apache Xerces package.
This is the only Java file in the package which is explicitly dependent on the IBM/Apache parser.
| Nested Class Summary | |
|---|---|
(package private) class |
XercesParser.XercesErrorHandler
IBM Specific error handling |
| Field Summary |
|---|
| Fields inherited from class cwi.GraphXML.AbstractParser |
|---|
entityResolver |
| Constructor Summary | |
|---|---|
XercesParser()
|
|
| Method Summary | |
|---|---|
org.w3c.dom.Document |
parse(java.io.InputStream xmlStream,
boolean validate)
The 'real' parsing |
| Methods inherited from class cwi.GraphXML.AbstractParser |
|---|
addParserErrorListener, decompose, decompose, fireParserError, fireParserFatalError, fireParserWarning, getKeywords, getStoppers, interpret, interpret, parse, parse, removeParserErrorListener, setGraphSemantics |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public XercesParser()
| Method Detail |
public org.w3c.dom.Document parse(java.io.InputStream xmlStream,
boolean validate)
parse in class AbstractParserxmlStream - the xml Stream to be parsedvalidate - decide whether the parser is validating or not
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||