public class SchemaModelLoader.IdentityConstraintHandler
extends java.lang.Object
Constructor and Description |
---|
IdentityConstraintHandler()
Create an IdentityConstraintHandler
|
Modifier and Type | Method and Description |
---|---|
com.saxonica.ee.schema.SchemaModelLoader.SCMNodeHandler |
handleChildElement(java.lang.String localName)
Handle a child element of the element currently being processed.
|
void |
processElementEnd()
Process the element end tag
|
void |
processElementStart(java.lang.String localName,
AttributeCollection attributes)
Process an element start tag together with its attributes
|
public IdentityConstraintHandler()
public com.saxonica.ee.schema.SchemaModelLoader.SCMNodeHandler handleChildElement(java.lang.String localName) throws SchemaException
localName
- the local name of the child elementSchemaException
- if the data is invalidpublic void processElementStart(java.lang.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-2018 Saxonica Limited. All rights reserved.