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, sm
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.
|
body, 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
- if an error occurs while processing the eventpublic java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.