|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectr01f.xml.XMLUtils
public final class XMLUtils
Utilidades XML
| Field Summary | |
|---|---|
static java.lang.String |
HEADER_ENCODING_ISO_8859_1
|
static java.lang.String |
HEADER_ENCODING_ISO_UTF8
|
| Constructor Summary | |
|---|---|
XMLUtils()
|
|
| Method Summary | |
|---|---|
static boolean |
isElementNode(org.w3c.dom.Node n)
Decide if the node is a normal node |
static boolean |
isTextNode(org.w3c.dom.Node n)
Decide if the node is text, and so must be handled specially |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String HEADER_ENCODING_ISO_8859_1
public static final java.lang.String HEADER_ENCODING_ISO_UTF8
| Constructor Detail |
|---|
public XMLUtils()
| Method Detail |
|---|
public static boolean isTextNode(org.w3c.dom.Node n)
n - the node
public static boolean isElementNode(org.w3c.dom.Node n)
n - the node
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||