 | CloseCloseClose |
Changes the ReadStateReadStateReadState to Closed.
(Overrides XmlReader.CloseXmlReader.CloseXmlReader::Close) |
  | Create (Stream)Create (Stream)Create (Stream^) |
Creates an XdmReaderXdmReaderXdmReader instance using the specified stream.
|
  | Create (Stream, XdmReaderSettings)Create (Stream, XdmReaderSettings)Create (Stream^, XdmReaderSettings^) |
Creates an XdmReaderXdmReaderXdmReader instance using the specified stream and
XdmReaderSettingsXdmReaderSettingsXdmReaderSettings object.
|
  | Create (Stream, XdmReaderSettings, string)Create (Stream, XdmReaderSettings, String)Create (Stream^, XdmReaderSettings^, String^) |
Creates an XdmReaderXdmReaderXdmReader instance using the specified stream, base URI and
XdmReaderSettingsXdmReaderSettingsXdmReaderSettings object.
|
  | Create (Stream, XdmReaderSettings, XmlParserContext)Create (Stream, XdmReaderSettings, XmlParserContext)Create (Stream^, XdmReaderSettings^, XmlParserContext^) |
Creates an XdmReaderXdmReaderXdmReader instance using the specified stream and
XdmReaderSettingsXdmReaderSettingsXdmReaderSettings object.
|
  | Create (TextReader)Create (TextReader)Create (TextReader^) |
Creates an XdmReaderXdmReaderXdmReader instance using the specified TextWriterTextWriterTextWriter.
|
  | Create (TextReader, XdmReaderSettings)Create (TextReader, XdmReaderSettings)Create (TextReader^, XdmReaderSettings^) |
Creates an XdmReaderXdmReaderXdmReader instance using the specified TextReaderTextReaderTextReader and
XdmReaderSettingsXdmReaderSettingsXdmReaderSettings object.
|
  | Create (TextReader, XdmReaderSettings, string)Create (TextReader, XdmReaderSettings, String)Create (TextReader^, XdmReaderSettings^, String^) |
Creates an XdmReaderXdmReaderXdmReader instance using the specified TextReaderTextReaderTextReader and
XdmReaderSettingsXdmReaderSettingsXdmReaderSettings object.
|
  | Create (TextReader, XdmReaderSettings, XmlParserContext)Create (TextReader, XdmReaderSettings, XmlParserContext)Create (TextReader^, XdmReaderSettings^, XmlParserContext^) |
Creates an XdmReaderXdmReaderXdmReader instance using the specified TextReaderTextReaderTextReader and
XdmReaderSettingsXdmReaderSettingsXdmReaderSettings object.
|
  | Create (string)Create (String)Create (String^) |
Creates an XdmReaderXdmReaderXdmReader instance using the specified URI.
|
  | Create (string, XdmReaderSettings)Create (String, XdmReaderSettings)Create (String^, XdmReaderSettings^) |
Creates an XdmReaderXdmReaderXdmReader instance using the specified URI and
XdmReaderSettingsXdmReaderSettingsXdmReaderSettings object.
|
  | Create (string, XdmReaderSettings, XmlParserContext)Create (String, XdmReaderSettings, XmlParserContext)Create (String^, XdmReaderSettings^, XmlParserContext^) |
Creates an XdmReaderXdmReaderXdmReader instance using the specified URI,
XdmReaderSettingsXdmReaderSettingsXdmReaderSettings and XmlParserContextXmlParserContextXmlParserContext objects.
|
  | Create (Uri)Create (Uri)Create (Uri^) |
Creates an XdmReaderXdmReaderXdmReader instance using the specified URI.
|
  | Create (Uri, XdmReaderSettings)Create (Uri, XdmReaderSettings)Create (Uri^, XdmReaderSettings^) |
Creates an XdmReaderXdmReaderXdmReader instance using the specified URI and
XdmReaderSettingsXdmReaderSettingsXdmReaderSettings object.
|
  | Create (Uri, XdmReaderSettings, XmlParserContext)Create (Uri, XdmReaderSettings, XmlParserContext)Create (Uri^, XdmReaderSettings^, XmlParserContext^) |
Creates an XdmReaderXdmReaderXdmReader instance using the specified URI and
XdmReaderSettingsXdmReaderSettingsXdmReaderSettings and XmlParserContextXmlParserContextXmlParserContext objects.
|
 | XmlReader.DisposeXmlReader.DisposeXmlReader::Dispose | Releases all resources used by the current instance of the XmlReaderXmlReaderXmlReader class.(Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader) |
 | XmlReader.DisposeXmlReader.DisposeXmlReader::Dispose | Releases the unmanaged resources used by the XmlReaderXmlReaderXmlReader and optionally releases the managed resources.(Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader) |
 | Object.EqualsObject.EqualsObject::Equals | Determines whether the specified object is equal to the current object.(Inherited from System.ObjectSystem.ObjectSystem::Object) |
 | Object.FinalizeObject.FinalizeObject::Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from System.ObjectSystem.ObjectSystem::Object) |
 | GetAttribute (int)GetAttribute (Integer)GetAttribute (int) |
Gets the value of the attribute with the specified index.
(Overrides XmlReader.GetAttributeXmlReader.GetAttributeXmlReader::GetAttribute) |
 | GetAttribute (string)GetAttribute (String)GetAttribute (String^) |
Gets the value of the attribute with the specified NameNameName.
(Overrides XmlReader.GetAttributeXmlReader.GetAttributeXmlReader::GetAttribute) |
 | GetAttribute (string, string)GetAttribute (String, String)GetAttribute (String^, String^) |
Gets the value of the attribute with the specified LocalNameLocalNameLocalName and NamespaceURINamespaceURINamespaceURI.
(Overrides XmlReader.GetAttributeXmlReader.GetAttributeXmlReader::GetAttribute) |
 | Object.GetHashCodeObject.GetHashCodeObject::GetHashCode | Serves as the default hash function. (Inherited from System.ObjectSystem.ObjectSystem::Object) |
 | GetNamespacesInScopeGetNamespacesInScopeGetNamespacesInScope |
Gets a collection of defined prefix-namespace mappings that are currently in scope.
|
 | Object.GetTypeObject.GetTypeObject::GetType | Gets the TypeTypeType of the current instance.(Inherited from System.ObjectSystem.ObjectSystem::Object) |
 | XmlReader.GetValueAsyncXmlReader.GetValueAsyncXmlReader::GetValueAsync | Asynchronously gets the value of the current node.(Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader) |
 | HasLineInfoHasLineInfoHasLineInfo |
Gets a value indicating whether the class can return line information.
|
 | XmlReader.IsStartElementXmlReader.IsStartElementXmlReader::IsStartElement | Calls MoveToContentMoveToContentMoveToContent and tests if the current content node is a start tag or empty element tag.(Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader) |
 | XmlReader.IsStartElementXmlReader.IsStartElementXmlReader::IsStartElement | Calls MoveToContentMoveToContentMoveToContent and tests if the current content node is a start tag or empty element tag and if the NameNameName property of the element found matches the given argument.(Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader) |
 | XmlReader.IsStartElementXmlReader.IsStartElementXmlReader::IsStartElement | Calls MoveToContentMoveToContentMoveToContent and tests if the current content node is a start tag or empty element tag and if the LocalNameLocalNameLocalName and NamespaceURINamespaceURINamespaceURI properties of the element found match the given strings.(Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader) |
 | LookupNamespaceLookupNamespaceLookupNamespace |
When overridden in a derived class, resolves a namespace prefix in the current element's scope.
(Overrides XmlReader.LookupNamespaceXmlReader.LookupNamespaceXmlReader::LookupNamespace) |
 | LookupPrefixLookupPrefixLookupPrefix |
Gets the prefix that is mapped to the specified namespace URI.
|
 | Object.MemberwiseCloneObject.MemberwiseCloneObject::MemberwiseClone | Creates a shallow copy of the current objectObjectobject.(Inherited from System.ObjectSystem.ObjectSystem::Object) |
 | MoveToAttribute (string)MoveToAttribute (String)MoveToAttribute (String^) |
When overridden in a derived class, moves to the attribute with the specified NameNameName.
(Overrides XmlReader.MoveToAttributeXmlReader.MoveToAttributeXmlReader::MoveToAttribute) |
 | MoveToAttribute (string, string)MoveToAttribute (String, String)MoveToAttribute (String^, String^) |
When overridden in a derived class, moves to the attribute with the specified LocalNameLocalNameLocalName and NamespaceURINamespaceURINamespaceURI.
(Overrides XmlReader.MoveToAttributeXmlReader.MoveToAttributeXmlReader::MoveToAttribute) |
 | XmlReader.MoveToAttributeXmlReader.MoveToAttributeXmlReader::MoveToAttribute | When overridden in a derived class, moves to the attribute with the specified index.(Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader) |
 | XmlReader.MoveToContentXmlReader.MoveToContentXmlReader::MoveToContent | Checks whether the current node is a content (non-white space text, CDATA, Element, EndElement, EntityReference, or EndEntity) node. If the node is not a content node, the reader skips ahead to the next content node or end of file. It skips over nodes of the following type: ProcessingInstruction, DocumentType, Comment, Whitespace, or SignificantWhitespace.(Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader) |
 | XmlReader.MoveToContentAsyncXmlReader.MoveToContentAsyncXmlReader::MoveToContentAsync | Asynchronously checks whether the current node is a content node. If the node is not a content node, the reader skips ahead to the next content node or end of file.(Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader) |
 | MoveToElementMoveToElementMoveToElement |
When overridden in a derived class, moves to the element that contains the current attribute node.
(Overrides XmlReader.MoveToElementXmlReader.MoveToElementXmlReader::MoveToElement) |
 | MoveToFirstAttributeMoveToFirstAttributeMoveToFirstAttribute |
When overridden in a derived class, moves to the first attribute.
(Overrides XmlReader.MoveToFirstAttributeXmlReader.MoveToFirstAttributeXmlReader::MoveToFirstAttribute) |
 | MoveToNextAttributeMoveToNextAttributeMoveToNextAttribute |
When overridden in a derived class, moves to the next attribute.
(Overrides XmlReader.MoveToNextAttributeXmlReader.MoveToNextAttributeXmlReader::MoveToNextAttribute) |
 | NotationPublicIdNotationPublicIdNotationPublicId |
Returns the public identifier of the specified notation.
|
 | NotationSystemIdNotationSystemIdNotationSystemId |
Returns the system identifier of the specified unparsed external entity.
|
 | ReadReadRead |
Rreads the next node from the stream.
(Overrides XmlReader.ReadXmlReader.ReadXmlReader::Read) |
 | XmlReader.ReadAsyncXmlReader.ReadAsyncXmlReader::ReadAsync | Asynchronously reads the next node from the stream.(Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader) |
 | ReadAttributeValueReadAttributeValueReadAttributeValue |
When overridden in a derived class, parses the attribute value into one or more Text, EntityReference, or EndEntity nodes.
(Overrides XmlReader.ReadAttributeValueXmlReader.ReadAttributeValueXmlReader::ReadAttributeValue) |
 | XmlReader.ReadContentAsXmlReader.ReadContentAsXmlReader::ReadContentAs | Reads the content as an object of the type specified.(Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader) |
 | XmlReader.ReadContentAsAsyncXmlReader.ReadContentAsAsyncXmlReader::ReadContentAsAsync | (Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader) |
 | XmlReader.ReadContentAsBase64XmlReader.ReadContentAsBase64XmlReader::ReadContentAsBase64 | Reads the content and returns the Base64 decoded binary bytes.(Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader) |
 | XmlReader.ReadContentAsBase64AsyncXmlReader.ReadContentAsBase64AsyncXmlReader::ReadContentAsBase64Async | (Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader) |
 | XmlReader.ReadContentAsBinHexXmlReader.ReadContentAsBinHexXmlReader::ReadContentAsBinHex | Reads the content and returns the BinHex decoded binary bytes.(Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader) |
 | XmlReader.ReadContentAsBinHexAsyncXmlReader.ReadContentAsBinHexAsyncXmlReader::ReadContentAsBinHexAsync | (Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader) |
 | XmlReader.ReadContentAsBooleanXmlReader.ReadContentAsBooleanXmlReader::ReadContentAsBoolean | Reads the text content at the current position as a Boolean.(Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader) |
 | XmlReader.ReadContentAsDateTimeXmlReader.ReadContentAsDateTimeXmlReader::ReadContentAsDateTime | Reads the text content at the current position as a DateTimeDateDateTime object.(Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader) |
 | XmlReader.ReadContentAsDateTimeOffsetXmlReader.ReadContentAsDateTimeOffsetXmlReader::ReadContentAsDateTimeOffset | Reads the text content at the current position as a DateTimeOffsetDateTimeOffsetDateTimeOffset object.(Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader) |
 | XmlReader.ReadContentAsDecimalXmlReader.ReadContentAsDecimalXmlReader::ReadContentAsDecimal | Reads the text content at the current position as a decimalDecimaldecimal object.(Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader) |
 | XmlReader.ReadContentAsDoubleXmlReader.ReadContentAsDoubleXmlReader::ReadContentAsDouble | Reads the text content at the current position as a double-precision floating-point number.(Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader) |
 | XmlReader.ReadContentAsFloatXmlReader.ReadContentAsFloatXmlReader::ReadContentAsFloat | Reads the text content at the current position as a single-precision floating point number.(Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader) |
 | XmlReader.ReadContentAsIntXmlReader.ReadContentAsIntXmlReader::ReadContentAsInt | Reads the text content at the current position as a 32-bit signed integer.(Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader) |
 | XmlReader.ReadContentAsLongXmlReader.ReadContentAsLongXmlReader::ReadContentAsLong | Reads the text content at the current position as a 64-bit signed integer.(Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader) |
 | XmlReader.ReadContentAsObjectXmlReader.ReadContentAsObjectXmlReader::ReadContentAsObject | Reads the text content at the current position as an objectObjectobject.(Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader) |
 | XmlReader.ReadContentAsObjectAsyncXmlReader.ReadContentAsObjectAsyncXmlReader::ReadContentAsObjectAsync | Asynchronously reads the text content at the current position as an objectObjectobject.(Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader) |
 | XmlReader.ReadContentAsStringXmlReader.ReadContentAsStringXmlReader::ReadContentAsString | Reads the text content at the current position as a stringStringString object.(Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader) |
 | XmlReader.ReadContentAsStringAsyncXmlReader.ReadContentAsStringAsyncXmlReader::ReadContentAsStringAsync | Asynchronously reads the text content at the current position as a stringStringString object.(Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader) |
 | XmlReader.ReadElementContentAsXmlReader.ReadElementContentAsXmlReader::ReadElementContentAs | Reads the element content as the requested type.(Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader) |
 | XmlReader.ReadElementContentAsXmlReader.ReadElementContentAsXmlReader::ReadElementContentAs | Checks that the specified local name and namespace URI matches that of the current element, then reads the element content as the requested type.(Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader) |
 | XmlReader.ReadElementContentAsAsyncXmlReader.ReadElementContentAsAsyncXmlReader::ReadElementContentAsAsync | (Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader) |
 | XmlReader.ReadElementContentAsBase64XmlReader.ReadElementContentAsBase64XmlReader::ReadElementContentAsBase64 | Reads the element and decodes the Base64 content.(Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader) |
 | XmlReader.ReadElementContentAsBase64AsyncXmlReader.ReadElementContentAsBase64AsyncXmlReader::ReadElementContentAsBase64Async | (Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader) |
 | XmlReader.ReadElementContentAsBinHexXmlReader.ReadElementContentAsBinHexXmlReader::ReadElementContentAsBinHex | Reads the element and decodes the BinHex content.(Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader) |
 | XmlReader.ReadElementContentAsBinHexAsyncXmlReader.ReadElementContentAsBinHexAsyncXmlReader::ReadElementContentAsBinHexAsync | (Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader) |
 | XmlReader.ReadElementContentAsBooleanXmlReader.ReadElementContentAsBooleanXmlReader::ReadElementContentAsBoolean | Reads the current element and returns the contents as a boolBooleanbool object.(Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader) |
 | XmlReader.ReadElementContentAsBooleanXmlReader.ReadElementContentAsBooleanXmlReader::ReadElementContentAsBoolean | Checks that the specified local name and namespace URI matches that of the current element, then reads the current element and returns the contents as a boolBooleanbool object.(Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader) |
 | XmlReader.ReadElementContentAsDateTimeXmlReader.ReadElementContentAsDateTimeXmlReader::ReadElementContentAsDateTime | Reads the current element and returns the contents as a DateTimeDateDateTime object.(Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader) |
 | XmlReader.ReadElementContentAsDateTimeXmlReader.ReadElementContentAsDateTimeXmlReader::ReadElementContentAsDateTime | Checks that the specified local name and namespace URI matches that of the current element, then reads the current element and returns the contents as a DateTimeDateDateTime object.(Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader) |
 | XmlReader.ReadElementContentAsDecimalXmlReader.ReadElementContentAsDecimalXmlReader::ReadElementContentAsDecimal | Reads the current element and returns the contents as a decimalDecimaldecimal object.(Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader) |
 | XmlReader.ReadElementContentAsDecimalXmlReader.ReadElementContentAsDecimalXmlReader::ReadElementContentAsDecimal | Checks that the specified local name and namespace URI matches that of the current element, then reads the current element and returns the contents as a decimalDecimaldecimal object.(Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader) |
 | XmlReader.ReadElementContentAsDoubleXmlReader.ReadElementContentAsDoubleXmlReader::ReadElementContentAsDouble | Reads the current element and returns the contents as a double-precision floating-point number.(Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader) |
 | XmlReader.ReadElementContentAsDoubleXmlReader.ReadElementContentAsDoubleXmlReader::ReadElementContentAsDouble | Checks that the specified local name and namespace URI matches that of the current element, then reads the current element and returns the contents as a double-precision floating-point number.(Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader) |
 | XmlReader.ReadElementContentAsFloatXmlReader.ReadElementContentAsFloatXmlReader::ReadElementContentAsFloat | Reads the current element and returns the contents as single-precision floating-point number.(Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader) |
 | XmlReader.ReadElementContentAsFloatXmlReader.ReadElementContentAsFloatXmlReader::ReadElementContentAsFloat | Checks that the specified local name and namespace URI matches that of the current element, then reads the current element and returns the contents as a single-precision floating-point number.(Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader) |
 | XmlReader.ReadElementContentAsIntXmlReader.ReadElementContentAsIntXmlReader::ReadElementContentAsInt | Reads the current element and returns the contents as a 32-bit signed integer.(Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader) |
 | XmlReader.ReadElementContentAsIntXmlReader.ReadElementContentAsIntXmlReader::ReadElementContentAsInt | Checks that the specified local name and namespace URI matches that of the current element, then reads the current element and returns the contents as a 32-bit signed integer.(Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader) |
 | XmlReader.ReadElementContentAsLongXmlReader.ReadElementContentAsLongXmlReader::ReadElementContentAsLong | Reads the current element and returns the contents as a 64-bit signed integer.(Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader) |
 | XmlReader.ReadElementContentAsLongXmlReader.ReadElementContentAsLongXmlReader::ReadElementContentAsLong | Checks that the specified local name and namespace URI matches that of the current element, then reads the current element and returns the contents as a 64-bit signed integer.(Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader) |
 | XmlReader.ReadElementContentAsObjectXmlReader.ReadElementContentAsObjectXmlReader::ReadElementContentAsObject | Reads the current element and returns the contents as an objectObjectobject.(Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader) |
 | XmlReader.ReadElementContentAsObjectXmlReader.ReadElementContentAsObjectXmlReader::ReadElementContentAsObject | Checks that the specified local name and namespace URI matches that of the current element, then reads the current element and returns the contents as an objectObjectobject.(Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader) |
 | XmlReader.ReadElementContentAsObjectAsyncXmlReader.ReadElementContentAsObjectAsyncXmlReader::ReadElementContentAsObjectAsync | Asynchronously reads the current element and returns the contents as an objectObjectobject.(Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader) |
 | XmlReader.ReadElementContentAsStringXmlReader.ReadElementContentAsStringXmlReader::ReadElementContentAsString | Reads the current element and returns the contents as a stringStringString object.(Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader) |
 | XmlReader.ReadElementContentAsStringXmlReader.ReadElementContentAsStringXmlReader::ReadElementContentAsString | Checks that the specified local name and namespace URI matches that of the current element, then reads the current element and returns the contents as a stringStringString object.(Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader) |
 | XmlReader.ReadElementContentAsStringAsyncXmlReader.ReadElementContentAsStringAsyncXmlReader::ReadElementContentAsStringAsync | Asynchronously reads the current element and returns the contents as a stringStringString object.(Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader) |
 | XmlReader.ReadElementStringXmlReader.ReadElementStringXmlReader::ReadElementString | Reads a text-only element. However, we recommend that you use the ReadElementContentAsStringReadElementContentAsStringReadElementContentAsString method instead, because it provides a more straightforward way to handle this operation.(Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader) |
 | XmlReader.ReadElementStringXmlReader.ReadElementStringXmlReader::ReadElementString | Checks that the NameNameName property of the element found matches the given string before reading a text-only element. However, we recommend that you use the ReadElementContentAsStringReadElementContentAsStringReadElementContentAsString method instead, because it provides a more straightforward way to handle this operation.(Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader) |
 | XmlReader.ReadElementStringXmlReader.ReadElementStringXmlReader::ReadElementString | Checks that the LocalNameLocalNameLocalName and NamespaceURINamespaceURINamespaceURI properties of the element found matches the given strings before reading a text-only element. However, we recommend that you use the ReadElementContentAsStringReadElementContentAsStringReadElementContentAsString method instead, because it provides a more straightforward way to handle this operation.(Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader) |
 | XmlReader.ReadEndElementXmlReader.ReadEndElementXmlReader::ReadEndElement | Checks that the current content node is an end tag and advances the reader to the next node.(Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader) |
 | XmlReader.ReadInnerXmlXmlReader.ReadInnerXmlXmlReader::ReadInnerXml | When overridden in a derived class, reads all the content, including markup, as a string.(Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader) |
 | XmlReader.ReadInnerXmlAsyncXmlReader.ReadInnerXmlAsyncXmlReader::ReadInnerXmlAsync | Asynchronously reads all the content, including markup, as a string.(Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader) |
 | XmlReader.ReadOuterXmlXmlReader.ReadOuterXmlXmlReader::ReadOuterXml | When overridden in a derived class, reads the content, including markup, representing this node and all its children.(Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader) |
 | XmlReader.ReadOuterXmlAsyncXmlReader.ReadOuterXmlAsyncXmlReader::ReadOuterXmlAsync | Asynchronously reads the content, including markup, representing this node and all its children.(Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader) |
 | XmlReader.ReadStartElementXmlReader.ReadStartElementXmlReader::ReadStartElement | Checks that the current node is an element and advances the reader to the next node.(Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader) |
 | XmlReader.ReadStartElementXmlReader.ReadStartElementXmlReader::ReadStartElement | Checks that the current content node is an element with the given NameNameName and advances the reader to the next node.(Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader) |
 | XmlReader.ReadStartElementXmlReader.ReadStartElementXmlReader::ReadStartElement | Checks that the current content node is an element with the given LocalNameLocalNameLocalName and NamespaceURINamespaceURINamespaceURI and advances the reader to the next node.(Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader) |
 | XmlReader.ReadStringXmlReader.ReadStringXmlReader::ReadString | When overridden in a derived class, reads the contents of an element or text node as a string. However, we recommend that you use the method instead, because it provides a more straightforward way to handle this operation.(Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader) |
 | XmlReader.ReadSubtreeXmlReader.ReadSubtreeXmlReader::ReadSubtree | Returns a new XmlReader instance that can be used to read the current node, and all its descendants.(Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader) |
 | XmlReader.ReadToDescendantXmlReader.ReadToDescendantXmlReader::ReadToDescendant | Advances the XmlReaderXmlReaderXmlReader to the next descendant element with the specified qualified name.(Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader) |
 | XmlReader.ReadToDescendantXmlReader.ReadToDescendantXmlReader::ReadToDescendant | Advances the XmlReaderXmlReaderXmlReader to the next descendant element with the specified local name and namespace URI.(Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader) |
 | XmlReader.ReadToFollowingXmlReader.ReadToFollowingXmlReader::ReadToFollowing | Reads until an element with the specified qualified name is found.(Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader) |
 | XmlReader.ReadToFollowingXmlReader.ReadToFollowingXmlReader::ReadToFollowing | Reads until an element with the specified local name and namespace URI is found.(Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader) |
 | XmlReader.ReadToNextSiblingXmlReader.ReadToNextSiblingXmlReader::ReadToNextSibling | Advances the XmlReader to the next sibling element with the specified qualified name.(Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader) |
 | XmlReader.ReadToNextSiblingXmlReader.ReadToNextSiblingXmlReader::ReadToNextSibling | Advances the XmlReader to the next sibling element with the specified local name and namespace URI.(Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader) |
 | XmlReader.ReadValueChunkXmlReader.ReadValueChunkXmlReader::ReadValueChunk | Reads large streams of text embedded in an XML document.(Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader) |
 | XmlReader.ReadValueChunkAsyncXmlReader.ReadValueChunkAsyncXmlReader::ReadValueChunkAsync | (Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader) |
 | ResolveEntityResolveEntityResolveEntity |
When overridden in a derived class, resolves the entity reference for EntityReference nodes.
(Overrides XmlReader.ResolveEntityXmlReader.ResolveEntityXmlReader::ResolveEntity) |
 | XmlReader.SkipXmlReader.SkipXmlReader::Skip | Skips the children of the current node.(Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader) |
 | XmlReader.SkipAsyncXmlReader.SkipAsyncXmlReader::SkipAsync | Asynchronously skips the children of the current node.(Inherited from System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader) |
 | Object.ToStringObject.ToStringObject::ToString | Returns a string that represents the current object.(Inherited from System.ObjectSystem.ObjectSystem::Object) |
 | UnparsedEntityNotationUnparsedEntityNotationUnparsedEntityNotation |
Returns the notation of the specified unparsed external entity.
|
 | UnparsedEntityPublicIdUnparsedEntityPublicIdUnparsedEntityPublicId |
Returns the public identifier of the specified unparsed external entity.
|
 | UnparsedEntitySystemIdUnparsedEntitySystemIdUnparsedEntitySystemId |
Returns the system identifier of the specified unparsed external entity.
|