@OpenApiAll
@Deprecated
public class ElementFinder
extends java.lang.Object
Constructor and Description |
---|
ElementFinder()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static void |
find(java.util.Collection children,
java.lang.String name,
java.util.Collection results)
Deprecated.
|
static Element |
find(Element root,
java.lang.Class[] type,
java.lang.String name)
Deprecated.
|
static Element |
find(Element root,
java.lang.Class[] type,
java.lang.String name,
boolean searchInChildren)
Deprecated.
|
static Element |
find(Element root,
java.lang.Class[] type,
java.lang.String name,
boolean searchInChildren,
boolean checkRoot)
Deprecated.
|
static void |
find(Element root,
java.lang.Class[] type,
java.lang.String name,
java.util.Collection results,
boolean searchInChildren)
Deprecated.
|
static Element |
find(Element root,
java.lang.Class type,
java.lang.String name)
Deprecated.
|
static Element |
find(Element root,
java.lang.Class type,
java.lang.String name,
boolean searchInChildren)
Deprecated.
|
static Element |
find(Element root,
java.lang.Class type,
java.lang.String name,
boolean searchInChildren,
boolean checkRoot)
Deprecated.
|
static void |
find(Element root,
java.lang.Class type,
java.lang.String name,
java.util.Collection results,
boolean searchInChildren)
Deprecated.
|
static java.util.Collection |
getChildren(Element parent,
java.lang.Class[] type,
boolean checkParent)
Deprecated.
|
static java.util.Collection |
getChildren(Element parent,
java.lang.Class[] type,
boolean recursively,
boolean checkParent)
Deprecated.
|
@Deprecated public static Element find(Element root, java.lang.Class type, java.lang.String name)
root
- Root element.type
- Type of element.name
- Element name.Finder.byName()
@Deprecated public static Element find(Element root, java.lang.Class[] type, java.lang.String name)
root
- Root element.type
- Elements type list.name
- Element name.Finder.byName()
@Deprecated public static Element find(Element root, java.lang.Class type, java.lang.String name, boolean searchInChildren)
root
- Root element.type
- Type of element.name
- Element name.searchInChildren
- Is search in children?Finder.byNameRecursively()
,
Finder.byName()
@Deprecated public static Element find(Element root, java.lang.Class[] type, java.lang.String name, boolean searchInChildren)
root
- Root element.type
- Element type list.name
- Element name.searchInChildren
- Is search in children?Finder.byNameRecursively()
,
Finder.byName()
@Deprecated public static Element find(Element root, java.lang.Class type, java.lang.String name, boolean searchInChildren, boolean checkRoot)
root
- Root element.type
- Type of element.name
- Element namesearchInChildren
- Is search in children?checkRoot
- Check with root element.Finder.byNameRecursively()
,
Finder.byName()
@Deprecated public static Element find(Element root, java.lang.Class[] type, java.lang.String name, boolean searchInChildren, boolean checkRoot)
root
- Root element.type
- Element type list.name
- Element namesearchInChildren
- Is search in children?checkRoot
- Check with root element.Finder.byNameRecursively()
,
Finder.byName()
@Deprecated public static void find(Element root, java.lang.Class type, java.lang.String name, java.util.Collection results, boolean searchInChildren)
root
- Root Element.type
- Type of element.name
- Element name.results
- The matched element.searchInChildren
- Is search in children?Finder.byNameAllRecursively()
,
Finder.byNameAll()
@Deprecated public static void find(Element root, java.lang.Class[] type, java.lang.String name, java.util.Collection results, boolean searchInChildren)
root
- Root Element.type
- Element type list.name
- Element name.results
- The matched element.searchInChildren
- Is search in children?Finder.byNameAllRecursively()
,
Finder.byNameAll()
@Deprecated public static void find(java.util.Collection children, java.lang.String name, java.util.Collection results)
children
- childrenname
- Element name.results
- The matched element.Finder.byName()
,
Finder.ByNameFinder.findInCollection(java.util.Collection, String)
@Deprecated public static java.util.Collection getChildren(Element parent, java.lang.Class[] type, boolean checkParent)
parent
- Root Element.type
- Element type list.checkParent
- is need to check parent?Finder.byType()
@Deprecated public static java.util.Collection getChildren(Element parent, java.lang.Class[] type, boolean recursively, boolean checkParent)
Finder.byType()
,
Finder.byTypeRecursively()