C# Class ICSharpCode.WpfDesign.XamlDom.PositionXmlElement

Inheritance: System.Xml.XmlElement, IXmlLineInfo
Datei anzeigen Open project: icsharpcode/WpfDesigner

Public Methods

Method Description
HasLineInfo ( ) : bool

Gets whether the element has line information.

WriteTo ( XmlWriter w ) : void

Private Methods

Method Description
PositionXmlElement ( string prefix, string localName, string namespaceURI, PositionXmlDocument doc, IXmlLineInfo lineInfo ) : System

Method Details

HasLineInfo() public method

Gets whether the element has line information.
public HasLineInfo ( ) : bool
return bool

WriteTo() public method

public WriteTo ( XmlWriter w ) : void
w System.Xml.XmlWriter
return void