Uses of Class
org.dom4j.dom.DOMElement
-
Packages that use DOMElement Package Description org.dom4j.dom An implementation of the dom4j API which also supports the W3C object model. -
-
Uses of DOMElement in org.dom4j.dom
Fields in org.dom4j.dom declared as DOMElement Modifier and Type Field Description private DOMElement
DOMAttributeNodeMap. element
Constructors in org.dom4j.dom with parameters of type DOMElement Constructor Description DOMAttributeNodeMap(DOMElement element)
DOMDocument(java.lang.String name, DOMElement rootElement, DOMDocumentType docType)
DOMDocument(DOMElement rootElement)
DOMDocument(DOMElement rootElement, DOMDocumentType docType)
-