public class SchemaModelLoader.SubstitutionGroupAffiliationHandler extends Object
| Constructor and Description | 
|---|
| SchemaModelLoader.SubstitutionGroupAffiliationHandler(ElementDecl decl)Create a substitution group affiliation for a given element declaration | 
| 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.SubstitutionGroupAffiliationHandler(ElementDecl decl)
decl - the element declarationpublic 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.