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, getXMLIntrospector
begin, body, body, end, finish, getDigester, getNamespaceURI, setDigester, setNamespaceURI
private static final Log log
private XMLBeanInfo xmlBeanInfo
XMLBeanInfo
being createdpublic void begin(Attributes attributes) throws SAXException
begin
in class Rule
attributes
- The attribute list of this elementSAXException
- if the primitiveTypes attribute contains an invalid value