SnmpSource Help

MibXmlDoc Members

MibXmlDoc overview

Public Instance Constructors

MibXmlDoc Constructor Constructor of object MibXmlDoc

Public Instance Properties

Attributes (inherited from XmlNode) Gets an XmlAttributeCollection containing the attributes of this node.
BaseURI (inherited from XmlDocument) Gets the base URI of the current node.
ChildNodes (inherited from XmlNode) Gets all the child nodes of the node.
DocumentElement (inherited from XmlDocument) Gets the root XmlElement for the document.
DocumentType (inherited from XmlDocument) Gets the node containing the DOCTYPE declaration.
FirstChild (inherited from XmlNode) Gets the first child of the node.
HasChildNodes (inherited from XmlNode) Gets a value indicating whether this node has any child nodes.
Implementation (inherited from XmlDocument) Gets the XmlImplementation object for the current document.
InnerText (inherited from XmlNode) Gets or sets the concatenated values of the node and all its child nodes.
InnerXml (inherited from XmlDocument) Gets or sets the markup representing the children of the current node.
IsReadOnly (inherited from XmlDocument) Gets a value indicating whether the current node is read-only.
Item (inherited from XmlNode) Gets the first child element with the specified Name .
Item (inherited from XmlNode) Gets the first child element with the specified LocalName and NamespaceURI .
LastChild (inherited from XmlNode) Gets the last child of the node.
LocalName (inherited from XmlDocument) Gets the local name of the node.
Name (inherited from XmlDocument) Gets the qualified name of the node.
NamespaceURI (inherited from XmlNode) Gets the namespace URI of this node.
NameTable (inherited from XmlDocument) Gets the XmlNameTable associated with this implementation.
NextSibling (inherited from XmlNode) Gets the node immediately following this node.
NodeType (inherited from XmlDocument) Gets the type of the current node.
OuterXml (inherited from XmlNode) Gets the markup representing this node and all its child nodes.
OwnerDocument (inherited from XmlDocument) Gets the XmlDocument to which the current node belongs.
ParentNode (inherited from XmlNode) Gets the parent of this node (for nodes that can have parents).
Prefix (inherited from XmlNode) Gets or sets the namespace prefix of this node.
PreserveWhitespace (inherited from XmlDocument) Gets or sets a value indicating whether to preserve white space.
PreviousSibling (inherited from XmlNode) Gets the node immediately preceding this node.
Value (inherited from XmlNode) Gets or sets the value of the node.
XmlResolver (inherited from XmlDocument) Sets the XmlResolver to use for resolving external resources.

Public Instance Methods

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 .

Public Instance Events

NodeChanged (inherited from XmlDocument) Occurs when the Value of a node belonging to this document has been changed.
NodeChanging (inherited from XmlDocument) Occurs when the Value of a node belonging to this document is about to be changed.
NodeInserted (inherited from XmlDocument) Occurs when a node belonging to this document has been inserted into another node.
NodeInserting (inherited from XmlDocument) Occurs when a node belonging to this document is about to be inserted into another node.
NodeRemoved (inherited from XmlDocument) Occurs when a node belonging to this document has been removed from its parent.
NodeRemoving (inherited from XmlDocument) Occurs when a node belonging to this document is about to be removed from the document.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

Protected Internal Instance Methods

CreateDefaultAttribute (inherited from XmlDocument) Creates a default attribute with the specified prefix, local name and namespace URI.
CreateNavigator (inherited from XmlDocument)Overloaded. Creates an XPathNavigator object for navigating this document.

See Also

MibXmlDoc Class | SnmpSource.Mib Namespace