org.apache.commons.configuration
class HierarchicalConfigurationXMLReader.SAXVisitor extends HierarchicalConfiguration.NodeVisitor
Field Summary | |
---|---|
static String | ATTR_TYPE Constant for the attribute type. |
Method Summary | |
---|---|
protected Attributes | fetchAttributes(HierarchicalConfiguration.Node node)
Returns an object with all attributes for the specified node.
|
boolean | isAttributeNode(HierarchicalConfiguration.Node node)
Checks if the specified node is an attribute node. |
String | nodeName(HierarchicalConfiguration.Node node)
Helper method for determining the name of a node. |
boolean | terminate()
Checks if iteration should be terminated. |
void | visitAfterChildren(HierarchicalConfiguration.Node node, ConfigurationKey key)
Visits the specified node after its children have been processed.
|
void | visitBeforeChildren(HierarchicalConfiguration.Node node, ConfigurationKey key)
Visits the specified node.
|
Parameters: node the actual node
Returns: an object with all attributes of this node
Parameters: node the node to be checked
Returns: a flag if this is an attribute node
Parameters: node the node to be checked
Returns: the name for this node
Returns: a flag if iteration should be stopped
Parameters: node the actual node key the key of this node
Parameters: node the actual node key the key of this node