| Modifier and Type | Class and Description |
|---|---|
class |
SpinListImpl<E extends Spin<?>> |
| Modifier and Type | Method and Description |
|---|---|
SpinList<SpinJsonNode> |
JacksonJsonNode.elements() |
| Modifier and Type | Method and Description |
|---|---|
SpinList<SpinJsonNode> |
JacksonJsonPathQuery.elementList() |
| Modifier and Type | Method and Description |
|---|---|
SpinList<SpinXmlAttribute> |
DomXmlElement.attrs() |
SpinList<SpinXmlAttribute> |
DomXmlElement.attrs(String namespace) |
SpinList<SpinXmlElement> |
DomXmlElement.childElements() |
SpinList<SpinXmlElement> |
DomXmlElement.childElements(String elementName) |
SpinList<SpinXmlElement> |
DomXmlElement.childElements(String namespace,
String elementName) |
| Modifier and Type | Method and Description |
|---|---|
SpinList<SpinXmlAttribute> |
DomXPathQuery.attributeList() |
SpinList<SpinXmlElement> |
DomXPathQuery.elementList() |
| Modifier and Type | Method and Description |
|---|---|
SpinList<SpinJsonNode> |
SpinJsonPathQuery.elementList()
Fetches the list of nodes from the result of JsonPath.
|
abstract SpinList<SpinJsonNode> |
SpinJsonNode.elements()
Get this node as list.
|
| Modifier and Type | Method and Description |
|---|---|
abstract SpinList<SpinXmlAttribute> |
SpinXPathQuery.attributeList()
Returns the XPath query result as a attribute list.
|
abstract SpinList<SpinXmlAttribute> |
SpinXmlElement.attrs()
Returns all wrapped attributes of this element.
|
abstract SpinList<SpinXmlAttribute> |
SpinXmlElement.attrs(String namespace)
Returns all wrapped attributes for the given namespace.
|
abstract SpinList<SpinXmlElement> |
SpinXmlElement.childElements()
Returns all child elements of this
elements. |
abstract SpinList<SpinXmlElement> |
SpinXmlElement.childElements(String elementName)
Returns all child
elements with a given name in the local namespace
of this element. |
abstract SpinList<SpinXmlElement> |
SpinXmlElement.childElements(String namespace,
String elementName)
Returns all child
elements with a given namespace and name. |
abstract SpinList<SpinXmlElement> |
SpinXPathQuery.elementList()
Returns the XPath query result as a element list.
|
Copyright © 2014–2020 Camunda Services GmbH. All rights reserved.