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