Uses of Class
com.sun.msv.grammar.xmlschema.Field
-
Packages that use Field Package Description com.sun.msv.grammar.xmlschema W3C XML Schema grammar model.com.sun.msv.reader.xmlschema parses XML representation of XML Schema into AGM.com.sun.msv.verifier.identity Verifier with XML Schema's identity constraint check. -
-
Uses of Field in com.sun.msv.grammar.xmlschema
Fields in com.sun.msv.grammar.xmlschema declared as Field Modifier and Type Field Description Field[]
IdentityConstraint. fields
fields of this constraint.Constructors in com.sun.msv.grammar.xmlschema with parameters of type Field Constructor Description IdentityConstraint(String namespaceURI, String localName, XPath[] selectors, Field[] fields)
KeyConstraint(String namespaceURI, String localName, XPath[] selector, Field[] fields)
KeyRefConstraint(String namespaceURI, String localName, XPath[] selector, Field[] fields)
UniqueConstraint(String namespaceURI, String localName, XPath[] selector, Field[] fields)
-
Uses of Field in com.sun.msv.reader.xmlschema
Methods in com.sun.msv.reader.xmlschema that return Field Modifier and Type Method Description protected Field
IdentityConstraintState. parseField(String xpath)
-
Uses of Field in com.sun.msv.verifier.identity
Fields in com.sun.msv.verifier.identity declared as Field Modifier and Type Field Description protected Field
FieldMatcher. field
-