共用方式為


XmlNode interface

表示 XML Node 物件。

屬性

attributes

節點標籤上的屬性值清單。

childNodes

節點的子節點。

nsPrefix

命名空間前置詞。

tagName

節點標籤的名稱。

value

節點的值。

屬性詳細資料

attributes

節點標籤上的屬性值清單。

attributes?: Record<string, string>

屬性值

Record<string, string>

childNodes

節點的子節點。

childNodes?: XmlNode[]

屬性值

nsPrefix

命名空間前置詞。

nsPrefix?: string

屬性值

string

tagName

節點標籤的名稱。

tagName?: string

屬性值

string

value

節點的值。

value?: string

屬性值

string