public final class XmlHelper
Type Params | Return Type | Name and description |
---|---|---|
|
public boolean |
add(org.w3c.dom.Node node) |
|
public boolean |
addAll(Collection<? extends org.w3c.dom.Node> c) |
|
public void |
clear() |
|
public boolean |
contains(Object o) |
|
public boolean |
containsAll(Collection<?> c) |
|
public boolean |
hasNext() |
|
public boolean |
isEmpty() |
|
public Iterator<org.w3c.dom.Node> |
iterator() |
|
public org.w3c.dom.Node |
next() |
|
public static String |
prettyFormat(String input, int indent) |
|
public static String |
prettyFormat(String input) |
|
public void |
remove() |
|
public boolean |
remove(Object o) |
|
public boolean |
removeAll(Collection<?> c) |
|
public boolean |
retainAll(Collection<?> c) |
|
public int |
size() |
|
public Object[] |
toArray() |
<T> |
public T[] |
toArray(T[] a) |
|
public static Collection<org.w3c.dom.Node> |
wrapNodeList(org.w3c.dom.NodeList nodeList) |