com.sun.msv.grammar
Class DataExp
- DataOrValueExp, Serializable
public final class DataExp
Expression that matchs characters of the particular Datatype
.
equals , getExpandedExp , hashCode , isEpsilonReducible , peelOccurence , visit , visit , visit , visit , visit , visit , visit , visit |
dt
public final Datatype dt
datatype object that actually validates text.
except
public final Expression except
'except' clause of RELAX NG.
If a token matches this pattern, then it should be rejected.
name
public final StringPair name
name of this datatype.
The value of this field is not considered as significant.
When two TypedStringExps share the same Datatype object,
then they are unified even if they have different names.