com.sun.msv.grammar.trex.typed
Class TypedElementPattern
java.lang.Object
com.sun.msv.grammar.Expression
com.sun.msv.grammar.ElementExp
com.sun.msv.grammar.trex.ElementPattern
com.sun.msv.grammar.trex.typed.TypedElementPattern
- All Implemented Interfaces:
- NameClassAndExpression, java.io.Serializable
- public class TypedElementPattern
- extends ElementPattern
ElementPattern with type.
Proprietary extension by MSV to support type-assignment in TREX.
- Author:
- Kohsuke KAWAGUCHI
- See Also:
- Serialized Form
Field Summary |
java.lang.String |
label
label of this element. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
label
public final java.lang.String label
- label of this element.
TypedElementPattern
public TypedElementPattern(NameClass nameClass,
Expression contentModel,
java.lang.String label)
Copyright © 2001-2003 Sun Microsystems, Inc. Documenation generated April 26 2005.