Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
XmlDocument Class
 XmlDocument Members

  Switch on low bandwidth view
Members FilterMembers Filter
Frameworks FilterFrameworks Filter
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
XmlDocument Members

Represents an XML document.

The XmlDocument type exposes the following members.

  NameDescription
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkXmlDocumentOverloaded. Initializes a new instance of the XmlDocument class.
Top
  NameDescription
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkAppendChild Adds the specified node to the end of the list of child nodes, of this node. (Inherited from XmlNode.)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkClone Creates a duplicate of this node. (Inherited from XmlNode.)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkCloneNodeCreates a duplicate of this node. (Overrides XmlNode..::.CloneNode(Boolean).)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkCreateAttributeOverloaded. Creates an XmlAttribute with the specified name.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkCreateCDataSectionCreates an XmlCDataSection containing the specified data.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkCreateCommentCreates an XmlComment containing the specified data.
Protected methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkCreateDefaultAttributeCreates a default attribute with the specified prefix, local name and namespace URI.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkCreateDocumentFragmentCreates an XmlDocumentFragment.
Public methodCreateDocumentTypeReturns a new XmlDocumentType object.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkCreateElementOverloaded. Creates an XmlElement.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkCreateEntityReferenceCreates an XmlEntityReference with the specified name.
Public methodCreateNavigatorOverloaded. Creates a new XPathNavigator object for navigating this document.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkCreateNodeOverloaded. Creates an XmlNode.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkCreateProcessingInstructionCreates an XmlProcessingInstruction with the specified name and data.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkCreateSignificantWhitespaceCreates an XmlSignificantWhitespace node.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkCreateTextNodeCreates an XmlText with the specified text.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkCreateWhitespaceCreates an XmlWhitespace node.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkCreateXmlDeclarationCreates an XmlDeclaration node with the specified values.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkEquals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkFinalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public methodGetElementByIdGets the XmlElement with the specified ID.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetElementsByTagNameOverloaded. Returns an XmlNodeList containing a list of all descendant elements that match the specified name.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetEnumerator Provides support for the for each style iteration over the nodes in the XmlNode. (Inherited from XmlNode.)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetNamespaceOfPrefix 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. (Inherited from XmlNode.)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetPrefixOfNamespace 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. (Inherited from XmlNode.)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetType Gets the Type of the current instance. (Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkImportNodeImports a node from another document to the current document.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkInsertAfter Inserts the specified node immediately after the specified reference node. (Inherited from XmlNode.)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkInsertBefore Inserts the specified node immediately before the specified reference node. (Inherited from XmlNode.)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkLoadOverloaded. Loads the specified XML data from a Stream, a URL, a TextReader, or an XmlReader.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkLoadXmlLoads the XML document from the specified string.
Protected methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkNormalize 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. (Inherited from XmlNode.)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkPrependChild Adds the specified node to the beginning of the list of child nodes for this node. (Inherited from XmlNode.)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkReadNodeCreates an XmlNode object based on the information in the XmlReader. The reader must be positioned on a node or attribute.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkRemoveAll Removes all the child nodes and/or attributes of the current node. (Inherited from XmlNode.)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkRemoveChild Removes specified child node. (Inherited from XmlNode.)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkReplaceChild Replaces the child node oldChild with newChild node. (Inherited from XmlNode.)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkSaveOverloaded. Saves the XML document to the specified location.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkSelectNodesOverloaded. Selects a list of nodes matching the XPath expression.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkSelectSingleNodeOverloaded. Selects the first XmlNode that matches the XPath expression.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkSupports Test if the DOM implementation implements a specific feature. (Inherited from XmlNode.)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToString Returns a String that represents the current Object. (Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkValidateOverloaded. Validates the XmlDocument against the XML Schema Definition Language (XSD) schemas contained in the Schemas property.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkWriteContentToSaves all the children of the XmlDocument node to the specified XmlWriter. (Overrides XmlNode..::.WriteContentTo(XmlWriter).)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkWriteToSaves the XmlDocument node to the specified XmlWriter. (Overrides XmlNode..::.WriteTo(XmlWriter).)
Top
  NameDescription
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkAttributes Gets an XmlAttributeCollection containing the attributes of this node. (Inherited from XmlNode.)
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkBaseURIGets the base URI of the current node. (Overrides XmlNode..::.BaseURI.)
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkChildNodes Gets all the child nodes of the node. (Inherited from XmlNode.)
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkDocumentElementGets the root XmlElement for the document.
Public propertyDocumentTypeGets the node containing the DOCTYPE declaration.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkFirstChild Gets the first child of the node. (Inherited from XmlNode.)
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkHasChildNodes Gets a value indicating whether this node has any child nodes. (Inherited from XmlNode.)
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkImplementationGets the XmlImplementation object for the current document.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkInnerText Gets or sets the concatenated values of the node and all its child nodes. (Inherited from XmlNode.)
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkInnerXmlGets or sets the markup representing the children of the current node. (Overrides XmlNode..::.InnerXml.)
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkIsReadOnlyGets a value indicating whether the current node is read-only. (Overrides XmlNode..::.IsReadOnly.)
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkItemOverloaded. Gets the specified child element.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkLastChild Gets the last child of the node. (Inherited from XmlNode.)
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkLocalNameGets the local name of the node. (Overrides XmlNode..::.LocalName.)
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkNameGets the qualified name of the node. (Overrides XmlNode..::.Name.)
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkNamespaceURI Gets the namespace URI of this node. (Inherited from XmlNode.)
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkNameTableGets the XmlNameTable associated with this implementation.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkNextSibling Gets the node immediately following this node. (Inherited from XmlNode.)
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkNodeTypeGets the type of the current node. (Overrides XmlNode..::.NodeType.)
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkOuterXml Gets the markup representing this node and all its child nodes. (Inherited from XmlNode.)
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkOwnerDocumentGets the XmlDocument to which the current node belongs. (Overrides XmlNode..::.OwnerDocument.)
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkParentNodeOverloaded.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkPrefix Gets or sets the namespace prefix of this node. (Inherited from XmlNode.)
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkPreserveWhitespaceGets or sets a value indicating whether to preserve white space in element content.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkPreviousSibling Gets the node immediately preceding this node. (Inherited from XmlNode.)
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkSchemaInfoReturns the Post-Schema-Validation-Infoset (PSVI) of the node. (Overrides XmlNode..::.SchemaInfo.)
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkSchemasGets or sets the XmlSchemaSet object associated with this XmlDocument.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkValue Gets or sets the value of the node. (Inherited from XmlNode.)
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkXmlResolverSets the XmlResolver to use for resolving external resources.
Top
  NameDescription
Public eventSupported by the .NET Compact FrameworkSupported by the XNA FrameworkNodeChangedOccurs when the Value of a node belonging to this document has been changed.
Public eventSupported by the .NET Compact FrameworkSupported by the XNA FrameworkNodeChangingOccurs when the Value of a node belonging to this document is about to be changed.
Public eventSupported by the .NET Compact FrameworkSupported by the XNA FrameworkNodeInsertedOccurs when a node belonging to this document has been inserted into another node.
Public eventSupported by the .NET Compact FrameworkSupported by the XNA FrameworkNodeInsertingOccurs when a node belonging to this document is about to be inserted into another node.
Public eventSupported by the .NET Compact FrameworkSupported by the XNA FrameworkNodeRemovedOccurs when a node belonging to this document has been removed from its parent.
Public eventSupported by the .NET Compact FrameworkSupported by the XNA FrameworkNodeRemovingOccurs when a node belonging to this document is about to be removed from the document.
Top
  NameDescription
Explicit interface implemetationPrivate methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkICloneable..::.Clone For a description of this member, see XmlNode..::.Clone. (Inherited from XmlNode.)
Explicit interface implemetationPrivate methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkIEnumerable..::.GetEnumerator For a description of this member, see XmlNode..::.GetEnumerator. (Inherited from XmlNode.)
Top
Tags What's this?: dom (x) xml (x) Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker