public class SchemaModelLoader.SelectorHandler extends Object
Constructor and Description |
---|
SchemaModelLoader.SelectorHandler(IdentityConstraint identityConstraint)
Create a SelectorHandler for a given IdentityConstraint
|
Modifier and Type | Method and Description |
---|---|
com.saxonica.ee.schema.SchemaModelLoader.SCMNodeHandler |
handleChildElement(String localName)
Handle a child element of the element currently being processed.
|
void |
processElementEnd()
Process the element end tag
|
void |
processElementStart(String localName,
AttributeCollection attributes)
Process an element start tag together with its attributes
|
public SchemaModelLoader.SelectorHandler(IdentityConstraint identityConstraint)
identityConstraint
- the constraintpublic com.saxonica.ee.schema.SchemaModelLoader.SCMNodeHandler handleChildElement(String localName) throws SchemaException
localName
- the local name of the child elementSchemaException
- if the data is invalidpublic void processElementStart(String localName, AttributeCollection attributes) throws SchemaException
localName
- the name of the element to be processedattributes
- the attributes of the element being processedSchemaException
- if the data is invalidpublic void processElementEnd()
Copyright (c) 2004-2014 Saxonica Limited. All rights reserved.