org.apache.commons.configuration.tree.xpath
class ConfigurationNodeIteratorAttribute extends ConfigurationNodeIteratorBase
Version: $Id: ConfigurationNodeIteratorAttribute.java 439648 2006-09-02 20:42:10Z oheger $
Field Summary | |
---|---|
static String | WILDCARD Constant for the wildcard node name. |
Constructor Summary | |
---|---|
ConfigurationNodeIteratorAttribute(NodePointer parent, QName name)
Creates a new instance of ConfigurationNodeIteratorAttribute . |
Method Summary | |
---|---|
protected List | createSubNodeList(ConfigurationNode node, QName name)
Determines which attributes are selected based on the passed in node
name. |
ConfigurationNodeIteratorAttribute
.Parameters: parent the parent node pointer name the name of the selected attribute
Parameters: node the current node name the name of the selected attribute
Returns: a list with the selected attributes