Click or drag to resize
XmlEditor Class
Xml 文档编辑器
Inheritance Hierarchy
SystemObject
  Appkit.ComponentsEditor
    Appkit.ComponentsXmlEditor

Namespace: Appkit.Components
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public class XmlEditor : Editor

The XmlEditor type exposes the following members.

Constructors
  NameDescription
Public methodXmlEditor
Top
Methods
  NameDescription
Public methodAddDefaultAttribute
添加新建节点时自动创建的默认属性
Public methodGetUrl
获取通过编辑器加载 path 所指 XML 文档的访问链接 (该方法用于相同设置多次获取不同 XML 文档的编辑链接时)
Top
Properties
  NameDescription
Public propertyCreateAttributeEnabled
是否允许新建属性 默认为 true
Public propertyCreateNodeEnabled
是否允许新建节点 默认为 true
Public propertyDeleteAttributeEnabled
是否允许删除属性 默认为 true
Public propertyDeleteNodeEnabled
是否允许删除节点 默认为 true
Public propertyDictionary
节点及属性名称转换词典的文档路径
Public propertyEditor
属性编辑器的文档路径
Public propertyUrl
获取通过编辑器加载 path 所指 XML 文档的访问链接
Top
See Also