Implements an
The following tables list the members exposed by XmlFirstUpperReader.
Public Constructors
| Name | Description | |
|---|---|---|
|
XmlFirstUpperReader | Overloaded. See |
Public Properties
| Name | Description | |
|---|---|---|
|
AttributeCount | Gets the number of attributes on the current node. (inherited from XmlTextReader) |
|
BaseURI | Gets the base URI of the current node. (inherited from XmlTextReader) |
|
CanReadBinaryContent | Gets a value indicating whether the |
|
CanReadValueChunk | Gets a value indicating whether the |
|
CanResolveEntity | Gets a value indicating whether this reader can parse and resolve entities. (inherited from XmlTextReader) |
|
Depth | Gets the depth of the current node in the XML document. (inherited from XmlTextReader) |
|
Encoding | Gets the encoding of the document. (inherited from XmlTextReader) |
|
EntityHandling | Gets or sets a value that specifies how the reader handles entities. (inherited from XmlTextReader) |
|
EOF | Gets a value indicating whether the reader is positioned at the end of the stream. (inherited from XmlTextReader) |
|
HasAttributes | Gets a value indicating whether the current node has any attributes. (inherited from XmlReader) |
|
HasValue | Gets a value indicating whether the current node can have a |
|
IsDefault | Gets a value indicating whether the current node is an attribute that was generated from the default value defined in the DTD or schema. (inherited from XmlTextReader) |
|
IsEmptyElement | Gets a value indicating whether the current node is an empty element (for example, <MyElement/>). (inherited from XmlTextReader) |
|
Item | Overloaded. See |
|
LineNumber | Gets the current line number. (inherited from XmlTextReader) |
|
LinePosition | Gets the current line position. (inherited from XmlTextReader) |
|
LocalName | Overidden. See |
|
Name | Overidden. See |
|
Namespaces | Gets or sets a value indicating whether to do namespace support. (inherited from XmlTextReader) |
|
NamespaceURI | Gets the namespace URI (as defined in the W3C Namespace specification) of the node on which the reader is positioned. (inherited from XmlTextReader) |
|
NameTable | Gets the |
|
NodeType | Gets the type of the current node. (inherited from XmlTextReader) |
|
Normalization | Gets or sets a value indicating whether to normalize white space and attribute values. (inherited from XmlTextReader) |
|
Prefix | Gets the namespace prefix associated with the current node. (inherited from XmlTextReader) |
|
ProhibitDtd | Gets or sets a value indicating whether to allow DTD processing. (inherited from XmlTextReader) |
|
QuoteChar | Gets the quotation mark character used to enclose the value of an attribute node. (inherited from XmlTextReader) |
|
ReadState | Gets the state of the reader. (inherited from XmlTextReader) |
|
SchemaInfo | Gets the schema information that has been assigned to the current node as a result of schema validation. (inherited from XmlReader) |
|
Settings | Gets the |
|
Value | Gets the text value of the current node. (inherited from XmlTextReader) |
|
ValueType | Gets The Common Language Runtime (CLR) type for the current node. (inherited from XmlReader) |
|
WhitespaceHandling | Gets or sets a value that specifies how white space is handled. (inherited from XmlTextReader) |
|
XmlLang | Gets the current xml:lang scope. (inherited from XmlTextReader) |
|
XmlResolver | Sets the |
|
XmlSpace | Gets the current xml:space scope. (inherited from XmlTextReader) |
Public Methods
| Name | Description | |
|---|---|---|
|
Close | Changes the |
|
Equals | Determines whether the specified |
|
GetAttribute | Overloaded. Gets the value of the attribute with the specified name. (inherited from XmlTextReader) |
|
GetHashCode | Serves as a hash function for a particular type. |
|
GetNamespacesInScope | Gets a collection that contains all namespaces currently in-scope. (inherited from XmlTextReader) |
|
GetRemainder | Gets the remainder of the buffered XML. (inherited from XmlTextReader) |
|
GetType | Gets the |
|
HasLineInfo | Gets a value indicating whether the class can return line information. (inherited from XmlTextReader) |
|
IsStartElement | Overloaded. Calls |
|
LookupNamespace | Resolves a namespace prefix in the current element's scope. (inherited from XmlTextReader) |
|
MoveToAttribute | Overloaded. See |
|
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 XmlReader) |
|
MoveToElement | Moves to the element that contains the current attribute node. (inherited from XmlTextReader) |
|
MoveToFirstAttribute | Moves to the first attribute. (inherited from XmlTextReader) |
|
MoveToNextAttribute | Moves to the next attribute. (inherited from XmlTextReader) |
|
Read | Reads the next node from the stream. (inherited from XmlTextReader) |
|
ReadAttributeValue | Parses the attribute value into one or more Text, EntityReference, or EndEntity nodes. (inherited from XmlTextReader) |
|
ReadBase64 | Decodes Base64 and returns the decoded binary bytes. (inherited from XmlTextReader) |
|
ReadBinHex | Decodes BinHex and returns the decoded binary bytes. (inherited from XmlTextReader) |
|
ReadChars | Reads the text contents of an element into a character buffer. This method is designed to read large streams of embedded text by calling it successively. (inherited from XmlTextReader) |
|
ReadContentAs | Reads the content as an object of the type specified. (inherited from XmlReader) |
|
ReadContentAsBase64 | Reads the content and returns the Base64 decoded binary bytes. (inherited from XmlTextReader) |
|
ReadContentAsBinHex | Reads the content and returns the BinHex decoded binary bytes. (inherited from XmlTextReader) |
|
ReadContentAsBoolean | Reads the text content at the current position as a Boolean. (inherited from XmlReader) |
|
ReadContentAsDateTime | Reads the text content at the current position as a |
|
ReadContentAsDecimal | Reads the text content at the current position as a |
|
ReadContentAsDouble | Reads the text content at the current position as a double-precision floating-point number. (inherited from XmlReader) |
|
ReadContentAsFloat | Reads the text content at the current position as a single-precision floating point number. (inherited from XmlReader) |
|
ReadContentAsInt | Reads the text content at the current position as a 32-bit signed integer. (inherited from XmlReader) |
|
ReadContentAsLong | Reads the text content at the current position as a 64-bit signed integer. (inherited from XmlReader) |
|
ReadContentAsObject | Reads the text content at the current position as an |
|
ReadContentAsString | Reads the text content at the current position as a |
|
ReadElementContentAs | Overloaded. Reads the element content as the requested type. (inherited from XmlReader) |
|
ReadElementContentAsBase64 | Reads the element and decodes the Base64 content. (inherited from XmlTextReader) |
|
ReadElementContentAsBinHex | Reads the element and decodes the BinHex content. (inherited from XmlTextReader) |
|
ReadElementContentAsBoolean | Overloaded. Reads the current element and returns the contents as a |
|
ReadElementContentAsDateTime | Overloaded. Reads the current element and returns the contents as a |
|
ReadElementContentAsDecimal | Overloaded. Reads the current element and returns the contents as a |
|
ReadElementContentAsDouble | Overloaded. Reads the current element and returns the contents as a double-precision floating-point number. (inherited from XmlReader) |
|
ReadElementContentAsFloat | Overloaded. Reads the current element and returns the contents as single-precision floating-point number. (inherited from XmlReader) |
|
ReadElementContentAsInt | Overloaded. Reads the current element and returns the contents as a 32-bit signed integer. (inherited from XmlReader) |
|
ReadElementContentAsLong | Overloaded. Reads the current element and returns the contents as a 64-bit signed integer. (inherited from XmlReader) |
|
ReadElementContentAsObject | Overloaded. Reads the current element and returns the contents as an |
|
ReadElementContentAsString | Overloaded. Reads the current element and returns the contents as a |
|
ReadElementString | Overloaded. Reads a text-only element. (inherited from XmlReader) |
|
ReadEndElement | Checks that the current content node is an end tag and advances the reader to the next node. (inherited from XmlReader) |
|
ReadInnerXml | When overridden in a derived class, reads all the content, including markup, as a string. (inherited from XmlReader) |
|
ReadOuterXml | When overridden in a derived class, reads the content, including markup, representing this node and all its children. (inherited from XmlReader) |
|
ReadStartElement | Overloaded. Checks that the current node is an element and advances the reader to the next node. (inherited from XmlReader) |
|
ReadString | Reads the contents of an element or a text node as a string. (inherited from XmlTextReader) |
|
ReadSubtree | Returns a new XmlReader instance that can be used to read the current node, and all its descendants. (inherited from XmlReader) |
|
ReadToDescendant | Overloaded. Advances the |
|
ReadToFollowing | Overloaded. Reads until an element with the specified qualified name is found. (inherited from XmlReader) |
|
ReadToNextSibling | Overloaded. Advances the XmlReader to the next sibling element with the specified qualified name. (inherited from XmlReader) |
|
ReadValueChunk | Reads large streams of text embedded in an XML document. (inherited from XmlReader) |
|
ResetState | Resets the state of the reader to ReadState.Initial. (inherited from XmlTextReader) |
|
ResolveEntity | Resolves the entity reference for EntityReference nodes. (inherited from XmlTextReader) |
|
Skip | Skips the children of the current node. (inherited from XmlTextReader) |
|
ToString | Returns a |