XML System.Xml [00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00 ] 1.0.5000.0 2.0.0.0 4.0.0.0 All public static members of this type are safe for multithreaded operations. No instance members are guaranteed to be thread safe. System.Object To be added. Provides all the context information required by the to parse an XML fragment. Constructor 1.0.5000.0 2.0.0.0 4.0.0.0 This method is equivalent to (, , , , , , , , , ) constructor. is not the same used to construct . Initializes a new instance of the XmlParserContext class with the specified , , xml:lang, and xml:space values. The to use to atomize strings. If this is null, the name table used to construct the is used instead. For more information about atomized strings, see . The to use for looking up namespace information, or null. The xml:lang scope. An value indicating the xml:space scope. 0 Constructor 1.0.5000.0 2.0.0.0 4.0.0.0 This method is equivalent to (, , , , , , , , , ). is not the same used to construct . Initializes a new instance of the XmlParserContext class with the specified , , xml:lang, xml:space, and encoding. The to use to atomize strings. If this is null, the name table used to construct the is used instead. For more information on atomized strings, see . The to use for looking up namespace information, or null. The xml:lang scope. An value indicating the xml:space scope. An object indicating the encoding setting. 0 Constructor 1.0.5000.0 2.0.0.0 4.0.0.0 is not the same used to construct . This constructor supplies all DocumentType information required by . If this XmlParserContext is passed to an , all DTD information is ignored. If you pass a DTD as the , the DTD is used for entity resolution, not for document validation. Initializes a new instance of the XmlParserContext class with the specified , , base URI, xml:lang, xml:space, and document type values. The to use to atomize strings. If this is null, the name table used to construct the is used instead. For more information about atomized strings, see . The to use for looking up namespace information, or null. The name of the document type declaration. The public identifier. The system identifier. The internal DTD subset. The DTD subset is used for entity resolution, not for document validation. The base URI for the XML fragment (the location from which the fragment was loaded). The xml:lang scope. An value indicating the xml:space scope. 0 Constructor 1.0.5000.0 2.0.0.0 4.0.0.0 The constructor sets to , to , to , to , to , and to . If is passed for any of these parameters, the corresponding property is set to . The DocumentType (DTD) information stored in this constructor is ignored when an instance of the class is passed to a . is not the same used to construct . Initializes a new instance of the XmlParserContext class with the specified , , base URI, xml:lang, xml:space, encoding, and document type values. The to use to atomize strings. If this is null, the name table used to construct the is used instead. For more information about atomized strings, see . The to use for looking up namespace information, or null. The name of the document type declaration. The public identifier. The system identifier. The internal DTD subset. The DTD is used for entity resolution, not for document validation. The base URI for the XML fragment (the location from which the fragment was loaded). The xml:lang scope. An value indicating the xml:space scope. An object indicating the encoding setting. 0 Property 1.0.5000.0 2.0.0.0 4.0.0.0 System.String A specifying the base URI to use for resolving the DTD file. A networked XML document is comprised of chunks of data aggregated using various W3C standard inclusion mechanisms and therefore may contain nodes that come from different places. BaseURI shows where these nodes originated. Gets or sets the base URI. 0 Property 1.0.5000.0 2.0.0.0 4.0.0.0 System.String A specifying the name of the document type. This property, along with , , and , provides all the document type declaration information. It is used to find and load the necessary DTD information so that you get all the default attributes and entities defined in the DTD. Gets or sets the name of the document type declaration. 0 Property 1.0.5000.0 2.0.0.0 4.0.0.0 System.Text.Encoding A indicating the encoding type. To be added. Gets or sets the encoding type. 0 Property 1.0.5000.0 2.0.0.0 4.0.0.0 System.String A specifying the internal subset. This property, along with , , and , provides all the document type declaration information. It is used to find and load the necessary DTD information so that you get all the default attributes and entities defined in the DTD. The DTD is used for entity resolution, not for document validation. Gets or sets the internal DTD subset. 0 Property 1.0.5000.0 2.0.0.0 4.0.0.0 System.Xml.XmlNamespaceManager The used by the current instance. The NamespaceManager defines the current namespace scope and provides methods for looking up namespace information. Gets or sets the . 0 Property 1.0.5000.0 2.0.0.0 4.0.0.0 System.Xml.XmlNameTable The used by the current instance. To be added. Gets the used to atomize strings. For more information on atomized strings, see . 0 Property 1.0.5000.0 2.0.0.0 4.0.0.0 System.String A specifying the public identifier. This property, along with , , and , provides all the document type declaration information. It is used to find and load the required DTD information so that you get all the default attributes and entities defined in the DTD. Gets or sets the public identifier. 0 Property 1.0.5000.0 2.0.0.0 4.0.0.0 System.String A specifying the system identifier. This property, along with , , and , provides all the document type declaration information. It is used to find and load the necessary DTD information so that you get all the default attributes and entities defined in the DTD. Gets or sets the system identifier. 0 Property 1.0.5000.0 2.0.0.0 4.0.0.0 System.String A specifying the current xml:lang scope. If there is no xml:lang in scope, is returned. For details on valid xml:lang values, refer to section 2.12 of the W3C Extensible Markup Language (XML) 1.0 recommendation. Gets or sets the current xml:lang scope. 0 Property 1.0.5000.0 2.0.0.0 4.0.0.0 System.Xml.XmlSpace One of the members of the enumeration indicating the xml:space scope. The white space attribute, xml:space, specifies how white space is handled in the current element. Gets or sets the current xml:space scope. 0 0