org.apache.commons.digester

Class SetNestedPropertiesRule.AnyChildRule

Enclosing Class:
SetNestedPropertiesRule

private class SetNestedPropertiesRule.AnyChildRule
extends Rule

Field Summary

private String
currChildElementName
private String
currChildNamespaceURI

Fields inherited from class org.apache.commons.digester.Rule

digester, namespaceURI

Method Summary

void
begin(String namespaceURI, String name, Attributes attributes)
void
body(String value)
void
end(String namespace, String name)

Methods inherited from class org.apache.commons.digester.Rule

begin, begin, body, body, end, end, finish, getDigester, getNamespaceURI, setDigester, setNamespaceURI

Field Details

currChildElementName

private String currChildElementName


currChildNamespaceURI

private String currChildNamespaceURI

Method Details

begin

public void begin(String namespaceURI,
                  String name,
                  Attributes attributes)
            throws Exception
Overrides:
begin in interface Rule


body

public void body(String value)
            throws Exception
Overrides:
body in interface Rule


end

public void end(String namespace,
                String name)
            throws Exception
Overrides:
end in interface Rule


Copyright (c) 2001-2004 - Apache Software Foundation