Uses of Class
com.sun.msv.grammar.xmlschema.Field

Packages that use Field
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
 Field[] IdentityConstraint.fields
          fields of this constraint.
 

Constructors in com.sun.msv.grammar.xmlschema with parameters of type Field
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
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
protected  Field FieldMatcher.field
           
 



MSV