Package com.sun.msv.grammar.xmlschema
Class IdentityConstraint
java.lang.Object
com.sun.msv.grammar.xmlschema.IdentityConstraint
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
KeyConstraint
,KeyRefConstraint
,UniqueConstraint
represents an identity constraint.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionIdentityConstraint
(String namespaceURI, String localName, XPath[] selectors, Field[] fields) -
Method Summary
-
Field Details
-
selectors
selectors of the identity constraint. each XPath separated by '|' will be treated as one entity. -
namespaceURI
namespace URI of the identity constraint. -
localName
local name of the identity constraint. -
fields
fields of this constraint. -
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
IdentityConstraint
-