Package com.sun.msv.reader.relax.core
Class RELAXCoreReader.StateFactory
- java.lang.Object
-
- com.sun.msv.reader.relax.RELAXReader.StateFactory
-
- com.sun.msv.reader.relax.core.RELAXCoreReader.StateFactory
-
- Enclosing class:
- RELAXCoreReader
public static class RELAXCoreReader.StateFactory extends RELAXReader.StateFactory
-
-
Field Summary
Fields Modifier and Type Field Description protected XSDVocabulary
vocabulary
-
Constructor Summary
Constructors Constructor Description StateFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected State
attPool(State parent, StartTagInfo tag)
protected State
attribute(State parent, StartTagInfo tag)
protected State
divInModule(State parent, StartTagInfo tag)
protected State
element(State parent, StartTagInfo tag)
protected State
elementRule(State parent, StartTagInfo tag)
protected State
hedgeRule(State parent, StartTagInfo tag)
protected State
include(State parent, StartTagInfo tag)
protected State
interface_(State parent, StartTagInfo tag)
protected State
mixed(State parent, StartTagInfo tag)
protected State
refRole(State parent, StartTagInfo tag)
protected State
simpleType(State parent, StartTagInfo tag)
protected State
tag(State parent, StartTagInfo tag)
protected State
tagInline(State parent, StartTagInfo tag)
-
-
-
Field Detail
-
vocabulary
protected XSDVocabulary vocabulary
-
-
Method Detail
-
mixed
protected State mixed(State parent, StartTagInfo tag)
-
element
protected State element(State parent, StartTagInfo tag)
-
attribute
protected State attribute(State parent, StartTagInfo tag)
-
refRole
protected State refRole(State parent, StartTagInfo tag)
-
divInModule
protected State divInModule(State parent, StartTagInfo tag)
-
hedgeRule
protected State hedgeRule(State parent, StartTagInfo tag)
-
tag
protected State tag(State parent, StartTagInfo tag)
-
tagInline
protected State tagInline(State parent, StartTagInfo tag)
-
attPool
protected State attPool(State parent, StartTagInfo tag)
-
include
protected State include(State parent, StartTagInfo tag)
-
interface_
protected State interface_(State parent, StartTagInfo tag)
-
elementRule
protected State elementRule(State parent, StartTagInfo tag)
-
simpleType
protected State simpleType(State parent, StartTagInfo tag)
-
-