|
||||||||||
| 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.commons.betwixt.digester.RuleSupport
org.apache.commons.betwixt.digester.InfoRule
public class InfoRule
InfoRule the digester Rule for parsing the info element.
| Field Summary |
|---|
| Fields inherited from class org.apache.commons.digester.Rule |
|---|
digester, namespaceURI |
| Constructor Summary | |
|---|---|
InfoRule()
Base constructor |
|
| Method Summary | |
|---|---|
void |
begin(java.lang.String name,
java.lang.String namespace,
org.xml.sax.Attributes attributes)
Process the beginning of this element. |
void |
end(java.lang.String name,
java.lang.String namespace)
Process the end of this element. |
| Methods inherited from class org.apache.commons.betwixt.digester.RuleSupport |
|---|
getBeanClass, getProcessedPropertyNameSet, getXMLInfoDigester, getXMLIntrospector, loadClass |
| 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 InfoRule()
| Method Detail |
|---|
public void begin(java.lang.String name,
java.lang.String namespace,
org.xml.sax.Attributes attributes)
throws org.xml.sax.SAXException
begin in class org.apache.commons.digester.Ruleattributes - The attribute list of this element
org.xml.sax.SAXException - if the primitiveTypes attribute contains an invalid value
public void end(java.lang.String name,
java.lang.String namespace)
end in class org.apache.commons.digester.Rule
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||