Rate This Content
MSDN
MSDN Library
.NET Development
.NET Framework 3.5

  Switch on low bandwidth view

We were unable to locate this content in hi-in.

Here is the same content in en-us.

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
System.Xml Namespace

  ClassDescription
Public classNameTable Implements a single-threaded XmlNameTable.
Public classUniqueIdA unique identifier optimized for Guids.
Public classXmlAttribute Represents an attribute. Valid and default values for the attribute are defined in a document type definition (DTD) or schema.
Public classXmlAttributeCollection Represents a collection of attributes that can be accessed by name or index.
Public classXmlBinaryReaderSessionEnables optimized strings to be managed in a dynamic way.
Public classXmlBinaryWriterSessionEnables using a dynamic dictionary to compress common strings that appear in a message and maintain state.
Public classXmlCDataSection Represents a CDATA section.
Public classXmlCharacterData Provides text manipulation methods that are used by several classes.
Public classXmlComment Represents the content of an XML comment.
Public classXmlConvertEncodes and decodes XML names and provides methods for converting between common language runtime types and XML Schema definition language (XSD) types. When converting data types the values returned are locale independent.
Public classXmlDataDocument Allows structured data to be stored, retrieved, and manipulated through a relational DataSet.
Public classXmlDeclaration Represents the XML declaration node <?xml version='1.0'...?>.
Public classXmlDictionaryImplements a dictionary used to optimize Windows Communication Foundation (WCF)'s XML reader/writer implementations.
Public classXmlDictionaryReaderAn abstract class that the Windows Communication Foundation (WCF) derives from to do serialization and deserialization.
Public classXmlDictionaryReaderQuotasContains configurable quota values for XmlDictionaryReaders.
Public classXmlDictionaryStringRepresents an entry stored in a XmlDictionary.
Public classXmlDictionaryWriterAn abstract class that the Windows Communication Foundation (WCF) derives from to do serialization and deserialization.
Public classXmlDocumentRepresents an XML document.
Public classXmlDocumentFragment Represents a lightweight object that is useful for tree insert operations.
Public classXmlDocumentTypeRepresents the document type declaration.
Public classXmlElement Represents an element.
Public classXmlEntity Represents an entity declaration, such as <!ENTITY... >.
Public classXmlEntityReference Represents an entity reference node.
Public classXmlException Returns detailed information about the last exception.
Public classXmlImplementation Defines the context for a set of XmlDocument objects.
Public classXmlLinkedNode Gets the node immediately preceding or following this node.
Public classXmlNamedNodeMap Represents a collection of nodes that can be accessed by name or index.
Public classXmlNamespaceManager Resolves, adds, and removes namespaces to a collection and provides scope management for these namespaces.
Public classXmlNameTable Table of atomized string objects.
Public classXmlNode Represents a single node in the XML document.
Public classXmlNodeChangedEventArgs Provides data for the NodeChanged, NodeChanging, NodeInserted, NodeInserting, NodeRemoved and NodeRemoving events.
Public classXmlNodeList Represents an ordered collection of nodes.
Public classXmlNodeReaderRepresents a reader that provides fast, non-cached forward only access to XML data in an XmlNode.
Public classXmlNotation Represents a notation declaration, such as <!NOTATION... >.
Public classXmlParserContextProvides all the context information required by the XmlReader to parse an XML fragment.
Public classXmlProcessingInstruction Represents a processing instruction, which XML defines to keep processor-specific information in the text of the document.
Public classXmlQualifiedName Represents an XML qualified name.
Public classXmlReaderRepresents a reader that provides fast, non-cached, forward-only access to XML data.
Public classXmlReaderSettingsSpecifies a set of features to support on the XmlReader object created by the Create method.
Public classXmlResolver Resolves external XML resources named by a Uniform Resource Identifier (URI).
Public classXmlSecureResolver Helps to secure another implementation of XmlResolver by wrapping the XmlResolver object and restricting the resources that the underlying XmlResolver has access to.
Public classXmlSignificantWhitespace Represents white space between markup in a mixed content node or white space within an xml:space= 'preserve' scope. This is also referred to as significant white space.
Public classXmlText Represents the text content of an element or attribute.
Public classXmlTextReader Represents a reader that provides fast, non-cached, forward-only access to XML data.
Public classXmlTextWriterRepresents a writer that provides a fast, non-cached, forward-only way of generating streams or files containing XML data that conforms to the W3C Extensible Markup Language (XML) 1.0 and the Namespaces in XML recommendations.
Public classXmlUrlResolver Resolves external XML resources named by a Uniform Resource Identifier (URI).
Public classXmlValidatingReader Obsolete. Represents a reader that provides document type definition (DTD), XML-Data Reduced (XDR) schema, and XML Schema definition language (XSD) validation.
Public classXmlWhitespace Represents white space in element content.
Public classXmlWriterRepresents a writer that provides a fast, non-cached, forward-only means of generating streams or files containing XML data.
Public classXmlWriterSettingsSpecifies a set of features to support on the XmlWriter object created by the XmlWriter..::.Create method.
  InterfaceDescription
Public interfaceIFragmentCapableXmlDictionaryWriterContains properties and methods that when implemented by a XmlDictionaryWriter, allows processing of XML fragments.
Public interfaceIHasXmlNode Enables a class to return an XmlNode from the current context or position.
Public interfaceIStreamProviderAn interface that can be implemented by classes providing streams.
Public interfaceIXmlBinaryReaderInitializerProvides methods for reinitializing a binary reader to read a new document.
Public interfaceIXmlBinaryWriterInitializerSpecifies implementation requirements for XML binary writers that derive from this interface.
Public interfaceIXmlDictionaryAn interface that defines the contract that an Xml dictionary must implement to be used by XmlDictionaryReader and XmlDictionaryWriter implementations.
Public interfaceIXmlLineInfo Provides an interface to enable a class to return line and position information.
Public interfaceIXmlMtomReaderInitializerSpecifies implementation requirements for XML MTOM readers that derive from this interface.
Public interfaceIXmlMtomWriterInitializerWhen implemented by an MTOM writer, this interface ensures initialization for an MTOM writer.
Public interfaceIXmlNamespaceResolver Provides read-only access to a set of prefix and namespace mappings.
Public interfaceIXmlTextReaderInitializerSpecifies implementation requirements for XML text readers that derive from this interface.
Public interfaceIXmlTextWriterInitializerSpecifies implementation requirements for XML text writers that derive from this interface.
  DelegateDescription
Public delegateOnXmlDictionaryReaderClosedelegate for a callback method when closing the reader.
Public delegateXmlNodeChangedEventHandler Represents the method that handles NodeChanged, NodeChanging, NodeInserted, NodeInserting, NodeRemoved and NodeRemoving events.
  EnumerationDescription
Public enumerationConformanceLevel Specifies the amount of input or output checking that the created XmlReader and XmlWriter objects perform.
Public enumerationEntityHandling Specifies how the XmlTextReader or XmlValidatingReader handle entities.
Public enumerationFormatting Specifies formatting options for the XmlTextWriter.
Public enumerationNewLineHandling Specifies how to handle line breaks.
Public enumerationReadState Specifies the state of the reader.
Public enumerationValidationType Specifies the type of validation to perform.
Public enumerationWhitespaceHandling Specifies how white space is handled.
Public enumerationWriteState Specifies the state of the XmlWriter.
Public enumerationXmlDateTimeSerializationMode Specifies how to treat the time value when converting between string and DateTime.
Public enumerationXmlNamespaceScope Defines the namespace scope.
Public enumerationXmlNodeChangedAction Specifies the type of node change.
Public enumerationXmlNodeOrder Describes the document order of a node compared to a second node.
Public enumerationXmlNodeType Specifies the type of node.
Public enumerationXmlOutputMethod Specifies the method used to serialize the XmlWriter output.
Public enumerationXmlSpace Specifies the current xml:space scope.
Public enumerationXmlTokenizedType Represents the XML type for the string. This allows the string to be read as a particular XML type, for example a CDATA section type.
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