org.apache.xerces.parsers
Class XMLParser
java.lang.Object
|
+--org.apache.xerces.parsers.XMLParser
- Direct Known Subclasses:
- AbstractXMLDocumentParser, XMLGrammarParser
- public abstract class XMLParser
- extends java.lang.Object
Base class of all XML-related parsers.
In addition to the features and properties recognized by the parser
configuration, this parser recognizes these additional features and
properties:
- Properties
- http://apache.org/xml/properties/internal/error-handler
- http://apache.org/xml/properties/internal/entity-resolver
- Version:
- $Id: XMLParser.java,v 1.2 2001/08/23 00:35:31 lehors Exp $
- Author:
- Stubs generated by DesignDoc on Mon Sep 11 11:10:57 PDT 2000, Arnaud Le Hors, IBM, Andy Clark, IBM
Field Summary |
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. |
Constructor Summary |
protected |
XMLParser(org.apache.xerces.xni.parser.XMLParserConfiguration config)
Default Constructor. |
Method Summary |
void |
parse(org.apache.xerces.xni.parser.XMLInputSource inputSource)
parse |
protected void |
reset()
reset all components before parsing |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
ENTITY_RESOLVER
protected static final java.lang.String ENTITY_RESOLVER
- Property identifier: entity resolver.
ERROR_HANDLER
protected static final java.lang.String ERROR_HANDLER
- Property identifier: error handler.
fConfiguration
protected org.apache.xerces.xni.parser.XMLParserConfiguration fConfiguration
- The parser configuration.
XMLParser
protected XMLParser(org.apache.xerces.xni.parser.XMLParserConfiguration config)
- Default Constructor.
parse
public void parse(org.apache.xerces.xni.parser.XMLInputSource inputSource)
throws org.apache.xerces.xni.XNIException,
java.io.IOException
- parse
- Parameters:
inputSource
- - Throws:
- org.xml.sax.SAXException -
- java.io.IOException -
reset
protected void reset()
throws org.apache.xerces.xni.XNIException
- reset all components before parsing
Copyright © 1999-2001 Apache XML Project. All Rights Reserved.