public class DOMConfigNode extends Object implements ConfigNode
ConfigNode.Helpersempty_attrs, SUBSTITUTES| Constructor and Description |
|---|
DOMConfigNode(Node node) |
| Modifier and Type | Method and Description |
|---|---|
SimpleMap<String> |
attributes() |
ConfigNode |
child(String name) |
void |
forEachChild(Function<ConfigNode,Boolean> fun) |
List<ConfigNode> |
getAll(String name) |
String |
name() |
String |
txt() |
public DOMConfigNode(Node node)
public String name()
name in interface ConfigNodepublic String txt()
txt in interface ConfigNodepublic SimpleMap<String> attributes()
attributes in interface ConfigNodepublic ConfigNode child(String name)
child in interface ConfigNodepublic List<ConfigNode> getAll(String name)
getAll in interface ConfigNodepublic void forEachChild(Function<ConfigNode,Boolean> fun)
forEachChild in interface ConfigNodeCopyright © 2000-2021 Apache Software Foundation. All Rights Reserved.