AppendChild (inherited from XmlNode) |
Adds the specified node to the end of the list of child nodes, of this node.
|
Clone (inherited from XmlNode) |
Creates a duplicate of this node.
|
CloneNode (inherited from XmlDocument) |
Creates a duplicate of this node.
|
CreateAttribute (inherited from XmlDocument) | Overloaded.
Creates an XmlAttribute with the specified Prefix, LocalName, and NamespaceURI .
|
CreateCDataSection (inherited from XmlDocument) |
Creates an XmlCDataSection containing the specified data.
|
CreateComment (inherited from XmlDocument) |
Creates an XmlComment containing the specified data.
|
CreateDocumentFragment (inherited from XmlDocument) |
Creates an XmlDocumentFragment .
|
CreateDocumentType (inherited from XmlDocument) |
Returns a new XmlDocumentType object.
|
CreateElement (inherited from XmlDocument) | Overloaded.
Creates an element with the specified Prefix, LocalName, and NamespaceURI .
|
CreateEntityReference (inherited from XmlDocument) |
Creates an XmlEntityReference with the specified name.
|
CreateNavigator (inherited from XmlNode) | Overloaded.
Creates an XPathNavigator for navigating this object.
|
CreateNode (inherited from XmlDocument) | Overloaded.
Creates an XmlNode with the specified XmlNodeType, Name, and NamespaceURI .
|
CreateProcessingInstruction (inherited from XmlDocument) |
Creates an XmlProcessingInstruction with the specified name and data.
|
CreateSignificantWhitespace (inherited from XmlDocument) |
Creates an XmlSignificantWhitespace node.
|
CreateTextNode (inherited from XmlDocument) |
Creates an XmlText with the specified text.
|
CreateWhitespace (inherited from XmlDocument) |
Creates an XmlWhitespace node.
|
CreateXmlDeclaration (inherited from XmlDocument) |
Creates an XmlDeclaration node with the specified values.
|
Equals (inherited from Object) |
Determines whether the specified Object is equal to the current Object.
|
FindChildNodeByAttibute | This function will check whether a child xml node is availale by specified name in a target parent node. |
FindNodeByOID | To check whether a specified object ID exist in MibXMLDoc. If it exists, return true and return the XMLNode object by output parameter. |
GetElementById (inherited from XmlDocument) |
Gets the XmlElement with the specified ID.
|
GetElementsByTagName (inherited from XmlDocument) | Overloaded.
Returns an XmlNodeList containing a list of all descendant elements that match the specified LocalName and NamespaceURI .
|
GetEnumerator (inherited from XmlNode) |
Provides support for the for each style iteration over the nodes in the XmlNode .
|
GetHashCode (inherited from Object) |
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
|
GetNamespaceOfPrefix (inherited from XmlNode) |
Looks up the closest xmlns declaration for the given prefix that is in scope for the current node and returns the namespace URI in the declaration.
|
GetNodeIDByName | To check whether a specified Object ID is available. If yes, return true and pass the OID by output parameter. |
GetPrefixOfNamespace (inherited from XmlNode) |
Looks up the closest xmlns declaration for the given namespace URI that is in scope for the current node and returns the prefix defined in that declaration.
|
GetType (inherited from Object) |
Gets the Type of the current instance.
|
ImportNode (inherited from XmlDocument) |
Imports a node from another document to the current document.
|
InsertAfter (inherited from XmlNode) |
Inserts the specified node immediately after the specified reference node.
|
InsertBefore (inherited from XmlNode) |
Inserts the specified node immediately before the specified reference node.
|
Load (inherited from XmlDocument) | Overloaded.
Loads the XML document from the specified XmlReader .
|
LoadXml (inherited from XmlDocument) |
Loads the XML document from the specified string.
|
NodeNameExist | To check if a node name exists or not. |
Normalize (inherited from XmlNode) |
Puts all XmlText nodes in the full depth of the sub-tree underneath this XmlNode into a "normal" form where only markup (that is, tags, comments, processing instructions, CDATA sections, and entity references) separates XmlText nodes, that is, there are no adjacent XmlText nodes.
|
OIDExist | To check if a specified OID exists. |
PrependChild (inherited from XmlNode) |
Adds the specified node to the beginning of the list of child nodes for this node.
|
ReadNode (inherited from XmlDocument) |
Creates an XmlNode object based on the information in the XmlReader . The reader must be positioned on a node or attribute.
|
RemoveAll (inherited from XmlNode) |
Removes all the child nodes and/or attributes of the current node.
|
RemoveChild (inherited from XmlNode) |
Removes specified child node.
|
ReplaceChild (inherited from XmlNode) |
Replaces the child node oldChild with newChild node.
|
Save (inherited from XmlDocument) | Overloaded.
Saves the XML document to the specified XmlWriter .
|
SelectNodes (inherited from XmlNode) | Overloaded.
Selects a list of nodes matching the XPath expression.
|
SelectSingleNode (inherited from XmlNode) | Overloaded.
Selects the first XmlNode that matches the XPath expression.
|
Supports (inherited from XmlNode) |
Test if the DOM implementation implements a specific feature.
|
ToString (inherited from Object) |
Returns a String that represents the current Object.
|
WriteContentTo (inherited from XmlDocument) |
Saves all the children of the XmlDocument node to the specified XmlWriter .
|
WriteTo (inherited from XmlDocument) |
Saves the XmlDocument node to the specified XmlWriter .
|