xlang v4.0 Release
程序设计语言基础库文档
载入中...
搜索中...
未找到
Public 成员函数 | 静态包属性
XmlObject类 参考

Public 成员函数

静态包属性

详细描述

在文件 BuiltinObjects.x1188 行定义.

构造及析构函数说明

◆ XmlObject() [1/2]

void XmlObject ( )

◆ XmlObject() [2/2]

成员函数说明

◆ addComment()

◆ addDeclaration()

◆ addElement()

◆ addText()

◆ attribute()

XmlObject attribute ( ) throws NullPointerException

◆ child()

XmlObject child ( ) throws NullPointerException

◆ finalize()

void finalize ( )

◆ getAttributes()

XmlObject getAttributes ( String  )

◆ getElements()

XmlObject [] getElements ( String  )

◆ name()

String name ( ) throws NullPointerException

◆ next()

◆ parent()

XmlObject parent ( ) throws NullPointerException

◆ previous()

◆ remove()

◆ root()

XmlObject root ( )

◆ setAttribute()

void setAttribute ( String  ,
  String 
)

◆ setName()

void setName ( String  ) throws NullPointerException

◆ setText()

void setText ( String  ) throws NullPointerException

◆ setValue()

void setValue ( String  ) throws NullPointerException

◆ toString()

◆ type()

int type ( ) throws NullPointerException

◆ value()

结构体成员变量说明

◆ Attribute

const int Attribute
staticpackage

在文件 BuiltinObjects.x1194 行定义.

◆ Comment

const int Comment
staticpackage

在文件 BuiltinObjects.x1192 行定义.

◆ Declaration

const int Declaration
staticpackage

在文件 BuiltinObjects.x1191 行定义.

◆ Document

const int Document
staticpackage

在文件 BuiltinObjects.x1189 行定义.

◆ Element

const int Element
staticpackage

在文件 BuiltinObjects.x1190 行定义.

◆ Text

const int Text
staticpackage

在文件 BuiltinObjects.x1193 行定义.