Uses of Class
tigase.xml.Element
Packages that use Element
Package
Description
Simple XML parser implementation.
This package contains implementation of simple data base stored in XML file.
-
Uses of Element in tigase.xml
Classes in tigase.xml that implement interfaces with type arguments of type ElementModifier and TypeClassDescriptionclassElement- basic document tree node implementation.Methods in tigase.xml that return ElementModifier and TypeMethodDescriptionElement.clone()final ElementDefaultElementFactory.elementInstance(String name, String cdata, StringBuilder[] attnames, StringBuilder[] attvals) ElementFactory.elementInstance(String name, String cdata, StringBuilder[] attNames, StringBuilder[] attValues) Deprecated.Deprecated.Element.findChild(Element.Matcher<Element> matcher) Deprecated.Element.findChildStaticStr(String[] elementPath) Deprecated.Deprecated.Deprecated.Element.getChildStaticStr(String name) Deprecated.Element.getChildStaticStr(String name, String child_xmlns) Deprecated.Element.withAttribute(String attName, String attValue) Deprecated.Element.withElement(String name, String xmlns, String cdata) Deprecated.Element.withElement(String name, String xmlns, Consumer<Element> consumer) Deprecated.Element.withElement(String name, Consumer<Element> consumer) Deprecated.Methods in tigase.xml that return types with arguments of type ElementModifier and TypeMethodDescriptionElement.findChildren(Element.Matcher<Element> matcher) Deprecated.Element.getChildren()Element.getChildren(String elementPath) Deprecated.useElement.getChildren(java.lang.String[])instead.Element.getChildren(String[] elementPath) Deprecated.Element.getChildren(Element.Matcher<Element> matcher) Deprecated.Element.getChildrenStaticStr(String[] elementPath) Deprecated.DomBuilderHandler.getParsedElements()Methods in tigase.xml with parameters of type ElementMethod parameters in tigase.xml with type arguments of type ElementModifier and TypeMethodDescriptionvoidElement.addChildren(List<Element> children) Element.findChild(Element.Matcher<Element> matcher) Deprecated.Element.findChildren(Element.Matcher<Element> matcher) Deprecated.<R> List<R> Element.flatMapChildren(Function<Element, Collection<? extends R>> mapper) Deprecated.voidElement.forEachChild(Consumer<Element> consumer) Element.getChildCData(Element.Matcher<Element> matcher) Deprecated.Element.getChildren(Element.Matcher<Element> matcher) Deprecated.<R> R<R> List<R> Element.mapChildren(Function<Element, ? extends R> mapper) <R> List<R> Element.mapChildren(Element.Matcher<Element> matcher, Function<Element, ? extends R> mapper) Deprecated.<R> List<R> Element.mapChildren(Element.Matcher<Element> matcher, Function<Element, ? extends R> mapper) Deprecated.booleanElement.matches(Element.Matcher<Element> matcher) Deprecated.Element.withElement(String name, String xmlns, Consumer<Element> consumer) Deprecated.Element.withElement(String name, Consumer<Element> consumer) Deprecated.Constructors in tigase.xml with parameters of type Element -
Uses of Element in tigase.xml.db
Subclasses of Element in tigase.xml.dbMethods in tigase.xml.db that return ElementModifier and TypeMethodDescriptionDBElementFactory.elementInstance(String name, String cdata, StringBuilder[] attnames, StringBuilder[] attvalues) DescribeelementInstancemethod here.
Element.findChild(java.lang.String[])instead.