org.apache.commons.digester.xmlrules
Class DigesterRuleParser.PatternRule

java.lang.Object
  |
  +--org.apache.commons.digester.Rule
        |
        +--org.apache.commons.digester.xmlrules.DigesterRuleParser.PatternRule
Enclosing class:
DigesterRuleParser

private class DigesterRuleParser.PatternRule
extends Rule

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.


Fields inherited from class org.apache.commons.digester.Rule
digester, namespaceURI
 
Methods inherited from class org.apache.commons.digester.Rule
body, finish, getDigester, getNamespaceURI, setDigester, setNamespaceURI
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 



Copyright (c) 2001-2002 - Apache Software Foundation