|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.xerces.impl.dtd.XMLDTDProcessor org.apache.xerces.impl.dtd.XMLDTDLoader org.apache.xerces.impl.dtd.XML11DTDProcessor
public class XML11DTDProcessor
This class extends XMLDTDProcessor by giving it the ability to parse XML 1.1 documents correctly. It can also be used as a DTD loader, so that XML 1.1 external subsets can be processed correctly (hence it's rather anomalous-appearing derivation from XMLDTDLoader).
Field Summary |
---|
Fields inherited from class org.apache.xerces.impl.dtd.XMLDTDLoader |
---|
ENTITY_RESOLVER |
Fields inherited from interface org.apache.xerces.xni.XMLDTDHandler |
---|
CONDITIONAL_IGNORE, CONDITIONAL_INCLUDE |
Fields inherited from interface org.apache.xerces.xni.XMLDTDContentModelHandler |
---|
OCCURS_ONE_OR_MORE, OCCURS_ZERO_OR_MORE, OCCURS_ZERO_OR_ONE, SEPARATOR_CHOICE, SEPARATOR_SEQUENCE |
Constructor Summary | |
---|---|
XML11DTDProcessor()
|
|
XML11DTDProcessor(SymbolTable symbolTable)
|
|
XML11DTDProcessor(SymbolTable symbolTable,
XMLGrammarPool grammarPool)
|
Method Summary |
---|
Methods inherited from class org.apache.xerces.impl.dtd.XMLDTDLoader |
---|
getEntityResolver, getErrorHandler, getFeature, getLocale, getProperty, getRecognizedFeatures, getRecognizedProperties, loadGrammar, loadGrammarWithContext, setEntityResolver, setErrorHandler, setFeature, setLocale, setProperty |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XML11DTDProcessor()
public XML11DTDProcessor(SymbolTable symbolTable)
public XML11DTDProcessor(SymbolTable symbolTable, XMLGrammarPool grammarPool)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |