|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.digester.Rule
org.apache.shale.tiger.managed.rules.ListEntryRule
public class ListEntryRule
Digester rule for processing a <list-entries>
nested element.
| Field Summary |
|---|
| Fields inherited from class org.apache.commons.digester.Rule |
|---|
digester, namespaceURI |
| Constructor Summary | |
|---|---|
ListEntryRule()
Creates a new instance of ListEntryRule. |
|
| Method Summary | |
|---|---|
void |
begin(java.lang.String namespace,
java.lang.String name,
org.xml.sax.Attributes attributes)
Create a new ListEntryConfig and push it on to the
Digester stack. |
void |
body(java.lang.String namespace,
java.lang.String name)
No body processing for this element. |
void |
end(java.lang.String namespace,
java.lang.String name)
Pop the ListEntryConfig instance from the stack,
and either add it to the parent configuration. |
| Methods inherited from class org.apache.commons.digester.Rule |
|---|
begin, body, body, end, finish, getDigester, getNamespaceURI, setDigester, setNamespaceURI |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ListEntryRule()
| Method Detail |
|---|
public void begin(java.lang.String namespace,
java.lang.String name,
org.xml.sax.Attributes attributes)
throws java.lang.Exception
Create a new ListEntryConfig and push it on to the
Digester stack.
begin in class org.apache.commons.digester.Rulenamespace - Namespace URI of the matching elementname - Local name of the matching elementattributes - Attribute list of the matching element
java.lang.Exception - if a parsing error occurs
public void body(java.lang.String namespace,
java.lang.String name)
throws java.lang.Exception
No body processing for this element.
namespace - Namespace URI of the matching elementname - Local name of the matching element
java.lang.Exception - if a parsing error occurs
public void end(java.lang.String namespace,
java.lang.String name)
throws java.lang.Exception
Pop the ListEntryConfig instance from the stack,
and either add it to the parent configuration.
end in class org.apache.commons.digester.Rulenamespace - Namespace URI of the matching elementname - Local name of the matching element
java.lang.IllegalStateException - if the popped object is not
of the correct type
java.lang.Exception - if a different error occurs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||