|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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 | |
---|---|
NamespaceResolver |
getNamespaceContext()
Get the namespace context for evaluating the XPath expression |
Selection |
getSelection()
Get the compiled XPath expression |
String |
getXPath()
Returns the XPath of this IdentityField. |
void |
setNamespaceContext(NamespaceResolver resolver)
Set the namespace context. |
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 |
---|
elaborate, fixup, getColumnNumber, getConfiguration, getFixupStatus, getLineNumber, getPublicId, getRedefinitionLevel, getSystemId, getValidationStatus, lookForCycles, setConfiguration, setFixupStatus, setLineNumber, setLocator, setRedefinitionLevel, setSystemId, setValidationStatus |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, 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
- public void setNamespaceContext(NamespaceResolver resolver)
public NamespaceResolver getNamespaceContext()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |