|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.saxonica.schema.SchemaStructure
com.saxonica.schema.IdentityField
A class which represents the field selector for an IdentityConstraint
Constructor Summary | |
IdentityField(java.lang.String xpath)
Creates a new IdentityField. |
Method Summary | |
Selection |
getSelection()
Get the compiled XPath expression |
java.lang.String |
getXPath()
Returns the XPath of this IdentityField. |
void |
setSelection(Selection selection)
Set the compiled XPath expression |
void |
setXPath(java.lang.String xpath)
Sets the XPath expression for this Field. |
Methods inherited from class com.saxonica.schema.SchemaStructure |
getColumnNumber, getFixupStatus, getLineNumber, getPublicId, getSchema, getSystemId, getValidationStatus, lookForCycles, setFixupStatus, setLineNumber, setLocator, setSchema, setSystemId, setValidationStatus |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public IdentityField(java.lang.String xpath)
xpath
- the xpath for the IdentityField. Must not be null.Method Detail |
public java.lang.String getXPath()
public Selection getSelection()
public void setXPath(java.lang.String xpath)
xpath
- the XPath expression for this IdentityField. Must not
be null.public void setSelection(Selection selection)
selection
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |