public static class AnnotationRuleSet.CommandRegistrationRule
extends org.apache.commons.digester.Rule
| Modifier and Type | Field and Description |
|---|---|
protected int |
depth |
protected javax.xml.namespace.QName |
qName |
protected java.lang.String |
systemId |
| Constructor and Description |
|---|
AnnotationRuleSet.CommandRegistrationRule(java.lang.String systemId) |
| Modifier and Type | Method and Description |
|---|---|
void |
begin(java.lang.String namespaceURI,
java.lang.String name,
org.xml.sax.Attributes attributes) |
void |
end(java.lang.String namespaceURI,
java.lang.String name) |
protected Catalog |
findCatalogInStack()
Finds the catalog that is closest to the top of the digesters stack.
|
protected int depth
protected javax.xml.namespace.QName qName
protected java.lang.String systemId
public AnnotationRuleSet.CommandRegistrationRule(java.lang.String systemId)
public void begin(java.lang.String namespaceURI,
java.lang.String name,
org.xml.sax.Attributes attributes)
throws java.lang.Exception
begin in class org.apache.commons.digester.Rulejava.lang.Exceptionpublic void end(java.lang.String namespaceURI,
java.lang.String name)
throws java.lang.Exception
end in class org.apache.commons.digester.Rulejava.lang.Exceptionprotected Catalog findCatalogInStack()
Copyright © 2013 XChain Framework. All Rights Reserved.