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