public class InfoRule extends RuleSupport
InfoRule the digester Rule for parsing the info element.
| Modifier and Type | Field and Description |
|---|---|
private static Log |
log
Logger
|
private XMLBeanInfo |
xmlBeanInfo
XMLBeanInfo being created |
digester, namespaceURI| Constructor and Description |
|---|
InfoRule()
Base constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
begin(Attributes attributes)
Process the beginning of this element.
|
void |
end()
Process the end of this element.
|
getBeanClass, getProcessedPropertyNameSet, getXMLInfoDigester, getXMLIntrospectorbegin, body, body, end, finish, getDigester, getNamespaceURI, setDigester, setNamespaceURIprivate static final Log log
private XMLBeanInfo xmlBeanInfo
XMLBeanInfo being createdpublic void begin(Attributes attributes) throws SAXException
begin in class Ruleattributes - The attribute list of this elementSAXException - if the primitiveTypes attribute contains an invalid value