|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.xerces.impl.xs.identity.IdentityConstraint | +--org.apache.xerces.impl.xs.identity.KeyRef
Schema key reference identity constraint.
Field Summary | |
protected UniqueOrKey |
fKey
The key (or unique) being referred to. |
Fields inherited from class org.apache.xerces.impl.xs.identity.IdentityConstraint |
fElementName, fFieldCount, fFields, fIdentityConstraintName, fSelector, KEY, KEYREF, type, UNIQUE |
Constructor Summary | |
KeyRef(java.lang.String identityConstraintName,
java.lang.String elemName,
UniqueOrKey key)
Constructs a keyref with the specified name. |
Method Summary | |
UniqueOrKey |
getKey()
Returns the key being referred to. |
Methods inherited from class org.apache.xerces.impl.xs.identity.IdentityConstraint |
addField, equals, getElementName, getFieldAt, getFieldCount, getIdentityConstraintName, getSelector, getType, setSelector, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected UniqueOrKey fKey
Constructor Detail |
public KeyRef(java.lang.String identityConstraintName, java.lang.String elemName, UniqueOrKey key)
Method Detail |
public UniqueOrKey getKey()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |