 | 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 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 objectObjectobject is equal to the current objectObjectobject.
(Inherited from System.ObjectSystem.ObjectSystem::Object) |
 | Object.FinalizeObject.FinalizeObject::Finalize |
Allows an objectObjectobject to attempt to free resources and perform other cleanup operations before the objectObjectobject 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 a hash function for a particular type.
(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) |
 | 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) |
 | 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) |
 | 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.ReadContentAsBase64XmlReader.ReadContentAsBase64XmlReader::ReadContentAsBase64 |
Reads the content and returns the Base64 decoded binary bytes.
(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.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.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.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.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.ReadElementContentAsBase64XmlReader.ReadElementContentAsBase64XmlReader::ReadElementContentAsBase64 |
Reads the element and decodes the Base64 content.
(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.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.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.ReadElementStringXmlReader.ReadElementStringXmlReader::ReadElementString |
Reads a text-only element.
(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.
(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.
(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.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.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.
(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) |
 | 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) |
 | Object.ToStringObject.ToStringObject::ToString |
Returns a stringStringString that represents the current objectObjectobject.
(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.
|