| Package | Description |
|---|---|
| tigase.xml.db |
This package contains implementation of simple data base stored in
XML file.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
XMLDB.getData(String node1_id,
String key)
Describe
getData method here. |
Object |
XMLDB.getData(String node1_id,
String subnode,
String key)
Describe
getData method here. |
Object |
XMLDB.getData(String node1_id,
String subnode,
String key,
Object def)
Describe
getData method here. |
double |
XMLDB.getDataDouble(String node1_id,
String subnode,
String key,
double def)
Method description
|
double[] |
XMLDB.getDataDoubleList(String node1_id,
String subnode,
String key)
Method description
|
int |
XMLDB.getDataInt(String node1_id,
String subnode,
String key,
int def)
Method description
|
int[] |
XMLDB.getDataIntList(String node1_id,
String subnode,
String key)
Method description
|
String[] |
XMLDB.getDataList(String node1_id,
String subnode,
String key)
Describe
getDataList method here. |
String[] |
XMLDB.getKeys(String node1_id)
Describe
getKeys method here. |
String[] |
XMLDB.getKeys(String node1_id,
String subnode)
Describe
getKeys method here. |
protected DBElement |
XMLDB.getNode(String node1_id,
String subnode,
boolean auto_create)
Method description
|
protected DBElement |
XMLDB.getNode1(String node1_id)
Method description
|
String[] |
XMLDB.getSubnodes(String node1_id)
Describe
getSubnodes method here. |
String[] |
XMLDB.getSubnodes(String node1_id,
String subnode)
Describe
getSubnodes method here. |
void |
XMLDB.removeData(String node1_id,
String key)
Describe
removeData method here. |
void |
XMLDB.removeData(String node1_id,
String subnode,
String key)
Describe
removeData method here. |
void |
XMLDB.removeNode1(String node1_id)
Method description
|
void |
XMLDB.removeSubnode(String node1_id,
String subnode)
Describe
removeSubnode method here. |
void |
XMLDB.setData(String node1_id,
String key,
Object value)
Describe
setData method here. |
void |
XMLDB.setData(String node1_id,
String subnode,
String key,
Object value)
Describe
setData method here. |
Copyright © 2014 Tigase. All rights reserved.