|
xlang v4.0 Release
程序设计语言基础库文档
|
Public 成员函数 |
静态包属性 |
在文件 BuiltinObjects.x 第 1188 行定义.
| void XmlObject | ( | ) |
| void 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 |
| 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 |
| int type | ( | ) | throws NullPointerException |
| String value | ( | ) | throws IllegalArgumentException, NullPointerException |
|
staticpackage |
在文件 BuiltinObjects.x 第 1194 行定义.
|
staticpackage |
在文件 BuiltinObjects.x 第 1192 行定义.
|
staticpackage |
在文件 BuiltinObjects.x 第 1191 行定义.
|
staticpackage |
在文件 BuiltinObjects.x 第 1189 行定义.
|
staticpackage |
在文件 BuiltinObjects.x 第 1190 行定义.
|
staticpackage |
在文件 BuiltinObjects.x 第 1193 行定义.