com.sun.msv.reader.relax
public abstract class RELAXReader extends GrammarReader
Nested Class Summary | |
---|---|
static class | RELAXReader.StateFactory
creates various State object, which in turn parses grammar.
parsing behavior can be customized by implementing custom StateFactory. |
Field Summary | |
---|---|
static String | ERR_ILLEGAL_OCCURS |
static String | ERR_MISPLACED_OCCURS |
static String | RELAXCoreNamespace Namespace URI of RELAX Core |
RELAXReader.StateFactory | sfactory |
Constructor Summary | |
---|---|
RELAXReader(GrammarReaderController controller, SAXParserFactory parserFactory, RELAXReader.StateFactory stateFactory, ExpressionPool pool, State initialState) |
Method Summary | |
---|---|
State | createExpressionChildState(State parent, StartTagInfo tag) |
FacetState | createFacetState(State parent, StartTagInfo tag) |