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.

This class is based on an implementation from the Apache XML Project. In future releases the XML parser, XSLT processor, and associated classes will likely be updated to be based on a later version of the Apache implementations. Since Apache does not guarantee backwards compatibility between versions of their software, we cannot guarantee backwards compatibility of any of the classes contained in the weblogic.apache package or sub-packages.

Version:
$Id: Field.java,v 1.5 2001/02/20 07:47:05 andyc Exp $
Author:
Andy Clark, IBM

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://download.oracle.com/docs/cd/E13222_01/wls/docs61

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