Class PositionXmlDocument
- Namespace
- Alternet.FormDesigner.Wpf.XamlDom
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
Class derived from System.Xml.XmlDocument that remembers line/column information for elements and attributes when loading from a System.Xml.XmlTextReader or other IXmlLineInfo-implementing reader.
public class PositionXmlDocument : XmlDocument, ICloneable, IEnumerable, IXPathNavigable
- Inheritance
-
PositionXmlDocument
- Implements
Methods
- CreateAttribute(string, string, string)
Creates a PositionXmlAttribute.
- CreateElement(string, string, string)
Creates a PositionXmlElement.
- Load(XmlReader)
Loads the XML document from the specified XmlReader.