org.apache.commons.digester
Class SetNestedPropertiesRule.AnyChildRule
- SetNestedPropertiesRule
private class SetNestedPropertiesRule.AnyChildRule
void | begin(String namespaceURI, String name, Attributes attributes)
|
void | body(String value)
|
void | end(String namespace, String name)
|
begin , begin , body , body , end , end , finish , getDigester , getNamespaceURI , setDigester , setNamespaceURI |
currChildElementName
private String currChildElementName
currChildNamespaceURI
private String currChildNamespaceURI
begin
public void begin(String namespaceURI,
String name,
Attributes attributes)
throws Exception
- begin in interface Rule
body
public void body(String value)
throws Exception
- body in interface Rule
end
public void end(String namespace,
String name)
throws Exception
- end in interface Rule
Copyright 2001-2005 The Apache Software Foundation.