|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.commons.digester.Rule | +--org.apache.commons.digester.SetPropertiesRule
Rule implementation that sets properties on the object at the top of the stack, based on attributes with corresponding names.
Fields inherited from class org.apache.commons.digester.Rule |
digester, namespaceURI |
Constructor Summary | |
SetPropertiesRule(Digester digester)
Default constructor sets only the the associated Digester. |
Method Summary | |
void |
begin(org.xml.sax.Attributes attributes)
Process the beginning of this element. |
java.lang.String |
toString()
Render a printable version of this Rule. |
Methods inherited from class org.apache.commons.digester.Rule |
body, end, finish, getDigester, getNamespaceURI, setNamespaceURI |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public SetPropertiesRule(Digester digester)
digester
- The digester with which this rule is associatedMethod Detail |
public void begin(org.xml.sax.Attributes attributes) throws java.lang.Exception
begin
in class Rule
context
- The associated contextattributes
- The attribute list of this elementpublic java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |