|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xml.sax.helpers.XMLFilterImpl
com.sun.msv.reader.GrammarReader
com.sun.msv.reader.relax.RELAXReader
reads RELAX grammar/module by SAX2 and constructs abstract grammar model.
| Nested Class Summary | |
static class |
RELAXReader.StateFactory
creates various State object, which in turn parses grammar. |
| Nested classes inherited from class com.sun.msv.reader.GrammarReader |
GrammarReader.BackPatch, GrammarReader.BackwardReferenceMap, GrammarReader.ChainPrefixResolver, GrammarReader.PrefixResolver |
| Field Summary | |
static java.lang.String |
ERR_ILLEGAL_OCCURS
|
static java.lang.String |
ERR_MISPLACED_OCCURS
|
static java.lang.String |
RELAXCoreNamespace
Namespace URI of RELAX Core |
RELAXReader.StateFactory |
sfactory
|
| Constructor Summary | |
RELAXReader(GrammarReaderController controller,
javax.xml.parsers.SAXParserFactory parserFactory,
RELAXReader.StateFactory stateFactory,
ExpressionPool pool,
State initialState)
|
|
| Method Summary | |
State |
createExpressionChildState(State parent,
StartTagInfo tag)
this method must be implemented by the derived class to create language-default expresion state. |
FacetState |
createFacetState(State parent,
StartTagInfo tag)
|
| Methods inherited from class org.xml.sax.helpers.XMLFilterImpl |
characters, endDocument, endElement, error, fatalError, getContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getParent, getProperty, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setContentHandler, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setParent, setProperty, skippedEntity, startDocument, startElement, unparsedEntityDecl, warning |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String RELAXCoreNamespace
public final RELAXReader.StateFactory sfactory
public static final java.lang.String ERR_ILLEGAL_OCCURS
public static final java.lang.String ERR_MISPLACED_OCCURS
| Constructor Detail |
public RELAXReader(GrammarReaderController controller,
javax.xml.parsers.SAXParserFactory parserFactory,
RELAXReader.StateFactory stateFactory,
ExpressionPool pool,
State initialState)
| Method Detail |
public State createExpressionChildState(State parent,
StartTagInfo tag)
GrammarReader
createExpressionChildState in class GrammarReader
public FacetState createFacetState(State parent,
StartTagInfo tag)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||