com.sun.msv.reader.trex.typed

Class TypedTREXGrammarInterceptor


public class TypedTREXGrammarInterceptor
extends TREXGrammarReader.StateFactory

reads TREX grammar with 'label' annotation.
Author:
Kohsuke KAWAGUCHI

Field Summary

static String
LABEL_NAMESPACE

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, define, divInGrammar, element, empty, grammar, group, includeGrammar, interleave, mixed, notAllowed, nsAnyName, nsChoice, nsDifference, nsName, nsNot, nsNsName, oneOrMore, optional, ref, start, zeroOrMore

Field Details

LABEL_NAMESPACE

public static final String LABEL_NAMESPACE

Method Details

element

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