com.sun.msv.grammar.xmlschema
Class ElementDeclExp.XSElementExp
- ElementDeclExp
- NameClassAndExpression, Serializable
public class ElementDeclExp.XSElementExp
equals , getExpandedExp , hashCode , isEpsilonReducible , peelOccurence , visit , visit , visit , visit , visit , visit , visit , visit |
identityConstraints
public final Vector identityConstraints
identity constraints associated to this declaration.
When no constraint exists, this field may be null (or empty vector).
Items are of derived types of
IdentityConstraint
class.
These identity constraints are not enforced by the default Verifier
implementation.
getNameClass
public final NameClass getNameClass()
obtains a constraint over tag name.
ElementExp is cannot be shared because NameClass has to be mutable
to absorb the difference of RELAX and TREX.
In case of TREX, name class will be determined when parsing ElementExp itself.
Thus effectively it's immutable.
In case of RELAX, name class will be determined when its corresponding Clause
object is parsed.
- getNameClass in interface NameClassAndExpression
- getNameClass in interface ElementExp