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.
digester, namespaceURI
Constructor and Description |
---|
SetPropertiesRule() |
Modifier and Type | Method and Description |
---|---|
void |
begin(java.lang.String namespace,
java.lang.String theName,
org.xml.sax.Attributes attributes)
Process the beginning of this element.
|
java.lang.String |
toString()
Render a printable version of this Rule.
|
begin, body, body, end, end, finish, getDigester, getNamespaceURI, setDigester, setNamespaceURI
public void begin(java.lang.String namespace, java.lang.String theName, org.xml.sax.Attributes attributes) throws java.lang.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 elementjava.lang.Exception
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.