Package com.sun.msv.reader.trex.typed
Class TypedTREXGrammarInterceptor
- java.lang.Object
-
- com.sun.msv.reader.trex.TREXBaseReader.StateFactory
-
- com.sun.msv.reader.trex.classic.TREXGrammarReader.StateFactory
-
- com.sun.msv.reader.trex.typed.TypedTREXGrammarInterceptor
-
public class TypedTREXGrammarInterceptor extends TREXGrammarReader.StateFactory
reads TREX grammar with 'label' annotation.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
LABEL_NAMESPACE
-
Constructor Summary
Constructors Constructor Description TypedTREXGrammarInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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, includedGrammar, includeGrammar, interleave, mixed, notAllowed, nsAnyName, nsChoice, nsDifference, nsName, nsNot, nsNsName, oneOrMore, optional, ref, start, zeroOrMore
-
-
-
-
Field Detail
-
LABEL_NAMESPACE
public static final java.lang.String LABEL_NAMESPACE
- See Also:
- Constant Field Values
-
-
Method Detail
-
element
public State element(State parent, StartTagInfo tag)
- Overrides:
element
in classTREXBaseReader.StateFactory
-
-