org.apache.xerces.impl.xs.identity
public class KeyRef extends IdentityConstraint
Version: $Id: KeyRef.java,v 1.7 2004/10/06 15:14:51 mrglavas Exp $
| Field Summary | |
|---|---|
| protected UniqueOrKey | fKey The key (or unique) being referred to. |
| Constructor Summary | |
|---|---|
| KeyRef(String namespace, String identityConstraintName, String elemName, UniqueOrKey key) Constructs a keyref with the specified name. | |
| Method Summary | |
|---|---|
| UniqueOrKey | getKey() Returns the key being referred to. |
| XSIDCDefinition | getRefKey()
{referenced key} Required if {identity-constraint category} is keyref,
forbidden otherwise. |