| Package | Description |
|---|---|
| tigase.xml |
Simple XML parser implementation.
|
| tigase.xml.db |
This package contains implementation of simple data base stored in
XML file.
|
| Modifier and Type | Method and Description |
|---|---|
Element |
Element.clone() |
Element |
DefaultElementFactory.elementInstance(String name,
String cdata,
StringBuilder[] attnames,
StringBuilder[] attvals) |
Element |
ElementFactory.elementInstance(String name,
String cdata,
StringBuilder[] attNames,
StringBuilder[] attValues) |
Element |
Element.findChild(String elementPath)
Deprecated.
use
findChild(java.lang.String[]) instead. |
Element |
Element.findChild(String[] elemPath) |
Element |
Element.findChildStaticStr(String[] elementPath) |
Element |
Element.getChild(String name) |
Element |
Element.getChild(String name,
String child_xmlns) |
Element |
Element.getChildStaticStr(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<Element> |
Element.getChildren() |
List<Element> |
Element.getChildren(String elementPath)
Deprecated.
use
getChildren(java.lang.String[]) instead. |
List<Element> |
Element.getChildren(String[] elementPath) |
List<Element> |
Element.getChildrenStaticStr(String[] elementPath) |
Queue<Element> |
DomBuilderHandler.getParsedElements() |
| Modifier and Type | Method and Description |
|---|---|
int |
Element.compareTo(Element elem) |
boolean |
Element.removeChild(Element child) |
| Modifier and Type | Method and Description |
|---|---|
void |
Element.addChildren(List<Element> children) |
| Constructor and Description |
|---|
Element(Element element) |
Element(String argName,
Element[] children,
String[] att_names,
String[] att_values) |
| Modifier and Type | Class and Description |
|---|---|
class |
DBElement
DBElement class extends tigase.xml.Element. |
| Modifier and Type | Method and Description |
|---|---|
Element |
DBElementFactory.elementInstance(String name,
String cdata,
StringBuilder[] attnames,
StringBuilder[] attvalues)
Describe
elementInstance method here. |
Copyright © 2015 Tigase. All rights reserved.