C# Class ICSharpCode.WpfDesign.XamlDom.PositionXmlDocument

Inheritance: System.Xml.XmlDocument
Show file Open project: icsharpcode/WpfDesigner Class Usage Examples

Public Methods

Method Description
CreateAttribute ( string prefix, string localName, string namespaceURI ) : XmlAttribute

Creates a PositionXmlAttribute.

CreateElement ( string prefix, string localName, string namespaceURI ) : XmlElement

Creates a PositionXmlElement.

Load ( XmlReader reader ) : void

Loads the XML document from the specified XmlReader.

Method Details

CreateAttribute() public method

Creates a PositionXmlAttribute.
public CreateAttribute ( string prefix, string localName, string namespaceURI ) : XmlAttribute
prefix string
localName string
namespaceURI string
return System.Xml.XmlAttribute

CreateElement() public method

Creates a PositionXmlElement.
public CreateElement ( string prefix, string localName, string namespaceURI ) : XmlElement
prefix string
localName string
namespaceURI string
return System.Xml.XmlElement

Load() public method

Loads the XML document from the specified XmlReader.
public Load ( XmlReader reader ) : void
reader System.Xml.XmlReader
return void