Package | Description |
---|---|
org.kxml2.kdom |
Modifier and Type | Method and Description |
---|---|
Element |
Element.createElement(java.lang.String namespace,
java.lang.String name)
Forwards creation request to parent if any, otherwise
calls super.createElement.
|
Element |
Node.createElement(java.lang.String namespace,
java.lang.String name)
Builds a default element with the given properties.
|
Element |
Node.getElement(int index)
returns the element at the given index.
|
Element |
Node.getElement(java.lang.String namespace,
java.lang.String name)
Returns the element with the given namespace and name.
|
Element |
Document.getRootElement()
returns the root element of this document.
|