Uses of Class
org.camunda.spin.impl.xml.dom.DomXmlElement
Package
Description
-
Uses of DomXmlElement in org.camunda.spin.impl.xml.dom
Modifier 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
ModifierConstructorDescriptionDomXPathQuery
(DomXmlElement domElement, XPath query, String expression, DomXmlDataFormat dataFormat) -
Uses of DomXmlElement in org.camunda.spin.impl.xml.dom.util
Modifier and TypeMethodDescriptionstatic void
DomXmlEnsure.ensureChildElement
(DomXmlElement parentElement, DomXmlElement childElement) Ensures that the element is child element of the parent element.