Uses of Class
org.camunda.spin.impl.xml.dom.DomXmlElement
-
Packages that use DomXmlElement Package Description org.camunda.spin.impl.xml.dom org.camunda.spin.impl.xml.dom.query org.camunda.spin.impl.xml.dom.util -
-
Uses of DomXmlElement in org.camunda.spin.impl.xml.dom
Methods in org.camunda.spin.impl.xml.dom with parameters of type DomXmlElement Modifier and Type Method Description protected voidDomXmlElement. 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 DomXmlElement Modifier and Type Field Description protected DomXmlElementDomXPathQuery. domElementConstructors in org.camunda.spin.impl.xml.dom.query with parameters of type DomXmlElement Constructor Description DomXPathQuery(DomXmlElement domElement, javax.xml.xpath.XPath query, java.lang.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 DomXmlElement Modifier and Type Method Description static voidDomXmlEnsure. ensureChildElement(DomXmlElement parentElement, DomXmlElement childElement)Ensures that the element is child element of the parent element.
-