public class XmlParser
extends java.lang.Object
Note: in current implementation tag names are case-insensitive. For example <Img/>, <IMG/>, and <img/> are the same tag.
Attributes are case-sensitive. For example <PIC width="7in"/> and <PIC WIDTH="6in"/> are separate attributes.
| Constructor and Description |
|---|
XmlParser() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
parse(java.lang.String xml,
java.lang.Class<T> classOfT) |