org.apache.xerces.impl.validation.identity
Class KeyRef

java.lang.Object
  |
  +--org.apache.xerces.impl.validation.identity.IdentityConstraint
        |
        +--org.apache.xerces.impl.validation.identity.KeyRef

public class KeyRef
extends IdentityConstraint

Schema key reference identity constraint.

Version:
$Id: KeyRef.java,v 1.1.2.1 2001/01/16 04:36:06 andyc Exp $
Author:
Andy Clark, IBM

Constructor Summary
KeyRef(java.lang.String name)
          Constructs a keyref with the specified name.
 
Method Summary
 java.lang.String getName()
          Returns the name.
 
Methods inherited from class org.apache.xerces.impl.validation.identity.IdentityConstraint
addField, getFieldAt, getFieldCount, getSelector, setSelector
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyRef

public KeyRef(java.lang.String name)
Constructs a keyref with the specified name.
Method Detail

getName

public java.lang.String getName()
Returns the name.


Copyright © 1999-2001 Apache XML Project. All Rights Reserved.