PositionXmlAttribute Class
Definition
Namespace: Alternet.FormDesigner.Wpf.XamlDom
Assembly: Alternet.FormDesigner.Wpf.v9.dll
XML Attribute with line/column information.
Inheritance
System.Object
System.Xml.XmlNode
System.Xml.XmlAttribute
PositionXmlAttribute
Implements
System.ICloneable
System.Collections.IEnumerable
System.Xml.XPath.IXPathNavigable
System.Xml.IXmlLineInfo
Syntax
public class PositionXmlAttribute : XmlAttribute, ICloneable, IEnumerable, IXPathNavigable, IXmlLineInfo
Properties
LineNumber | Gets the line number. |
LinePosition | Gets the line position (column). |
Methods
HasLineInfo() | Gets whether the element has line information. |
Inherited Members
System.Xml.XmlAttribute.CloneNode(System.Boolean)
System.Xml.XmlAttribute.InsertBefore(System.Xml.XmlNode, System.Xml.XmlNode)
System.Xml.XmlAttribute.InsertAfter(System.Xml.XmlNode, System.Xml.XmlNode)
System.Xml.XmlAttribute.ReplaceChild(System.Xml.XmlNode, System.Xml.XmlNode)
System.Xml.XmlAttribute.RemoveChild(System.Xml.XmlNode)
System.Xml.XmlAttribute.PrependChild(System.Xml.XmlNode)
System.Xml.XmlAttribute.AppendChild(System.Xml.XmlNode)
System.Xml.XmlAttribute.WriteTo(System.Xml.XmlWriter)
System.Xml.XmlAttribute.WriteContentTo(System.Xml.XmlWriter)
System.Xml.XmlAttribute.ParentNode
System.Xml.XmlAttribute.Name
System.Xml.XmlAttribute.LocalName
System.Xml.XmlAttribute.NamespaceURI
System.Xml.XmlAttribute.Prefix
System.Xml.XmlAttribute.NodeType
System.Xml.XmlAttribute.OwnerDocument
System.Xml.XmlAttribute.Value
System.Xml.XmlAttribute.SchemaInfo
System.Xml.XmlAttribute.InnerText
System.Xml.XmlAttribute.Specified
System.Xml.XmlAttribute.OwnerElement
System.Xml.XmlAttribute.InnerXml
System.Xml.XmlAttribute.BaseURI
System.Xml.XmlNode.CreateNavigator()
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.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.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.IsReadOnly
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
System.Xml.IXmlLineInfo