public class SetPropertiesRule extends Rule
Rule implementation that sets properties on the object at the top of the stack, based on attributes with corresponding names.
Modifier and Type | Class and Description |
---|---|
static interface |
SetPropertiesRule.Listener |
Modifier and Type | Field and Description |
---|---|
protected HashMap<String,String> |
excludes |
digester, namespaceURI, sm
Constructor and Description |
---|
SetPropertiesRule() |
SetPropertiesRule(String[] exclude) |
Modifier and Type | Method and Description |
---|---|
void |
begin(String namespace,
String theName,
Attributes attributes)
Process the beginning of this element.
|
String |
toString()
Render a printable version of this Rule.
|
body, end, finish, getDigester, getNamespaceURI, setDigester, setNamespaceURI
public SetPropertiesRule()
public SetPropertiesRule(String[] exclude)
public void begin(String namespace, String theName, Attributes attributes) throws Exception
begin
in class Rule
namespace
- the namespace URI of the matching element, or an
empty string if the parser is not namespace aware or the element has
no namespacetheName
- the local name if the parser is namespace aware, or just
the element name otherwiseattributes
- The attribute list for this elementException
- if an error occurs while processing the eventCopyright © 2000-2020 Apache Software Foundation. All Rights Reserved.