.NET Framework Class Library
XmlDocument Members

Represents an XML document.

The XmlDocument type exposes the following members.

Constructors

  NameDescription
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkXmlDocumentOverloaded. Initializes a new instance of the XmlDocument class.
Top
Methods

  NameDescription
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkAppendChildAdds 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 FrameworkCloneCreates 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 FrameworkEqualsDetermines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkFinalizeAllows 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 FrameworkGetEnumeratorProvides 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 FrameworkGetHashCodeServes as a hash function for a particular type. (Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetNamespaceOfPrefixLooks 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 FrameworkGetPrefixOfNamespaceLooks 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 FrameworkGetTypeGets 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 FrameworkInsertAfterInserts the specified node immediately after the specified reference node. (Inherited from XmlNode.)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkInsertBeforeInserts 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 FrameworkMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkNormalizePuts 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 FrameworkPrependChildAdds 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 FrameworkRemoveAllRemoves all the child nodes and/or attributes of the current node. (Inherited from XmlNode.)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkRemoveChildRemoves specified child node. (Inherited from XmlNode.)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkReplaceChildReplaces 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 FrameworkSupportsTest if the DOM implementation implements a specific feature. (Inherited from XmlNode.)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToStringReturns 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
Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkAttributesGets 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 FrameworkChildNodesGets 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 FrameworkFirstChildGets the first child of the node. (Inherited from XmlNode.)
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkHasChildNodesGets 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 FrameworkInnerTextGets 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 FrameworkLastChildGets 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 FrameworkNamespaceURIGets 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 FrameworkNextSiblingGets 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 FrameworkOuterXmlGets 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 FrameworkPrefixGets 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 FrameworkPreviousSiblingGets 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 FrameworkValueGets 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
Events

  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
Explicit Interface Implementations

  NameDescription
Explicit interface implemetationPrivate methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkICloneable..::.CloneFor a description of this member, see XmlNode..::.Clone. (Inherited from XmlNode.)
Explicit interface implemetationPrivate methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkIEnumerable..::.GetEnumeratorFor a description of this member, see XmlNode..::.GetEnumerator. (Inherited from XmlNode.)
Top
See Also

Reference

Tags : dom xml


Page view tracker