xlang v5.1 Release
程序设计语言基础库文档
|
Public 成员函数 |
静态 Public 属性 |
XmlObject类,用于表示和处理XML文档中的各种对象 包括文档、元素、声明、注释、文本和属性等类型
在文件 XmlObject.x 第 5 行定义.
XmlObject | ( | ) |
XmlObject | ( | String | ) | throws IllegalArgumentException |
XmlObject addComment | ( | String | ) | throws IllegalArgumentException, NullPointerException |
XmlObject addDeclaration | ( | String | ) | throws IllegalArgumentException, NullPointerException |
XmlObject addElement | ( | String | ) | throws IllegalArgumentException, NullPointerException |
XmlObject addText | ( | String | ) | throws IllegalArgumentException, NullPointerException |
JsonNode asJson | ( | ) |
XmlObject attribute | ( | ) | throws NullPointerException |
XmlObject child | ( | ) | throws NullPointerException |
void finalize | ( | ) |
String name | ( | ) | throws NullPointerException |
XmlObject next | ( | ) | throws NullPointerException |
XmlObject parent | ( | ) | throws NullPointerException |
XmlObject previous | ( | ) | throws IllegalArgumentException, NullPointerException |
bool remove | ( | XmlObject | ) | throws IllegalArgumentException, NullPointerException |
XmlObject root | ( | ) |
void setAttribute | ( | String | , |
String | |||
) |
void setName | ( | String | ) | throws NullPointerException |
void setText | ( | String | ) | throws NullPointerException |
void setValue | ( | String | ) | throws NullPointerException |
String toString | ( | ) | throws IllegalArgumentException, NullPointerException |
String toString | ( | bool | ) | throws IllegalArgumentException, NullPointerException |
int type | ( | ) | throws NullPointerException |
String value | ( | ) | throws IllegalArgumentException, NullPointerException |
|
static |
在文件 XmlObject.x 第 13 行定义.
|
static |
在文件 XmlObject.x 第 11 行定义.
|
static |
在文件 XmlObject.x 第 10 行定义.
|
static |
在文件 XmlObject.x 第 8 行定义.
|
static |
在文件 XmlObject.x 第 9 行定义.
|
static |
在文件 XmlObject.x 第 12 行定义.