class ConfigurationNodeIteratorAttribute extends ConfigurationNodeIteratorBase
Modifier and Type | Field and Description |
---|---|
private static java.lang.String |
WILDCARD
Constant for the wildcard node name.
|
Constructor and Description |
---|
ConfigurationNodeIteratorAttribute(org.apache.commons.jxpath.ri.model.NodePointer parent,
org.apache.commons.jxpath.ri.QName name)
Creates a new instance of
ConfigurationNodeIteratorAttribute . |
Modifier and Type | Method and Description |
---|---|
protected java.util.List |
createSubNodeList(ConfigurationNode node,
org.apache.commons.jxpath.ri.QName name)
Determines which attributes are selected based on the passed in node
name.
|
createNodePointer, getMaxPosition, getNodePointer, getParent, getPosition, getStartOffset, initSubNodeList, positionToIndex, setPosition, setStartOffset
private static final java.lang.String WILDCARD
public ConfigurationNodeIteratorAttribute(org.apache.commons.jxpath.ri.model.NodePointer parent, org.apache.commons.jxpath.ri.QName name)
ConfigurationNodeIteratorAttribute
.parent
- the parent node pointername
- the name of the selected attributeprotected java.util.List createSubNodeList(ConfigurationNode node, org.apache.commons.jxpath.ri.QName name)
node
- the current nodename
- the name of the selected attribute