Class PositionXmlElement
- Namespace
- Alternet.FormDesigner.Wpf.XamlDom
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
XML Element with line/column information.
public class PositionXmlElement : XmlElement, ICloneable, IEnumerable, IXPathNavigable, IXmlLineInfo
- Inheritance
-
PositionXmlElement
- Implements
Properties
- LineNumber
Gets the line number.
- LinePosition
Gets the line position (column).
- XamlElementLineInfo
Get the XamlElementLineInfo
Methods
- HasLineInfo()
Gets whether the element has line information.
- WriteTo(XmlWriter)
Saves the current node to the specified XmlWriter.