| Package | Description |
|---|---|
| org.tinygroup.xmlparser | |
| org.tinygroup.xmlparser.node |
| Modifier and Type | Method and Description |
|---|---|
static XmlNodeType |
XmlNodeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XmlNodeType[] |
XmlNodeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
XmlNode(String nodeName,
XmlNodeType nodeType)
构造方法
|
XmlNode(XmlNodeType nodeType)
构造方法
|
XmlNode(XmlNodeType nodeType,
String nodeName)
构造方法
|
Copyright © 2006–2017 TinyGroup. All rights reserved.