BEA Systems, Inc.

WebLogic Server 6.1 API Reference

Uses of Class
weblogic.apache.xerces.validators.schema.identity.Field

Packages that use Field
weblogic.apache.xerces.validators.common   
weblogic.apache.xerces.validators.schema.identity   
 

Uses of Field in weblogic.apache.xerces.validators.common
 

Fields in weblogic.apache.xerces.validators.common declared as Field
 Field XMLValidator.OrderedHashtable.Entry.key
          Key.
 

Methods in weblogic.apache.xerces.validators.common with parameters of type Field
 XPathMatcher XMLValidator.activateField(Field field)
          Request to activate the specified field.
 void XMLValidator.ValueStoreBase.addValue(Field field, java.lang.String value)
          Adds the specified value to the value store.
 XMLValidator.ValueStoreBase XMLValidator.ValueStoreCache.getValueStoreFor(Field field)
          Returns the value store associated to the specified field.
 

Uses of Field in weblogic.apache.xerces.validators.schema.identity
 

Fields in weblogic.apache.xerces.validators.schema.identity declared as Field
protected  Field[] IdentityConstraint.fFields
          Fields.
 

Methods in weblogic.apache.xerces.validators.schema.identity that return Field
 Field IdentityConstraint.getFieldAt(int index)
          Returns the field at the specified index.
 

Methods in weblogic.apache.xerces.validators.schema.identity with parameters of type Field
 void ValueStore.addValue(Field field, java.lang.String value)
          Adds the specified value to the value store.
 void IdentityConstraint.addField(Field field)
          Adds a field.
 XPathMatcher FieldActivator.activateField(Field field)
          Request to activate the specified field.
 

Constructors in weblogic.apache.xerces.validators.schema.identity with parameters of type Field
Field.Matcher.Field.Matcher(Field.XPath xpath, ValueStore store)
          Constructs a field matcher.
 


Documentation is available at
http://e-docs.bea.com/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.