Package com.sun.msv.reader.relax
Class RELAXReader.StateFactory
java.lang.Object
com.sun.msv.reader.relax.RELAXReader.StateFactory
- Direct Known Subclasses:
RELAXCoreReader.StateFactory
- Enclosing class:
- RELAXReader
creates various State object, which in turn parses grammar.
parsing behavior can be customized by implementing custom StateFactory.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Statechoice(State parent, StartTagInfo tag) protected Stateempty(State parent, StartTagInfo tag) protected FacetStatefacets(State parent, StartTagInfo tag) protected StatehedgeRef(State parent, StartTagInfo tag) protected Statenone(State parent, StartTagInfo tag) protected StaterefLabel(State parent, StartTagInfo tag) protected Statesequence(State parent, StartTagInfo tag)
-
Constructor Details
-
StateFactory
public StateFactory()
-
-
Method Details
-
refLabel
-
hedgeRef
-
choice
-
none
-
empty
-
sequence
-
facets
-