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

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

public class Key
extends IdentityConstraint

Schema key identity constraint.

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

Constructor Summary
Key(java.lang.String name)
          Constructs a key 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

Key

public Key(java.lang.String name)
Constructs a key with the specified name.
Method Detail

getName

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


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