com.sun.msv.reader.relax.core
Class RELAXCoreReader.StateFactory

java.lang.Object
  extended by com.sun.msv.reader.relax.RELAXReader.StateFactory
      extended by com.sun.msv.reader.relax.core.RELAXCoreReader.StateFactory
Enclosing class:
RELAXCoreReader

public static class RELAXCoreReader.StateFactory
extends RELAXReader.StateFactory


Field Summary
protected  XSDVocabulary vocabulary
           
 
Constructor Summary
RELAXCoreReader.StateFactory()
           
 
Method Summary
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)
           
 
Methods inherited from class com.sun.msv.reader.relax.RELAXReader.StateFactory
choice, empty, facets, hedgeRef, none, refLabel, sequence
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

vocabulary

protected XSDVocabulary vocabulary
Constructor Detail

RELAXCoreReader.StateFactory

public RELAXCoreReader.StateFactory()
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)


MSV