|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NodeNotFoundException | |
|---|---|
| tigase.xml.db | This package contains implementation of simple data base stored in XML file. |
| Uses of NodeNotFoundException in tigase.xml.db |
|---|
| Methods in tigase.xml.db that throw NodeNotFoundException | |
|---|---|
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)
|
double[] |
XMLDB.getDataDoubleList(String node1_id,
String subnode,
String key)
|
int |
XMLDB.getDataInt(String node1_id,
String subnode,
String key,
int def)
|
int[] |
XMLDB.getDataIntList(String node1_id,
String subnode,
String key)
|
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)
|
protected DBElement |
XMLDB.getNode1(String node1_id)
|
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)
|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||