点击或拖拽改变大小

XDocument 类

X#
Helper class that is used by the XML functions
继承层次
Object
  XDocument

命名空间:  XSharp.XPP
程序集:  XSharp.XPP (在 XSharp.XPP.dll 中) 版本:2.22 GA
语法
 CLASS XDocument
查看代码

XDocument 类型公开以下成员。

构造函数
  名称说明
公共方法XDocument
初始化 XDocument 类的一个新实例
Top
方法
  名称说明
公共方法静态成员AsXmlArray
Return the children of a node as a XPP specific XML array
公共方法ClearActions
Clear all actions on a document
公共方法静态成员ClearAllErrors
Clear all errors
公共方法Close
CLose an opened XML document
公共方法静态成员CloseAllDocuments
Close all open document
公共方法静态成员FindAllChildTags
公共方法静态成员FindChildTag
Find a child tag in an XML Node
公共方法静态成员FindError
Find error by ID
公共方法静态成员FindFirstChildTag
Find a child tag in an XML Node
公共方法静态成员FindParent
Get ID for the parent of an XML node
公共方法静态成员FindTag
Get a list of the tags in an XML Node
公共方法静态成员GetDocument
Find an open XDocument object by its unique handle
公共方法静态成员GetErrors
Get list of all errors
公共方法静态成员GetErrorsForDocument
Get error for a specific document
公共方法静态成员Initialize
Initialize the static variables
公共方法静态成员NewHandle
Allocate new XDocument handle
公共方法OpenFile
Open an XML File
公共方法OpenText
Open a XML document from a string
公共方法PerformActions
Perform actions on an XML node.
公共方法Process
Process an opened XML document
公共方法ProcessNodes
Loop through all the actions and process each node that matches the actions
公共方法静态成员RegisterError
公共方法SelectNodes
Select Nodes via XPath selection
公共方法SetAction
Set an action on a XML node
公共方法WalkNode
Walk all nodes and add them to the collections on the document class
Top
参见