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 | Description |
|---|---|
SetPropertiesRule() |
| Modifier and Type | Method | 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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitbody, end, finish, getDigester, getNamespaceURI, setDigester, setNamespaceURIpublic void begin(java.lang.String namespace,
java.lang.String theName,
org.xml.sax.Attributes attributes)
throws java.lang.Exception
begin in class Rulenamespace - 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.ObjectCopyright © 2000-2018 Apache Software Foundation. All Rights Reserved.