|
Xerces 2.0.0.alpha | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.xerces.parsers.XMLParser | +--org.apache.xerces.parsers.XMLGrammarParser | +--org.apache.xerces.parsers.SchemaParser
Field Summary | |
protected DOMParser |
fDOMParser
fDOMParser |
protected org.apache.xerces.impl.validation.GrammarPool |
fGrammarPool
fGrammarPool |
Fields inherited from class org.apache.xerces.parsers.XMLGrammarParser |
fDatatypeValidatorFactory |
Fields inherited from class org.apache.xerces.parsers.XMLParser |
fEntityManager, fErrorReporter, fFeatures, fLocator, fProperties, fSymbolTable |
Constructor Summary | |
SchemaParser(org.apache.xerces.util.SymbolTable symbolTable,
org.apache.xerces.impl.validation.GrammarPool grammarPool)
|
Method Summary | |
org.apache.xerces.impl.validation.grammars.SchemaGrammar |
getSchemaGrammar()
getSchemaGrammar |
Methods inherited from class org.apache.xerces.parsers.XMLGrammarParser |
getFeature, getProperty |
Methods inherited from class org.apache.xerces.parsers.XMLParser |
checkFeature, checkProperty, getEntityResolver, getErrorHandler, parse, parse, reset, setEntityResolver, setErrorHandler, setFeature, setLocale, setProperty |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected DOMParser fDOMParser
protected org.apache.xerces.impl.validation.GrammarPool fGrammarPool
Constructor Detail |
public SchemaParser(org.apache.xerces.util.SymbolTable symbolTable, org.apache.xerces.impl.validation.GrammarPool grammarPool)
symbolTable
- grammarPool
- Method Detail |
public org.apache.xerces.impl.validation.grammars.SchemaGrammar getSchemaGrammar()
|
Xerces 2.0.0.alpha | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |