Appkit 基础类库
Appkit 基础类库
Appkit.Data
AkXml Class
AkXml Methods
CreateNodeEx Method
DeleteExceptNode Method
FindChild Method
FindNode Method
FindNodeSection Method
GetAttributeValue Method
GetByIndexPath Method
GetDoc Method
GetDocByContent Method
GetIndexPath Method
GetNodeIndexByBroadFirst Method
GetNodeIndexByDeepFirst Method
HasAttribute Method
IndexOfParent Method
LoadDocument Method
RemoveChildExceptRange Method
RemoveChildren Method
SetAttribute Method
AkXml
GetDoc Method
根据路径创建文档对象。
Namespace:
Appkit.Data
Assembly:
Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
Copy
public
static
XmlDocument
GetDoc
(
string
path
)
Parameters
path
Type:
System
String
文件路径。
Return Value
Type:
XmlDocument
文档对象。
See Also
Reference
AkXml Class
Appkit.Data Namespace