public class TDNode extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TDNode.Type |
| Constructor and Description |
|---|
TDNode() |
| Modifier and Type | Method and Description |
|---|---|
TDNode |
createChild(String name) |
TDNode |
getChild(int idx) |
TDNode |
getChild(String name) |
TDNode |
getChildByPath(String path) |
TDNode |
getChildByPath(String[] path,
int idx) |
int |
getChildrenSize() |
Object |
getChildValue(String name) |
boolean |
hasChildren() |
public TDNode getChild(int idx)
public boolean hasChildren()
public int getChildrenSize()
Copyright © 2019. All rights reserved.