 | CloseCloseClose |
Changes the ReadStateReadStateReadState to Closed.
(Overrides XmlReader.CloseXmlReader.CloseXmlReader::Close) |
 | 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) |
Returns the value of an attribute with the specified index.
(Overrides XmlReader.GetAttributeXmlReader.GetAttributeXmlReader::GetAttribute) |
 | GetAttribute (string)GetAttribute (String)GetAttribute (String^) |
Returns the value of the attribute with the specified name.
(Overrides XmlReader.GetAttributeXmlReader.GetAttributeXmlReader::GetAttribute) |
 | GetAttribute (string, string)GetAttribute (String, String)GetAttribute (String^, String^) |
Returns the value of the attribute with the specified local name and namespace URI.
(Overrides XmlReader.GetAttributeXmlReader.GetAttributeXmlReader::GetAttribute) |
 | Object.GetHashCodeObject.GetHashCodeObject::GetHashCode |
Serves as a hash function for a particular type.
(Inherited from System.ObjectSystem.ObjectSystem::Object) |
 | 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 |
Resolves a namespace prefix in the current element's scope.
(Overrides XmlReader.LookupNamespaceXmlReader.LookupNamespaceXmlReader::LookupNamespace) |
 | Object.MemberwiseCloneObject.MemberwiseCloneObject::MemberwiseClone |
Creates a shallow copy of the current objectObjectobject.
(Inherited from System.ObjectSystem.ObjectSystem::Object) |
 | MoveToAttribute (int)MoveToAttribute (Integer)MoveToAttribute (int) |
Moves to the attribute with the specified index.
(Overrides XmlReader.MoveToAttributeXmlReader.MoveToAttributeXmlReader::MoveToAttribute) |
 | MoveToAttribute (string)MoveToAttribute (String)MoveToAttribute (String^) |
When overridden in a derived class, moves to the attribute with the specified Name.
(Overrides XmlReader.MoveToAttributeXmlReader.MoveToAttributeXmlReader::MoveToAttribute) |
 | MoveToAttribute (string, string)MoveToAttribute (String, String)MoveToAttribute (String^, String^) |
Moves to the attribute with the specified local name and namespace URI.
(Overrides XmlReader.MoveToAttributeXmlReader.MoveToAttributeXmlReader::MoveToAttribute) |
 | 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 |
Moves to the element that contains the current attribute node.
(Overrides XmlReader.MoveToElementXmlReader.MoveToElementXmlReader::MoveToElement) |
 | MoveToFirstAttributeMoveToFirstAttributeMoveToFirstAttribute |
Moves to the first attribute.
(Overrides XmlReader.MoveToFirstAttributeXmlReader.MoveToFirstAttributeXmlReader::MoveToFirstAttribute) |
 | MoveToNextAttributeMoveToNextAttributeMoveToNextAttribute |
Moves to the next attribute.
(Overrides XmlReader.MoveToNextAttributeXmlReader.MoveToNextAttributeXmlReader::MoveToNextAttribute) |
 | ReadReadRead |
Reads the next node from the stream.
(Overrides XmlReader.ReadXmlReader.ReadXmlReader::Read) |
 | ReadAttributeValueReadAttributeValueReadAttributeValue |
Parses the attribute value into one or more TextTextText, EntityReferenceEntityReferenceEntityReference, or EndEntityEndEntityEndEntity 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 |
Resolves the entity reference for EntityReferenceEntityReferenceEntityReference 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) |