|
BEA Systems, Inc. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.apache.xerces.parsers.XMLParser
weblogic.apache.xerces.parsers.AbstractXMLDocumentParser
weblogic.apache.xerces.parsers.XMLDocumentParser
public class XMLDocumentParser
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.
Field Summary |
---|
Fields inherited from class weblogic.apache.xerces.parsers.AbstractXMLDocumentParser |
---|
fDocumentSource, fInDTD |
Fields inherited from class weblogic.apache.xerces.parsers.XMLParser |
---|
ENTITY_RESOLVER, ERROR_HANDLER, fConfiguration |
Fields inherited from interface weblogic.apache.xerces.xni.XMLDTDHandler |
---|
CONDITIONAL_IGNORE, CONDITIONAL_INCLUDE |
Fields inherited from interface weblogic.apache.xerces.xni.XMLDTDContentModelHandler |
---|
OCCURS_ONE_OR_MORE, OCCURS_ZERO_OR_MORE, OCCURS_ZERO_OR_ONE, SEPARATOR_CHOICE, SEPARATOR_SEQUENCE |
Constructor Summary | |
---|---|
XMLDocumentParser()
Deprecated. Constructs a document parser using the default basic parser configuration. |
|
XMLDocumentParser(SymbolTable symbolTable)
Deprecated. Constructs a document parser using the specified symbol table. |
|
XMLDocumentParser(SymbolTable symbolTable,
XMLGrammarPool grammarPool)
Deprecated. Constructs a document parser using the specified symbol table and grammar pool. |
|
XMLDocumentParser(XMLParserConfiguration config)
Deprecated. Constructs a document parser using the specified parser configuration. |
Method Summary |
---|
Methods inherited from class weblogic.apache.xerces.parsers.XMLParser |
---|
parse |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XMLDocumentParser()
public XMLDocumentParser(XMLParserConfiguration config)
public XMLDocumentParser(SymbolTable symbolTable)
public XMLDocumentParser(SymbolTable symbolTable, XMLGrammarPool grammarPool)
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs92 Copyright 2006 BEA Systems Inc. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |