public class DigesterRules
extends org.apache.commons.digester.RulesBase
| Constructor and Description |
|---|
DigesterRules() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(String pattern,
org.apache.commons.digester.Rule rule) |
boolean |
isCaseSensitive()
Determines whether this rules object matches case sensitively.
|
protected List |
lookup(String namespaceURI,
String pattern) |
void |
setCaseSensitive(boolean beCaseSensitive)
Specifies whether this rules object shall match case sensitively.
|
public boolean isCaseSensitive()
true if the case of the pattern matterspublic void setCaseSensitive(boolean beCaseSensitive)
beCaseSensitive - true if the case of the pattern shall matterpublic void add(String pattern, org.apache.commons.digester.Rule rule)
add in interface org.apache.commons.digester.Rulesadd in class org.apache.commons.digester.RulesBaseCopyright © 2005-2013 Apache Software Foundation. All Rights Reserved.