Click or drag to resize
XmlCustomReader Class
Xml 定制的读取类。
Inheritance Hierarchy
SystemObject
  Appkit.DataXmlCustomReader

Namespace: Appkit.Data
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public class XmlCustomReader

The XmlCustomReader type exposes the following members.

Constructors
  NameDescription
Public methodXmlCustomReader
Top
Methods
  NameDescription
Public methodStatic memberGetAttributePath
获取属性路径(不包含文档节点信息)
Public methodStatic memberGetByNamePath
根据名称路径获取节点
Public methodStatic memberGetNamePath
获取名称形式的节点路径(不包含文档节点信息)
Public methodToTree
用 TreeView 来描述 Xml 文档
Top
Events
  NameDescription
Public eventOnCompleted
节点创建完毕时
Top
See Also