|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
3.11.1 The Identity-constraint Definition Schema Component.
| Field Summary | |
static short |
IC_KEY
Identity Constraints: key |
static short |
IC_KEYREF
Identity Constraints: key reference |
static short |
IC_UNIQUE
Identity Constraints: unique |
| Method Summary | |
XSAnnotation |
getAnnotation()
Optional. |
short |
getCategory()
{identity-constraint category} One of key, keyref or unique. |
StringList |
getFieldStrs()
{fields} A non-empty list of restricted XPath ([XPath]) expressions, as String's. |
XSIDConstraintDefinition |
getRefKey()
{referenced key} Required if {identity-constraint category} is keyref, forbidden otherwise. |
java.lang.String |
getSelectorStr()
{selector} A restricted XPath ([XPath]) expression, as a String. |
| Methods inherited from interface org.apache.xerces.impl.xs.psvi.XSObject |
getName, getNamespace, getType |
| Field Detail |
public static final short IC_KEY
public static final short IC_KEYREF
public static final short IC_UNIQUE
| Method Detail |
public short getCategory()
public java.lang.String getSelectorStr()
String.public StringList getFieldStrs()
String's.public XSIDConstraintDefinition getRefKey()
public XSAnnotation getAnnotation()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||