com.sun.msv.grammar.xmlschema
Class KeyConstraint
java.lang.Object
com.sun.msv.grammar.xmlschema.IdentityConstraint
com.sun.msv.grammar.xmlschema.KeyConstraint
- All Implemented Interfaces:
- Serializable
public class KeyConstraint
- extends IdentityConstraint
key constraint.
- Author:
- Kohsuke KAWAGUCHI
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeyConstraint
public KeyConstraint(String namespaceURI,
String localName,
XPath[] selector,
Field[] fields)
MSV