public abstract class XMLParser extends 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 and Description |
---|---|
protected static String |
ENTITY_RESOLVER
Property identifier: entity resolver.
|
protected static String |
ERROR_HANDLER
Property identifier: error handler.
|
protected XMLParserConfiguration |
fConfiguration
The parser configuration.
|
Modifier | Constructor and Description |
---|---|
protected |
XMLParser(XMLParserConfiguration config)
Default Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
parse(XMLInputSource inputSource)
parse
|
protected void |
reset()
reset all components before parsing
|
protected static final String ENTITY_RESOLVER
protected static final String ERROR_HANDLER
protected final XMLParserConfiguration fConfiguration
protected XMLParser(XMLParserConfiguration config)
public void parse(XMLInputSource inputSource) throws XNIException, IOException
inputSource
- XNIException
IOException
protected void reset() throws XNIException
XNIException
Copyright © 2021 JBoss by Red Hat. All rights reserved.