Uses of Class
org.camunda.spin.xml.SpinXmlAttribute
Packages that use SpinXmlAttribute
Package
Description
-
Uses of SpinXmlAttribute in org.camunda.spin.impl.xml.dom
Subclasses of SpinXmlAttribute in org.camunda.spin.impl.xml.domMethods in org.camunda.spin.impl.xml.dom that return SpinXmlAttributeModifier and TypeMethodDescriptionMethods in org.camunda.spin.impl.xml.dom that return types with arguments of type SpinXmlAttributeModifier and TypeMethodDescriptionDomXmlElement.attrs()
DomXmlAttributeIterable.iterator()
DomXmlAttributeMapIterable.iterator()
Methods in org.camunda.spin.impl.xml.dom with parameters of type SpinXmlAttributeModifier and TypeMethodDescriptionDomXmlLogger.unableToWriteAttribute
(SpinXmlAttribute attribute, Exception cause) -
Uses of SpinXmlAttribute in org.camunda.spin.impl.xml.dom.format
Methods in org.camunda.spin.impl.xml.dom.format that return SpinXmlAttribute -
Uses of SpinXmlAttribute in org.camunda.spin.impl.xml.dom.query
Methods in org.camunda.spin.impl.xml.dom.query that return SpinXmlAttributeMethods in org.camunda.spin.impl.xml.dom.query that return types with arguments of type SpinXmlAttribute -
Uses of SpinXmlAttribute in org.camunda.spin.plugin.impl.feel.integration
Methods in org.camunda.spin.plugin.impl.feel.integration with parameters of type SpinXmlAttributeModifier and TypeMethodDescriptionprotected String
SpinValueMapper.spinXmlAttributeToKey
(SpinXmlAttribute attribute) -
Uses of SpinXmlAttribute in org.camunda.spin.xml
Methods in org.camunda.spin.xml that return SpinXmlAttributeModifier and TypeMethodDescriptionabstract SpinXmlAttribute
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
Returns the wrapped attribute for the given namespace and name.abstract SpinXmlAttribute
Sets the value of the attribute.Methods in org.camunda.spin.xml that return types with arguments of type SpinXmlAttributeModifier 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.