Uses of Interface
org.camunda.spin.SpinList
Package
Description
-
Uses of SpinList in org.camunda.spin.impl
-
Uses of SpinList in org.camunda.spin.impl.json.jackson
-
Uses of SpinList in org.camunda.spin.impl.json.jackson.query
-
Uses of SpinList in org.camunda.spin.impl.xml.dom
Modifier and TypeMethodDescriptionDomXmlElement.attrs()
DomXmlElement.childElements()
DomXmlElement.childElements
(String elementName) DomXmlElement.childElements
(String namespace, String elementName) -
Uses of SpinList in org.camunda.spin.impl.xml.dom.query
-
Uses of SpinList in org.camunda.spin.json
Modifier and TypeMethodDescriptionSpinJsonPathQuery.elementList()
Fetches the list of nodes from the result of JsonPath.abstract SpinList<SpinJsonNode>
SpinJsonNode.elements()
Get this node as list. -
Uses of SpinList in org.camunda.spin.xml
Modifier and TypeMethodDescriptionabstract 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>
Returns all wrapped attributes for the given namespace.abstract SpinList<SpinXmlElement>
SpinXmlElement.childElements()
Returns all child elements of thiselements
.abstract SpinList<SpinXmlElement>
SpinXmlElement.childElements
(String elementName) Returns all childelements
with a given name in the local namespace of this element.abstract SpinList<SpinXmlElement>
SpinXmlElement.childElements
(String namespace, String elementName) Returns all childelements
with a given namespace and name.abstract SpinList<SpinXmlElement>
SpinXPathQuery.elementList()
Returns the XPath query result as a element list.