Uses of Class
org.camunda.spin.impl.xml.dom.DomXmlElement
Packages that use DomXmlElement
Package
Description
-
Uses of DomXmlElement in org.camunda.spin.impl.xml.dom
Methods in org.camunda.spin.impl.xml.dom with parameters of type DomXmlElementModifier and TypeMethodDescriptionprotected void
DomXmlElement.adoptElement
(DomXmlElement elementToAdopt) Adopts an xml dom element to the owner document of this element if necessary. -
Uses of DomXmlElement in org.camunda.spin.impl.xml.dom.query
Fields in org.camunda.spin.impl.xml.dom.query declared as DomXmlElementConstructors in org.camunda.spin.impl.xml.dom.query with parameters of type DomXmlElementModifierConstructorDescriptionDomXPathQuery
(DomXmlElement domElement, XPath query, String expression, DomXmlDataFormat dataFormat) -
Uses of DomXmlElement in org.camunda.spin.impl.xml.dom.util
Methods in org.camunda.spin.impl.xml.dom.util with parameters of type DomXmlElementModifier and TypeMethodDescriptionstatic void
DomXmlEnsure.ensureChildElement
(DomXmlElement parentElement, DomXmlElement childElement) Ensures that the element is child element of the parent element.