public class DOMConfigNode extends Object implements ConfigNode
ConfigNode.Helpers
empty_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 ConfigNode
public String txt()
txt
in interface ConfigNode
public SimpleMap<String> attributes()
attributes
in interface ConfigNode
public ConfigNode child(String name)
child
in interface ConfigNode
public List<ConfigNode> getAll(String name)
getAll
in interface ConfigNode
public void forEachChild(Function<ConfigNode,Boolean> fun)
forEachChild
in interface ConfigNode
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.