| Package | Description |
|---|---|
| asia.redact.bracket.properties |
| Modifier and Type | Class and Description |
|---|---|
class |
NodeImpl
Used to represent the properties keys as a tree.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) Node |
TreeBuilder.root |
| Modifier and Type | Field and Description |
|---|---|
(package private) List<Node> |
NodeImpl.children |
(package private) HashSet<Node> |
GenerateXMLNodeVisitor.set |
| Modifier and Type | Method and Description |
|---|---|
Node |
NodeImpl.getChild(String nodeName) |
Node |
Node.getChild(String nodeName) |
Node |
NodeImpl.getDescendant(String nodePath) |
Node |
Node.getDescendant(String nodePath) |
Node |
PropertiesImpl.getTree()
Use "\\." as the separator
|
Node |
Properties.getTree()
Get the properties as a tree of nodes.
|
Node |
ImmutablePropertiesImpl.getTree() |
Node |
ArrayListPropertiesImpl.getTree() |
Node |
PropertiesImpl.getTree(GroupParams params) |
Node |
Properties.getTree(GroupParams params)
Get the properties as a tree of nodes with a selector
a.b.c=something
a.b.c.d=something else
a.b.c.e.f=item
a.b.c.e=item2
|
Node |
ImmutablePropertiesImpl.getTree(GroupParams params) |
Node |
ArrayListPropertiesImpl.getTree(GroupParams params) |
(package private) Node |
TreeBuilder.tree() |
| Modifier and Type | Method and Description |
|---|---|
List<Node> |
NodeImpl.getChildren() |
List<Node> |
Node.getChildren() |
| Modifier and Type | Method and Description |
|---|---|
void |
NodeVisitor.action(Node node) |
void |
GenerateXMLNodeVisitor.action(Node node) |
void |
NodeImpl.addChild(Node child) |
void |
Node.addChild(Node child) |
(package private) void |
TreeBuilder.descend(Node node,
String path,
String[] parts,
ValueModel value,
int depth) |
void |
NodeVisitor.post(Node node) |
void |
GenerateXMLNodeVisitor.post(Node node) |
void |
NodeVisitor.pre(Node node) |
void |
GenerateXMLNodeVisitor.pre(Node node) |
protected boolean |
GenerateXMLNodeVisitor.validateNodeNameForUseAsXMLElement(Node node) |
protected void |
OutputAdapter.visit(Node node,
int level,
NodeVisitor func) |
Copyright © 2011–2016 David R. Smith. All rights reserved.