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, waitchild, children, childrenpublic DOMConfigNode(Node node)
public String name()
name in interface ConfigNodepublic String textValue()
textValue in interface ConfigNodepublic SimpleMap<String> attributes()
attributes in interface ConfigNodepublic ConfigNode child(String name)
child in interface ConfigNodepublic List<ConfigNode> children(String name)
children in interface ConfigNodepublic void forEachChild(Function<ConfigNode,Boolean> fun)
forEachChild in interface ConfigNodeCopyright © 2000-2021 Apache Software Foundation. All Rights Reserved.