Package com.saxonica.ee.schema
Class IdentitySelector
java.lang.Object
com.saxonica.ee.schema.SchemaStructure
com.saxonica.ee.schema.FieldOrSelector
com.saxonica.ee.schema.IdentitySelector
- All Implemented Interfaces:
UserSchemaComponent
,SourceLocator
,Location
,SchemaComponent
,Locator
The selector of an IdentityConstraint
-
Field Summary
Fields inherited from class com.saxonica.ee.schema.FieldOrSelector
selectExpression
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.saxonica.ee.schema.FieldOrSelector
getNamespaceContext, getSelectExpression, getSelection, getXPath, getXPathDefaultNamespace, setNamespaceContext, setSelectExpression, setSelection, setXPath, setXPathDefaultNamespace
Methods inherited from class com.saxonica.ee.schema.SchemaStructure
elaborate, fixup, getColumnNumber, getComponentAsFunction, getConfiguration, getFixupStatus, getGeneratedId, getLineNumber, getPublicId, getRedefinitionLevel, getSchemaDocumentURI, getSystemId, getValidationStatus, hasSameLocation, isValidationNeeded, lookForCycles, makeXPathExpressionPropertyRecord, saveLocation, setConfiguration, setFixupStatus, setGeneratedId, setLineNumber, setLocator, setRedefinitionLevel, setSchemaDocumentURI, setSystemId, setValidationStatus, validate
-
Constructor Details
-
IdentitySelector
Create a new IdentitySelector.- Parameters:
xpath
- the xpath for the IdentitySelector. Must not be null.- Throws:
SchemaException
- if xpath is null.
-