Package com.saxonica.ee.schema
Class SchemaModelLoader.SelectorHandler
- java.lang.Object
-
- com.saxonica.ee.schema.SchemaModelLoader.SelectorHandler
-
- Enclosing class:
- SchemaModelLoader
public class SchemaModelLoader.SelectorHandler extends java.lang.Object
Handle a selector or field within an identity constraint (key, keyref, unique)
-
-
Constructor Summary
Constructors Constructor Description SelectorHandler(IdentityConstraint identityConstraint)
Create a SelectorHandler for a given IdentityConstraint
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.saxonica.ee.schema.SchemaModelLoader.SCMNodeHandler
handleChildElement(java.lang.String localName)
void
processElementEnd()
void
processElementStart(java.lang.String localName, AttributeMap attributes)
-
-
-
Constructor Detail
-
SelectorHandler
public SelectorHandler(IdentityConstraint identityConstraint)
Create a SelectorHandler for a given IdentityConstraint- Parameters:
identityConstraint
- the constraint
-
-
Method Detail
-
handleChildElement
public com.saxonica.ee.schema.SchemaModelLoader.SCMNodeHandler handleChildElement(java.lang.String localName)
-
processElementStart
public void processElementStart(java.lang.String localName, AttributeMap attributes) throws SchemaException
- Throws:
SchemaException
-
processElementEnd
public void processElementEnd()
-
-