| Package | Description |
|---|---|
| tigase.criteria | |
| tigase.form | |
| tigase.xml |
Simple XML parser implementation.
|
| tigase.xml.db |
This package contains implementation of simple data base stored in
XML file.
|
| tigase.xmpp |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Criteria.match(Element element) |
boolean |
Or.match(Element element) |
boolean |
ElementCriteria.match(Element element)
Method description
|
| Modifier and Type | Method and Description |
|---|---|
Element |
MultiItemForm.getElement() |
Element |
Field.getElement() |
Element |
AbstractForm.getElement() |
Element |
Form.getElement() |
Element |
Field.getElement(boolean type,
boolean label) |
| Modifier and Type | Method and Description |
|---|---|
void |
Form.copyValuesFrom(Element form) |
long |
FormSignatureVerifier.verify(JID to,
Element form)
Verify signature of given form.
|
long |
FormSignatureVerifier.verify(JID to,
Element form,
FormSignatureVerifier.SignatureVerifyHandler handler)
Verify signature of given form.
|
| Constructor and Description |
|---|
AbstractForm(Element form) |
Field(Element fieldElement) |
Form(Element form) |
MultiItemForm(Element form) |
| Modifier and Type | Method and Description |
|---|---|
Element |
Element.clone() |
Element |
ElementFactory.elementInstance(String name,
String cdata,
StringBuilder[] attNames,
StringBuilder[] attValues) |
Element |
DefaultElementFactory.elementInstance(String name,
String cdata,
StringBuilder[] attnames,
StringBuilder[] attvals) |
Element |
Element.findChild(Element.Matcher<Element> matcher) |
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) |
Element |
Element.getChildStaticStr(String name,
String child_xmlns) |
| Modifier and Type | Method and Description |
|---|---|
List<Element> |
Element.findChildren(Element.Matcher<Element> matcher) |
List<Element> |
Element.getChildren() |
List<Element> |
Element.getChildren(Element.Matcher<Element> matcher) |
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) |
Element |
Element.findChild(Element.Matcher<Element> matcher) |
List<Element> |
Element.findChildren(Element.Matcher<Element> matcher) |
<R> List<R> |
Element.flatMapChildren(Function<Element,Collection<? extends R>> mapper) |
void |
Element.forEachChild(Consumer<Element> consumer) |
String |
Element.getChildCData(Element.Matcher<Element> matcher) |
List<Element> |
Element.getChildren(Element.Matcher<Element> matcher) |
<R> R |
Element.map(Function<Element,? extends R> mapper) |
<R> List<R> |
Element.mapChildren(Element.Matcher<Element> matcher,
Function<Element,? extends R> mapper) |
<R> List<R> |
Element.mapChildren(Element.Matcher<Element> matcher,
Function<Element,? extends R> mapper) |
<R> List<R> |
Element.mapChildren(Function<Element,? extends R> mapper) |
boolean |
Element.matches(Element.Matcher<Element> matcher) |
| 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. |
| Modifier and Type | Method and Description |
|---|---|
Element |
RSM.toElement() |
| Modifier and Type | Method and Description |
|---|---|
RSM |
RSM.fromElement(Element e) |
static RSM |
RSM.parseRootElement(Element e) |
static RSM |
RSM.parseRootElement(Element e,
int defaultMax) |
Copyright © 2020 Tigase. All rights reserved.