| Package | Description |
|---|---|
| org.camunda.spin.impl.xml.dom | |
| org.camunda.spin.impl.xml.dom.format | |
| org.camunda.spin.impl.xml.dom.query | |
| org.camunda.spin.xml |
| Modifier and Type | Class and Description |
|---|---|
class |
DomXmlAttribute
Wrapper of a xml dom attribute.
|
| Modifier and Type | Method and Description |
|---|---|
SpinXmlAttribute |
DomXmlElement.attr(String attributeName) |
SpinXmlAttribute |
DomXmlElement.attrNs(String namespace,
String attributeName) |
SpinXmlAttribute |
DomXmlAttribute.value(String value) |
| Modifier and Type | Method and Description |
|---|---|
SpinList<SpinXmlAttribute> |
DomXmlElement.attrs() |
SpinList<SpinXmlAttribute> |
DomXmlElement.attrs(String namespace) |
Iterator<SpinXmlAttribute> |
DomXmlAttributeMapIterable.iterator() |
Iterator<SpinXmlAttribute> |
DomXmlAttributeIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
SpinXmlAttributeException |
DomXmlLogger.unableToWriteAttribute(SpinXmlAttribute attribute,
Exception cause) |
| Modifier and Type | Method and Description |
|---|---|
SpinXmlAttribute |
DomXmlDataFormat.createAttributeWrapper(Attr attr) |
| Modifier and Type | Method and Description |
|---|---|
SpinXmlAttribute |
DomXPathQuery.attribute() |
| Modifier and Type | Method and Description |
|---|---|
SpinList<SpinXmlAttribute> |
DomXPathQuery.attributeList() |
| Modifier and Type | Method and Description |
|---|---|
abstract SpinXmlAttribute |
SpinXmlElement.attr(String attributeName)
Returns the wrapped attribute for an empty namespace and the given name.
|
abstract SpinXmlAttribute |
SpinXPathQuery.attribute()
Returns the XPath query result as attribute.
|
abstract SpinXmlAttribute |
SpinXmlElement.attrNs(String namespace,
String attributeName)
Returns the wrapped attribute for the given namespace and name.
|
abstract SpinXmlAttribute |
SpinXmlAttribute.value(String value)
Sets the value of the attribute.
|
| 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.
|
Copyright © 2014–2020 Camunda Services GmbH. All rights reserved.