Package | Description |
---|---|
tigase.xml.db |
This package contains implementation of simple data base stored in
XML file.
|
Modifier and Type | Method and Description |
---|---|
DBElement |
DBElement.buildNodesTree(String nodePath) |
DBElement |
DBElement.findEntry(String key) |
DBElement |
DBElement.findNode(String nodePath) |
DBElement |
XMLDB.findNode1(String node1_id)
Return Element corresponding to the node name
|
DBElement |
DBElement.getEntry(String key) |
protected DBElement |
XMLDB.getNode(String node1_id,
String subnode,
boolean auto_create)
Retrieves the node of the given name at specific path
|
protected DBElement |
XMLDB.getNode1(String node1_id) |
DBElement |
DBElement.getSubnode(String name) |
DBElement |
DBElement.getSubnodePath(String nodePath) |
DBElement |
DBElement.newSubnode(String name) |
Copyright © 2004–2021 "Tigase, Inc.". All rights reserved.