org.apache.xerces.impl.dtd
Class XML11DTDProcessor
- org.apache.xerces.xni.parser.XMLComponent, org.apache.xerces.xni.parser.XMLDTDContentModelFilter, org.apache.xerces.xni.parser.XMLDTDFilter, org.apache.xerces.xni.grammars.XMLGrammarLoader
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).
$Id: XML11DTDProcessor.java 354893 2005-12-07 23:06:22Z mrglavas $
DTD_VALIDATOR , ERROR_REPORTER , GRAMMAR_POOL , NOTIFY_CHAR_REFS , PARSER_SETTINGS , SYMBOL_TABLE , VALIDATION , WARN_ON_DUPLICATE_ATTDEF , WARN_ON_UNDECLARED_ELEMDEF , fDTDContentModelHandler , fDTDContentModelSource , fDTDGrammar , fDTDHandler , fDTDSource , fDTDValidation , fErrorReporter , fGrammarBucket , fGrammarPool , fInDTDIgnore , fLocale , fSymbolTable , fValidation , fValidator , fWarnDuplicateAttdef , fWarnOnUndeclaredElemdef |
createDTDScanner , getEntityResolver , getErrorHandler , getFeature , getLocale , getProperty , getRecognizedFeatures , getRecognizedProperties , getScannerVersion , loadGrammar , loadGrammarWithContext , reset , setEntityResolver , setErrorHandler , setFeature , setLocale , setProperty |
any , attributeDecl , checkStandaloneEntityRef , comment , element , elementDecl , empty , endAttlist , endConditional , endContentModel , endDTD , endExternalSubset , endGroup , endParameterEntity , externalEntityDecl , getDTDContentModelHandler , getDTDContentModelSource , getDTDHandler , getDTDSource , getFeatureDefault , getPropertyDefault , getRecognizedFeatures , getRecognizedProperties , ignoredCharacters , internalEntityDecl , isValidName , isValidNmtoken , notationDecl , occurrence , pcdata , processingInstruction , reset , reset , separator , setDTDContentModelHandler , setDTDContentModelSource , setDTDHandler , setDTDSource , setFeature , setProperty , startAttlist , startConditional , startContentModel , startDTD , startExternalSubset , startGroup , startParameterEntity , textDecl , unparsedEntityDecl |
XML11DTDProcessor
public XML11DTDProcessor()
Deny default construction; we need a SymtolTable!
XML11DTDProcessor
public XML11DTDProcessor(SymbolTable symbolTable)
XML11DTDProcessor
public XML11DTDProcessor(SymbolTable symbolTable,
org.apache.xerces.xni.grammars.XMLGrammarPool grammarPool)
Copyright B) 1999-2006 The Apache Software Foundation. All Rights Reserved.