public class DOMConfigNode extends Object implements ConfigNode
SUBSTITUTES
Constructor and Description |
---|
DOMConfigNode(Node node) |
Modifier and Type | Method and Description |
---|---|
SimpleMap<String> |
attributes() |
ConfigNode |
child(String name) |
List<ConfigNode> |
children(String name) |
void |
forEachChild(Function<ConfigNode,Boolean> fun) |
String |
name() |
String |
textValue() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
child, children, children
public DOMConfigNode(Node node)
public String name()
name
in interface ConfigNode
public String textValue()
textValue
in interface ConfigNode
public SimpleMap<String> attributes()
attributes
in interface ConfigNode
public ConfigNode child(String name)
child
in interface ConfigNode
public List<ConfigNode> children(String name)
children
in interface ConfigNode
public void forEachChild(Function<ConfigNode,Boolean> fun)
forEachChild
in interface ConfigNode
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.