Uses of Class
org.kxml2.kdom.Element
Packages that use Element
-
Uses of Element in org.kxml2.kdom
Methods in org.kxml2.kdom that return ElementModifier and TypeMethodDescriptionElement.createElement
(String namespace, String name) Forwards creation request to parent if any, otherwise calls super.createElement.Node.createElement
(String namespace, String name) Builds a default element with the given properties.Node.getElement
(int index) returns the element at the given index.Node.getElement
(String namespace, String name) Returns the element with the given namespace and name.Document.getRootElement()
returns the root element of this document.