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

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

public class TypedTREXGrammarInterceptor
extends TREXGrammarReader.StateFactory

reads TREX grammar with 'label' annotation.

Author:
Kohsuke KAWAGUCHI

Field Summary
static java.lang.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 java.lang.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


Copyright © 2001-2003 Sun Microsystems, Inc. Documenation generated April 26 2005.