org.apache.commons.digester.xmlrules
Class DigesterRuleParser.PatternRule
- DigesterRuleParser
private class DigesterRuleParser.PatternRule
A rule for extracting the pattern matching strings from the rules XML.
In the digester-rules document type, a pattern can either be declared
in the 'value' attribute of a
element (in which case the pattern
applies to all rules elements contained within the element),
or it can be declared in the optional 'pattern' attribute of a rule
element.
void | begin(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, begin, body, body, end, end, finish, getDigester, getNamespaceURI, setDigester, setNamespaceURI |
attrName
private String attrName
pattern
private String pattern
PatternRule
public PatternRule(String attrName)
attrName - The name of the attribute containing the pattern
begin
public void begin(Attributes attributes)
If a pattern is defined for the attribute, push it onto the
pattern stack.
- begin in interface Rule
end
public void end()
If there was a pattern for this element, pop it off the pattern
stack.
- end in interface Rule
Copyright 2001-2005 The Apache Software Foundation.