public class CDBDefault
extends java.lang.Object
| Constructor and Description |
|---|
CDBDefault() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args) |
static void |
setDefault(XMLTreeNode node_root,
java.lang.String in_type,
java.lang.String in_name)
Recursively go throw the xml finding nodes with the same Type.
|
public static void main(java.lang.String[] args)
public static void setDefault(XMLTreeNode node_root, java.lang.String in_type, java.lang.String in_name)
node_root - the root of all components xml .in_type - the type of the component.in_name - the name of the component to set up default.