abstract | Close() Changes the XmlReader.ReadState to ReadState.Closed. |
static | Create(System.IO.Stream) : XmlReaderDocumentation for this section has not yet been entered. |
static | Create(System.IO.TextReader) : XmlReaderDocumentation for this section has not yet been entered. |
static | Create(string) : XmlReaderDocumentation for this section has not yet been entered. |
static | Create(System.IO.Stream, XmlReaderSettings) : XmlReaderDocumentation for this section has not yet been entered. |
static | Create(System.IO.TextReader, XmlReaderSettings) : XmlReaderDocumentation for this section has not yet been entered. |
static | Create(string, XmlReaderSettings) : XmlReaderDocumentation for this section has not yet been entered. |
static | Create(XmlReader, XmlReaderSettings) : XmlReaderDocumentation for this section has not yet been entered. |
static | Create(System.IO.Stream, XmlReaderSettings, string) : XmlReaderDocumentation for this section has not yet been entered. |
static | Create(System.IO.Stream, XmlReaderSettings, XmlParserContext) : XmlReaderDocumentation for this section has not yet been entered. |
static | Create(System.IO.TextReader, XmlReaderSettings, string) : XmlReaderDocumentation for this section has not yet been entered. |
static | Create(System.IO.TextReader, XmlReaderSettings, XmlParserContext) : XmlReaderDocumentation for this section has not yet been entered. |
static | Create(string, XmlReaderSettings, XmlParserContext) : XmlReaderDocumentation for this section has not yet been entered. |
abstract | GetAttribute(int) : stringReturns the value of the attribute with the specified index relative to the containing element. |
abstract | GetAttribute(string) : stringReturns the value of the attribute with the specified qualified name. |
abstract | GetAttribute(string, string) : stringReturns the value of the attribute with the specified local
name and namespace URI. |
static | IsName(string) : bool Determines whether
the specified string is a valid XML name. |
static | IsNameToken(string) : bool Determines whether the specified
string is a valid XML name token (Nmtoken). |
| IsStartElement() : bool Determines if a node containing content is an
Element
node. |
| IsStartElement(string) : bool Determines if a node containing content is an Element node
with the specified qualified name. |
| IsStartElement(string, string) : bool Determines if a node containing content is an
Element node with the specified local name
and namespace URI. |
abstract | LookupNamespace(string) : string Resolves a namespace prefix in the scope of the current element.
|
| MoveToAttribute(int)Moves the position of the current instance to the attribute with the specified index relative to the containing element. |
abstract | MoveToAttribute(string) : boolMoves the position of the current instance to the attribute with the specified qualified
name. |
abstract | MoveToAttribute(string, string) : boolMoves the position of the current instance to the attribute with the specified local name and
namespace URI. |
| MoveToContent() : XmlNodeType Determines whether the current node can contain content and, if not,
moves the position of the current instance to the next content node or the
end of the input stream. |
abstract | MoveToElement() : boolMoves the position of the current instance to the node that contains the current
Attribute node. |
abstract | MoveToFirstAttribute() : boolMoves the position of the current instance to the first attribute associated with the current node. |
abstract | MoveToNextAttribute() : boolMoves the position of the current instance to the next attribute associated with the current node. |
abstract | Read() : bool Moves the position of the current instance to the next node in the stream, exposing its properties. |
abstract | ReadAttributeValue() : boolParses an attribute value into one or more
Text, EntityReference, and EndEntity
nodes. |
| ReadContentAs(Type, IXmlNamespaceResolver) : objectDocumentation for this section has not yet been entered. |
| ReadContentAsBase64(byte[], int, int) : intDocumentation for this section has not yet been entered. |
| ReadContentAsBinHex(byte[], int, int) : intDocumentation for this section has not yet been entered. |
| ReadContentAsBoolean() : boolDocumentation for this section has not yet been entered. |
| ReadContentAsDateTime() : DateTimeDocumentation for this section has not yet been entered. |
| ReadContentAsDecimal() : decimalDocumentation for this section has not yet been entered. |
| ReadContentAsDouble() : doubleDocumentation for this section has not yet been entered. |
| ReadContentAsFloat() : floatDocumentation for this section has not yet been entered. |
| ReadContentAsInt() : intDocumentation for this section has not yet been entered. |
| ReadContentAsLong() : longDocumentation for this section has not yet been entered. |
| ReadContentAsObject() : objectDocumentation for this section has not yet been entered. |
| ReadContentAsString() : stringDocumentation for this section has not yet been entered. |
| ReadElementContentAs(Type, IXmlNamespaceResolver) : objectDocumentation for this section has not yet been entered. |
| ReadElementContentAs(Type, IXmlNamespaceResolver, string, string) : objectDocumentation for this section has not yet been entered. |
| ReadElementContentAsBase64(byte[], int, int) : intDocumentation for this section has not yet been entered. |
| ReadElementContentAsBinHex(byte[], int, int) : intDocumentation for this section has not yet been entered. |
| ReadElementContentAsBoolean() : boolDocumentation for this section has not yet been entered. |
| ReadElementContentAsBoolean(string, string) : boolDocumentation for this section has not yet been entered. |
| ReadElementContentAsDateTime() : DateTimeDocumentation for this section has not yet been entered. |
| ReadElementContentAsDateTime(string, string) : DateTimeDocumentation for this section has not yet been entered. |
| ReadElementContentAsDecimal() : decimalDocumentation for this section has not yet been entered. |
| ReadElementContentAsDecimal(string, string) : decimalDocumentation for this section has not yet been entered. |
| ReadElementContentAsDouble() : doubleDocumentation for this section has not yet been entered. |
| ReadElementContentAsDouble(string, string) : doubleDocumentation for this section has not yet been entered. |
| ReadElementContentAsFloat() : floatDocumentation for this section has not yet been entered. |
| ReadElementContentAsFloat(string, string) : floatDocumentation for this section has not yet been entered. |
| ReadElementContentAsInt() : intDocumentation for this section has not yet been entered. |
| ReadElementContentAsInt(string, string) : intDocumentation for this section has not yet been entered. |
| ReadElementContentAsLong() : longDocumentation for this section has not yet been entered. |
| ReadElementContentAsLong(string, string) : longDocumentation for this section has not yet been entered. |
| ReadElementContentAsObject() : objectDocumentation for this section has not yet been entered. |
| ReadElementContentAsObject(string, string) : objectDocumentation for this section has not yet been entered. |
| ReadElementContentAsString() : stringDocumentation for this section has not yet been entered. |
| ReadElementContentAsString(string, string) : stringDocumentation for this section has not yet been entered. |
| ReadElementString() : stringReads the contents of a text-only element. |
| ReadElementString(string) : stringReads the contents of a text-only element with the specified qualified
name. |
| ReadElementString(string, string) : stringReads the contents of a text-only
element with the specified local name and namespace URI. |
| ReadEndElement()Reads an EndElement node and advances the reader to
the next node. |
| ReadInnerXml() : stringReads the contents of the current node, including child nodes and markup. |
| ReadOuterXml() : stringReads the current node and its contents, including child nodes and markup. |
| ReadStartElement() Reads an Element node and advances the reader to the next
node. |
| ReadStartElement(string)Reads an Element
node with the specified qualified name and advances
the reader to the next node. |
| ReadStartElement(string, string)Reads an Element node with the specified local name and
namespace URI and advances the reader to the next node. |
| ReadString() : stringReads the contents of an element or text node as a string. |
| ReadSubtree() : XmlReaderDocumentation for this section has not yet been entered. |
| ReadToDescendant(string) : boolDocumentation for this section has not yet been entered. |
| ReadToDescendant(string, string) : boolDocumentation for this section has not yet been entered. |
| ReadToFollowing(string) : boolDocumentation for this section has not yet been entered. |
| ReadToFollowing(string, string) : boolDocumentation for this section has not yet been entered. |
| ReadToNextSibling(string) : boolDocumentation for this section has not yet been entered. |
| ReadToNextSibling(string, string) : boolDocumentation for this section has not yet been entered. |
| ReadValueChunk(char[], int, int) : intDocumentation for this section has not yet been entered. |
abstract | ResolveEntity() Resolves the entity
reference for EntityReference nodes. |
| Skip() Skips over the current element and moves the position of the current instance to the next node in the stream. |