public class

XMLDocumentParser

extends AbstractXMLDocumentParser
java.lang.Object
   ↳ org.apache.xerces.parsers.XMLParser
     ↳ org.apache.xerces.parsers.AbstractXMLDocumentParser
       ↳ org.apache.xerces.parsers.XMLDocumentParser

Class Overview

This is a concrete vanilla XML parser class. It uses the abstract parser with either a BasicConfiguration object or the one specified by the application.

Summary

[Expand]
Inherited Constants
From class org.apache.xerces.parsers.XMLParser
From interface org.apache.xerces.xni.XMLDTDContentModelHandler
From interface org.apache.xerces.xni.XMLDTDHandler
[Expand]
Inherited Fields
From class org.apache.xerces.parsers.AbstractXMLDocumentParser
From class org.apache.xerces.parsers.XMLParser
Public Constructors
XMLDocumentParser()
Constructs a document parser using the default basic parser configuration.
XMLDocumentParser(XMLParserConfiguration config)
Constructs a document parser using the specified parser configuration.
XMLDocumentParser(SymbolTable symbolTable)
Constructs a document parser using the specified symbol table.
XMLDocumentParser(SymbolTable symbolTable, XMLGrammarPool grammarPool)
Constructs a document parser using the specified symbol table and grammar pool.
[Expand]
Inherited Methods
From class org.apache.xerces.parsers.AbstractXMLDocumentParser
From class org.apache.xerces.parsers.XMLParser
From class java.lang.Object
From interface org.apache.xerces.xni.XMLDTDContentModelHandler
From interface org.apache.xerces.xni.XMLDTDHandler
From interface org.apache.xerces.xni.XMLDocumentHandler

Public Constructors

public XMLDocumentParser ()

Constructs a document parser using the default basic parser configuration.

public XMLDocumentParser (XMLParserConfiguration config)

Constructs a document parser using the specified parser configuration.

public XMLDocumentParser (SymbolTable symbolTable)

Constructs a document parser using the specified symbol table.

public XMLDocumentParser (SymbolTable symbolTable, XMLGrammarPool grammarPool)

Constructs a document parser using the specified symbol table and grammar pool.