org.apache.commons.configuration.plist

Class XMLPropertyListConfiguration.SetNextAndPopRule

private class XMLPropertyListConfiguration.SetNextAndPopRule extends SetNextRule

Digester rule that sets the object on the stack to the n-1 object and remove both of them from the stack. This rule is used to remove the configuration node from the stack once its value has been parsed.
Constructor Summary
SetNextAndPopRule(String methodName)
Method Summary
voidend(String namespace, String name)

Constructor Detail

SetNextAndPopRule

public SetNextAndPopRule(String methodName)

Method Detail

end

public void end(String namespace, String name)