com.sun.msv.grammar.xmlschema
public class IdentityConstraint extends Object implements Serializable
Field Summary | |
---|---|
Field[] | fields fields of this constraint. |
String | localName local name of the identity constraint. |
String | namespaceURI namespace URI of the identity constraint. |
XPath[] | selectors
selectors of the identity constraint.
each XPath separated by '|' will be treated as one entity. |
Constructor Summary | |
---|---|
IdentityConstraint(String namespaceURI, String localName, XPath[] selectors, Field[] fields) |