com.sun.msv.reader.trex.typed
Class TypedTREXGrammarInterceptor

java.lang.Object
  extended by com.sun.msv.reader.trex.TREXBaseReader.StateFactory
      extended by com.sun.msv.reader.trex.classic.TREXGrammarReader.StateFactory
          extended by com.sun.msv.reader.trex.typed.TypedTREXGrammarInterceptor

public class TypedTREXGrammarInterceptor
extends TREXGrammarReader.StateFactory

reads TREX grammar with 'label' annotation.

Author:
Kohsuke KAWAGUCHI

Field Summary
static String LABEL_NAMESPACE
           
 
Constructor Summary
TypedTREXGrammarInterceptor()
           
 
Method Summary
 State element(State parent, StartTagInfo tag)
           
 
Methods inherited from class com.sun.msv.reader.trex.classic.TREXGrammarReader.StateFactory
anyString, concur, data, define, includePattern, string
 
Methods inherited from class com.sun.msv.reader.trex.TREXBaseReader.StateFactory
attribute, choice, createGrammar, divInGrammar, empty, grammar, group, includeGrammar, interleave, mixed, notAllowed, nsAnyName, nsChoice, nsDifference, nsName, nsNot, nsNsName, oneOrMore, optional, ref, start, zeroOrMore
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LABEL_NAMESPACE

public static final String LABEL_NAMESPACE
See Also:
Constant Field Values
Constructor Detail

TypedTREXGrammarInterceptor

public TypedTREXGrammarInterceptor()
Method Detail

element

public State element(State parent,
                     StartTagInfo tag)
Overrides:
element in class TREXBaseReader.StateFactory