public abstract class SpinXmlAttribute extends SpinXmlNode<SpinXmlAttribute>
| Constructor and Description |
|---|
SpinXmlAttribute() |
| Modifier and Type | Method and Description |
|---|---|
abstract SpinXmlElement |
remove()
Removes the attribute.
|
abstract String |
toString()
Returns the wrapped XML attribute value as string representation.
|
abstract String |
value()
Returns the value of the attribute as
String. |
abstract SpinXmlAttribute |
value(String value)
Sets the value of the attribute.
|
abstract void |
writeToWriter(Writer writer)
Writes the wrapped XML attribute value to an existing writer.
|
hasNamespace, hasPrefix, mapTo, mapTo, name, namespace, prefixpublic abstract String value()
String.public abstract SpinXmlAttribute value(String value)
value - the value to setSpinXmlNodeException - if the value is nullpublic abstract SpinXmlElement remove()
tree elementpublic abstract String toString()
toString in class Spin<SpinXmlAttribute>public abstract void writeToWriter(Writer writer)
writeToWriter in class Spin<SpinXmlAttribute>writer - the writer to write toCopyright © 2014–2020 Camunda Services GmbH. All rights reserved.