|
|||||||
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
public class IdentityField
The field selector for an IdentityConstraint
Constructor Summary | |
---|---|
IdentityField(String xpath)
Creates a new IdentityField. |
Method Summary | |
---|---|
Selection |
getSelection()
Get the compiled XPath expression |
String |
getXPath()
Returns the XPath of this IdentityField. |
void |
setSelection(Selection selection)
Set the compiled XPath expression |
void |
setXPath(String xpath)
Sets the XPath expression for this Field. |
Methods inherited from class com.saxonica.schema.SchemaStructure |
---|
getColumnNumber, getConfiguration, getFixupStatus, getLineNumber, getPublicId, getSystemId, getValidationStatus, lookForCycles, setConfiguration, setFixupStatus, setLineNumber, setLocator, setSystemId, setValidationStatus |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IdentityField(String xpath)
xpath
- the xpath for the IdentityField. Must not be null.Method Detail |
---|
public String getXPath()
public Selection getSelection()
public void setXPath(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 |