BEA Systems, Inc.

WebLogic Server 8.1 API Reference

weblogic.apache.xerces.parsers
Class XMLParser

java.lang.Object
  |
  +--weblogic.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:


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  XMLParserConfiguration fConfiguration
          The parser configuration.
 
Constructor Summary
protected XMLParser(XMLParserConfiguration config)
          Default Constructor.
 
Method Summary
 void parse(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
 

Field Detail

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 XMLParserConfiguration fConfiguration
The parser configuration.
Constructor Detail

XMLParser

protected XMLParser(XMLParserConfiguration config)
Default Constructor.
Method Detail

parse

public void parse(XMLInputSource inputSource)
           throws XNIException,
                  java.io.IOException
parse

Parameters:
inputSource -  
Throws:
XNIException -  
java.io.IOException -  

reset

protected void reset()
              throws XNIException
reset all components before parsing

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs81b