IXmlNode interface IXmlNode Documentation IList<IXmlNode> Attributes { get; } IList<IXmlNode> ChildNodes { get; } string LocalName { get; } string NamespaceUri { get; } XmlNodeType NodeType { get; } IXmlNode ParentNode { get; } string Value { get; set; } object WrappedNode { get; } IXmlNode AppendChild(IXmlNode newChild)