|
BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--weblogic.apache.xerces.parsers.XMLParser
|
+--weblogic.apache.xerces.parsers.AbstractXMLDocumentParser
|
+--weblogic.apache.xerces.parsers.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.
| 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 |
| Constructor Summary | |
XMLDocumentParser()
Constructs a document parser using the default basic 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. |
|
XMLDocumentParser(XMLParserConfiguration config)
Constructs a document parser using the specified parser configuration. |
|
| 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/docs81 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||