public class SchemaModelLoader.IdentityConstraintHandler extends Object
Constructor and Description |
---|
SchemaModelLoader.IdentityConstraintHandler()
Create an IdentityConstraintHandler
|
Modifier and Type | Method and Description |
---|---|
com.saxonica.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.IdentityConstraintHandler()
public com.saxonica.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-2013 Saxonica Limited. All rights reserved.