org.apache.xerces.parsers
Class XMLParser

java.lang.Object
  extended by 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:

Version:
$Id: XMLParser.java 447239 2006-09-18 05:08:26Z mrglavas $
Author:
Arnaud Le Hors, IBM, Andy Clark, IBM

Method Summary
 void parse(XMLInputSource inputSource)
          parse
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

parse

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

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