org.apache.commons.digester.xmlrules
private class DigesterRuleParser.PatternRule extends Rule
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
attrName |
private java.lang.String |
pattern |
digester, namespaceURI
Constructor and Description |
---|
DigesterRuleParser.PatternRule(java.lang.String attrName) |
Modifier and Type | Method and Description |
---|---|
void |
begin(org.xml.sax.Attributes attributes)
If a pattern is defined for the attribute, push it onto the
pattern stack.
|
void |
end()
If there was a pattern for this element, pop it off the pattern
stack.
|
begin, body, body, end, finish, getDigester, getNamespaceURI, setDigester, setNamespaceURI
public DigesterRuleParser.PatternRule(java.lang.String attrName)
attrName
- The name of the attribute containing the patternCopyright 2001-2005 The Apache Software Foundation.