System.Xml.XmlNode XmlNode RusticiSoftware.System.Xml.XmlNode System.Object new XmlNode() System.Xml.XmlAttributeCollection Attributes ${this}.getAttributes() System.Xml.XmlNodeList ChildNodes ${this}.getChildNodes() System.Xml.XmlNode FirstChild ${this}.getFirstChild() System.String InnerText ${this}.getInnerText() System.String InnerXml ${this}.getInnerXml() ${this}.setInnerXml(${value}) System.String LocalName ${this}.getLocalName() System.String Name ${this}.getName() System.String NamespaceURI ${this}.getNamespaceURI() System.Xml.XmlNode NextSibling ${this}.getNextSibling() System.String OuterXml ${this}.getOuterXml() System.Xml.XmlDocument OwnerDocument ${this}.getOwnerDocument() System.Xml.XmlNode ParentNode ${this}.getParentNode() System.Xml.XmlNodeType NodeType ${this}.getNodeType() System.Xml.XmlNode AppendChild System.Xml.XmlNode child ${this}.appendChild(${child}) System.Xml.XmlNode InsertBefore System.Xml.XmlNode newChild System.Xml.XmlNode refChild ${this}.insertBefore(${newChild}, ${refChild}) System.Xml.XmlNode RemoveChild System.Xml.XmlNode child ${this}.removeChild(${child}) System.Void RemoveAll ${this}.removeAll() System.Xml.XmlNodeList SelectNodes System.String xpath ${this}.selectNodes(${xpath}) System.Xml.XmlNode SelectSingleNode System.String xpath ${this}.selectSingleNode(${xpath})