AbstractXMLDocumentParser
, XMLGrammarParser
public abstract class XMLParser
extends java.lang.Object
In addition to the features and properties recognized by the parser configuration, this parser recognizes these additional features and properties:
Modifier and Type | Field | Description |
---|---|---|
protected static java.lang.String |
ENTITY_RESOLVER |
Property identifier: entity resolver.
|
protected static java.lang.String |
ERROR_HANDLER |
Property identifier: error handler.
|
protected org.apache.xerces.xni.parser.XMLParserConfiguration |
fConfiguration |
The parser configuration.
|
Modifier | Constructor | Description |
---|---|---|
protected |
XMLParser(org.apache.xerces.xni.parser.XMLParserConfiguration config) |
Default Constructor.
|
Modifier and Type | Method | Description |
---|---|---|
void |
parse(org.apache.xerces.xni.parser.XMLInputSource inputSource) |
parse
|
protected void |
reset() |
reset all components before parsing
|
protected static final java.lang.String ENTITY_RESOLVER
protected static final java.lang.String ERROR_HANDLER
protected final org.apache.xerces.xni.parser.XMLParserConfiguration fConfiguration
protected XMLParser(org.apache.xerces.xni.parser.XMLParserConfiguration config)
public void parse(org.apache.xerces.xni.parser.XMLInputSource inputSource) throws org.apache.xerces.xni.XNIException, java.io.IOException
inputSource
- org.apache.xerces.xni.XNIException
java.io.IOException
protected void reset() throws org.apache.xerces.xni.XNIException
org.apache.xerces.xni.XNIException
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.