| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.saxonica.schema.SchemaModelLoader.IdentityConstraintHandler
public class SchemaModelLoader.IdentityConstraintHandler
Handle an identity constraint (key, keyref, unique)
| Constructor Summary | |
|---|---|
SchemaModelLoader.IdentityConstraintHandler()
Create an IdentityConstraintHandler  | 
|
| Method Summary | |
|---|---|
 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  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public SchemaModelLoader.IdentityConstraintHandler()
| Method Detail | 
|---|
public com.saxonica.schema.SchemaModelLoader.SCMNodeHandler handleChildElement(String localName)
                                                                        throws SchemaException
localName - the local name of the child element
SchemaException - if the data is invalid
public void processElementStart(String localName,
                                AttributeCollection attributes)
                         throws SchemaException
localName - the name of the element to be processedattributes - the attributes of the element being processed
SchemaException - if the data is invalidpublic void processElementEnd()
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||