共用方式為


XmlOptions interface

管理 xml 剖析器和產生器行為的選項。

屬性

includeRoot

指出剖析 XML 時,是否要在輸出中包含根項目。

rootName

表示建置 XML 時所產生 XML 中根項目的名稱。

xmlCharKey

剖析 XML 時用來存取 XML 值內容的索引鍵。

屬性詳細資料

includeRoot

指出剖析 XML 時,是否要在輸出中包含根項目。

includeRoot?: boolean

屬性值

boolean

rootName

表示建置 XML 時所產生 XML 中根項目的名稱。

rootName?: string

屬性值

string

xmlCharKey

剖析 XML 時用來存取 XML 值內容的索引鍵。

xmlCharKey?: string

屬性值

string