PositionXmlDocument Class
Definition
Namespace: Alternet.FormDesigner.Wpf.XamlDom
Assembly: Alternet.FormDesigner.Wpf.v9.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 System.Xml.IXmlLineInfo-implementing reader.
Inheritance
System.Object
System.Xml.XmlNode
System.Xml.XmlDocument
PositionXmlDocument
Implements
System.ICloneable
System.Collections.IEnumerable
System.Xml.XPath.IXPathNavigable
Syntax
public class PositionXmlDocument : XmlDocument, ICloneable, IEnumerable, IXPathNavigable
Methods
CreateAttribute(String, String, String) | Creates a PositionXmlAttribute. |
CreateElement(String, String, String) | Creates a PositionXmlElement. |
Load(XmlReader) | Loads the XML document from the specified System.Xml.XmlReader. |
Inherited Members
System.Xml.XmlDocument.CloneNode(System.Boolean)
System.Xml.XmlDocument.CreateAttribute(System.String)
System.Xml.XmlDocument.CreateCDataSection(System.String)
System.Xml.XmlDocument.CreateComment(System.String)
System.Xml.XmlDocument.CreateDocumentType(System.String, System.String, System.String, System.String)
System.Xml.XmlDocument.CreateDocumentFragment()
System.Xml.XmlDocument.CreateElement(System.String)
System.Xml.XmlDocument.CreateEntityReference(System.String)
System.Xml.XmlDocument.CreateProcessingInstruction(System.String, System.String)
System.Xml.XmlDocument.CreateXmlDeclaration(System.String, System.String, System.String)
System.Xml.XmlDocument.CreateTextNode(System.String)
System.Xml.XmlDocument.CreateSignificantWhitespace(System.String)
System.Xml.XmlDocument.CreateNavigator()
System.Xml.XmlDocument.CreateNavigator(System.Xml.XmlNode)
System.Xml.XmlDocument.CreateWhitespace(System.String)
System.Xml.XmlDocument.GetElementsByTagName(System.String)
System.Xml.XmlDocument.CreateAttribute(System.String, System.String)
System.Xml.XmlDocument.CreateElement(System.String, System.String)
System.Xml.XmlDocument.GetElementsByTagName(System.String, System.String)
System.Xml.XmlDocument.GetElementById(System.String)
System.Xml.XmlDocument.ImportNode(System.Xml.XmlNode, System.Boolean)
System.Xml.XmlDocument.CreateDefaultAttribute(System.String, System.String, System.String)
System.Xml.XmlDocument.CreateNode(System.Xml.XmlNodeType, System.String, System.String, System.String)
System.Xml.XmlDocument.CreateNode(System.String, System.String, System.String)
System.Xml.XmlDocument.CreateNode(System.Xml.XmlNodeType, System.String, System.String)
System.Xml.XmlDocument.ReadNode(System.Xml.XmlReader)
System.Xml.XmlDocument.Load(System.String)
System.Xml.XmlDocument.Load(System.IO.Stream)
System.Xml.XmlDocument.Load(System.IO.TextReader)
System.Xml.XmlDocument.LoadXml(System.String)
System.Xml.XmlDocument.Save(System.String)
System.Xml.XmlDocument.Save(System.IO.Stream)
System.Xml.XmlDocument.Save(System.IO.TextWriter)
System.Xml.XmlDocument.Save(System.Xml.XmlWriter)
System.Xml.XmlDocument.WriteTo(System.Xml.XmlWriter)
System.Xml.XmlDocument.WriteContentTo(System.Xml.XmlWriter)
System.Xml.XmlDocument.Validate(System.Xml.Schema.ValidationEventHandler)
System.Xml.XmlDocument.Validate(System.Xml.Schema.ValidationEventHandler, System.Xml.XmlNode)
System.Xml.XmlDocument.NodeType
System.Xml.XmlDocument.ParentNode
System.Xml.XmlDocument.DocumentType
System.Xml.XmlDocument.Implementation
System.Xml.XmlDocument.Name
System.Xml.XmlDocument.LocalName
System.Xml.XmlDocument.DocumentElement
System.Xml.XmlDocument.OwnerDocument
System.Xml.XmlDocument.Schemas
System.Xml.XmlDocument.XmlResolver
System.Xml.XmlDocument.NameTable
System.Xml.XmlDocument.PreserveWhitespace
System.Xml.XmlDocument.IsReadOnly
System.Xml.XmlDocument.InnerText
System.Xml.XmlDocument.InnerXml
System.Xml.XmlDocument.SchemaInfo
System.Xml.XmlDocument.BaseURI
System.Xml.XmlDocument.NodeInserting
System.Xml.XmlDocument.NodeInserted
System.Xml.XmlDocument.NodeRemoving
System.Xml.XmlDocument.NodeRemoved
System.Xml.XmlDocument.NodeChanging
System.Xml.XmlDocument.NodeChanged
System.Xml.XmlNode.SelectSingleNode(System.String)
System.Xml.XmlNode.SelectSingleNode(System.String, System.Xml.XmlNamespaceManager)
System.Xml.XmlNode.SelectNodes(System.String)
System.Xml.XmlNode.SelectNodes(System.String, System.Xml.XmlNamespaceManager)
System.Xml.XmlNode.InsertBefore(System.Xml.XmlNode, System.Xml.XmlNode)
System.Xml.XmlNode.InsertAfter(System.Xml.XmlNode, System.Xml.XmlNode)
System.Xml.XmlNode.ReplaceChild(System.Xml.XmlNode, System.Xml.XmlNode)
System.Xml.XmlNode.RemoveChild(System.Xml.XmlNode)
System.Xml.XmlNode.PrependChild(System.Xml.XmlNode)
System.Xml.XmlNode.AppendChild(System.Xml.XmlNode)
System.Xml.XmlNode.Normalize()
System.Xml.XmlNode.Supports(System.String, System.String)
System.Xml.XmlNode.Clone()
System.Xml.XmlNode.System.ICloneable.Clone()
System.Xml.XmlNode.System.Collections.IEnumerable.GetEnumerator()
System.Xml.XmlNode.GetEnumerator()
System.Xml.XmlNode.RemoveAll()
System.Xml.XmlNode.GetNamespaceOfPrefix(System.String)
System.Xml.XmlNode.GetPrefixOfNamespace(System.String)
System.Xml.XmlNode.Value
System.Xml.XmlNode.ChildNodes
System.Xml.XmlNode.PreviousSibling
System.Xml.XmlNode.NextSibling
System.Xml.XmlNode.Attributes
System.Xml.XmlNode.FirstChild
System.Xml.XmlNode.LastChild
System.Xml.XmlNode.HasChildNodes
System.Xml.XmlNode.NamespaceURI
System.Xml.XmlNode.Prefix
System.Xml.XmlNode.OuterXml
System.Xml.XmlNode.Item[System.String]
System.Xml.XmlNode.Item[System.String, System.String]
System.Xml.XmlNode.PreviousText
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Implements
System.ICloneable
System.Collections.IEnumerable
System.Xml.XPath.IXPathNavigable