Uses of Class
tigase.xml.db.NodeNotFoundException
Packages that use NodeNotFoundException
Package
Description
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 NodeNotFoundExceptionModifier and TypeMethodDescriptionRetrieve value of given nodeRetrieve value of given node under specific pathRetrieve value of given node under specific pathdouble
XMLDB.getDataDouble
(String node1_id, String subnode, String key, double def) Retrieve value of given node under specific pathdouble[]
XMLDB.getDataDoubleList
(String node1_id, String subnode, String key) Retrieve values of given node under specific pathint
XMLDB.getDataInt
(String node1_id, String subnode, String key, int def) Retrieve value of given node under specific pathint[]
XMLDB.getDataIntList
(String node1_id, String subnode, String key) Retrieve values of given node under specific pathString[]
XMLDB.getDataList
(String node1_id, String subnode, String key) Retrieve values of given node under specific pathString[]
Retrieve list of keys under rootString[]
Retrieve list of keys under specific pathprotected final DBElement
Retrieves the node of the given name at specific pathprotected final DBElement
String[]
XMLDB.getSubnodes
(String node1_id) Retrieve list of subnodes under rootString[]
XMLDB.getSubnodes
(String node1_id, String subnode) Retrieve list of subnodes under specific pathvoid
XMLDB.removeData
(String node1_id, String key) Removes data of specific key from node of given name under root elementvoid
XMLDB.removeData
(String node1_id, String subnode, String key) Removes data of specific key from node of given name under given pathvoid
XMLDB.removeNode1
(String node1_id) Removes the nodevoid
XMLDB.removeSubnode
(String node1_id, String subnode) Removes node of given name under given pathvoid
Sets data for the given node at rootvoid
Sets data for the given node at given path