|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.saxonica.schema.SchemaModelLoader.SubstitutionGroupAffiliationHandler
public class SchemaModelLoader.SubstitutionGroupAffiliationHandler
Handle a substitution group affiliation
Constructor Summary | |
---|---|
SchemaModelLoader.SubstitutionGroupAffiliationHandler(ElementDecl decl)
Create a substitution group affiliation 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 |
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.SubstitutionGroupAffiliationHandler(ElementDecl decl)
decl
- the element declarationMethod 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 invalidpublic 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 |