| 
 | |||||||
| 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(ElementDecl decl)Create an IdentityConstraintHandler for a given element declaration | |
| Method Summary | |
|---|---|
|  com.saxonica.schema.SchemaModelLoader.SCMNodeHandler | handleChildElement(String localName)Handle a child element of the element currently being processed. | 
|  void | processElement(String localName,
               AttributeCollection attributes)Process an element together with its attributes | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public SchemaModelLoader.IdentityConstraintHandler(ElementDecl decl)
decl - the element declaration| 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 processElement(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 invalid| 
 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||