Uses of Class
tigase.xml.db.DBElement
-
Packages that use DBElement Package Description tigase.xml.db This package contains implementation of simple data base stored in XML file. -
-
Uses of DBElement in tigase.xml.db
Methods in tigase.xml.db that return DBElement Modifier and Type Method Description DBElementDBElement. buildNodesTree(String nodePath)DBElementDBElement. findEntry(String key)DBElementDBElement. findNode(String nodePath)DBElementXMLDB. findNode1(String node1_id)Return Element corresponding to the node nameDBElementDBElement. getEntry(String key)protected DBElementXMLDB. getNode(String node1_id, String subnode, boolean auto_create)Retrieves the node of the given name at specific pathprotected DBElementXMLDB. getNode1(String node1_id)DBElementDBElement. getSubnode(String name)DBElementDBElement. getSubnodePath(String nodePath)DBElementDBElement. newSubnode(String name)
-