public class InfoRule extends RuleSupport
InfoRule
the digester Rule for parsing the info element.
Constructor and Description |
---|
InfoRule()
Base constructor
|
Modifier and Type | Method and Description |
---|---|
void |
begin(String name,
String namespace,
org.xml.sax.Attributes attributes)
Process the beginning of this element.
|
void |
end(String name,
String namespace)
Process the end of this element.
|
getBeanClass, getProcessedPropertyNameSet, getXMLInfoDigester, getXMLIntrospector, loadClass
public void begin(String name, String namespace, org.xml.sax.Attributes attributes) throws org.xml.sax.SAXException
begin
in class org.apache.commons.digester.Rule
attributes
- The attribute list of this elementorg.xml.sax.SAXException
- if the primitiveTypes attribute contains an invalid valueCopyright © 2002-2013 Apache Software Foundation. All Rights Reserved.