BEA Systems, Inc.

WebLogic Server 6.1 API Reference

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

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

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

Fields in weblogic.apache.xerces.validators.common declared as IdentityConstraint
protected  IdentityConstraint XMLValidator.ValueStoreBase.fIdentityConstraint
          Identity constraint.
 

Methods in weblogic.apache.xerces.validators.common with parameters of type IdentityConstraint
 void XMLValidator.startValueScopeFor(IdentityConstraint identityConstraint)
          Start the value scope for the specified identity constraint.
 void XMLValidator.endValueScopeFor(IdentityConstraint identityConstraint)
          Ends the value scope for the specified identity constraint.
 

Constructors in weblogic.apache.xerces.validators.common with parameters of type IdentityConstraint
XMLValidator.ValueStoreBase.XMLValidator.ValueStoreBase(IdentityConstraint identityConstraint)
          Constructs a value store for the specified identity constraint.
 

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

Subclasses of IdentityConstraint in weblogic.apache.xerces.validators.schema.identity
 class Key
          Schema key identity constraint.
 class KeyRef
          Schema key reference identity constraint.
 class Unique
          Schema unique identity constraint.
 

Fields in weblogic.apache.xerces.validators.schema.identity declared as IdentityConstraint
protected  IdentityConstraint Field.fIdentityConstraint
          Identity constraint.
protected  IdentityConstraint Selector.fIdentityConstraint
          Identity constraint.
 

Methods in weblogic.apache.xerces.validators.schema.identity that return IdentityConstraint
 IdentityConstraint Field.getIdentityConstraint()
          Returns the identity constraint.
 IdentityConstraint Selector.getIdentityConstraint()
          Returns the identity constraint.
 

Methods in weblogic.apache.xerces.validators.schema.identity with parameters of type IdentityConstraint
 void FieldActivator.startValueScopeFor(IdentityConstraint identityConstraint)
          Start the value scope for the specified identity constraint.
 void FieldActivator.endValueScopeFor(IdentityConstraint identityConstraint)
          Ends the value scope for the specified identity constraint.
 

Constructors in weblogic.apache.xerces.validators.schema.identity with parameters of type IdentityConstraint
Field.Field(Field.XPath xpath, DatatypeValidator datatypeValidator, IdentityConstraint identityConstraint)
          Constructs a selector.
Selector.Selector(Selector.XPath xpath, IdentityConstraint identityConstraint)
          Constructs a selector.
 


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.