BEA Systems, Inc.

WebLogic Server 6.1 API Reference

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

java.lang.Object
  |
  +--weblogic.apache.xerces.validators.schema.identity.Field

public class Field
extends java.lang.Object

Schema identity constraint field.

Version:
$Id: Field.java,v 1.5 2001/02/20 07:47:05 andyc Exp $
Author:
Andy Clark, IBM
Copyright © 2001 BEA Systems, Inc. All Rights Reserved.

Inner Class Summary
protected  class Field.Matcher
          Field matcher.
static class Field.XPath
          Field XPath.
 
Field Summary
protected  DatatypeValidator fDatatypeValidator
          Datatype.
protected  IdentityConstraint fIdentityConstraint
          Identity constraint.
protected  Field.XPath fXPath
          Field XPath.
 
Constructor Summary
Field(Field.XPath xpath, DatatypeValidator datatypeValidator, IdentityConstraint identityConstraint)
          Constructs a selector.
 
Method Summary
 XPathMatcher createMatcher(ValueStore store)
          Creates a field matcher.
 DatatypeValidator getDatatypeValidator()
          Returns the datatype validator.
 IdentityConstraint getIdentityConstraint()
          Returns the identity constraint.
 XPath getXPath()
          Returns the field XPath.
 java.lang.String toString()
          Returns a string representation of this object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

fXPath

protected Field.XPath fXPath
Field XPath.

fDatatypeValidator

protected DatatypeValidator fDatatypeValidator
Datatype.

fIdentityConstraint

protected IdentityConstraint fIdentityConstraint
Identity constraint.
Constructor Detail

Field

public Field(Field.XPath xpath,
             DatatypeValidator datatypeValidator,
             IdentityConstraint identityConstraint)
Constructs a selector.
Method Detail

getXPath

public XPath getXPath()
Returns the field XPath.

getDatatypeValidator

public DatatypeValidator getDatatypeValidator()
Returns the datatype validator.

getIdentityConstraint

public IdentityConstraint getIdentityConstraint()
Returns the identity constraint.

createMatcher

public XPathMatcher createMatcher(ValueStore store)
Creates a field matcher.

toString

public java.lang.String toString()
Returns a string representation of this object.

Overrides:
toString in class java.lang.Object

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.