[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for T:LayerD.CodeDOM.XplReader]

C# | Visual Basic | Visual C++ |
public class XplReader : XmlTextReader
Public Class XplReader _ Inherits XmlTextReader
public ref class XplReader : public XmlTextReader

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | XplReader(String) | |
![]() | XplReader(Stream) | |
![]() | XplReader(TextReader) | |
![]() | 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 XmlTextReader implements the binary content read methods. (Inherited from XmlTextReader.) |
![]() | CanReadValueChunk | Gets a value indicating whether the XmlTextReader implements the ReadValueChunk(array<Char>[]()[], Int32, Int32) method. (Inherited from XmlTextReader.) |
![]() | CanResolveEntity | Gets a value indicating whether this reader can parse and resolve entities. (Inherited from XmlTextReader.) |
![]() | Close()()() | Changes the ReadState to Closed. (Inherited from XmlTextReader.) |
![]() | Depth | Gets the depth of the current node in the XML document. (Inherited from XmlTextReader.) |
![]() | Dispose(Boolean) | Releases the unmanaged resources used by the XmlReader and optionally releases the managed resources. (Inherited from XmlReader.) |
![]() | 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.) |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetAttribute(String) | Gets the value of the attribute with the specified name. (Inherited from XmlTextReader.) |
![]() | GetAttribute(String, String) | Gets the value of the attribute with the specified local name and namespace URI. (Inherited from XmlTextReader.) |
![]() | GetAttribute(Int32) | Gets the value of the attribute with the specified index. (Inherited from XmlTextReader.) |
![]() | GetHashCode()()() | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
![]() | GetNamespacesInScope(XmlNamespaceScope) | 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 Type of the current instance. (Inherited from Object.) |
![]() | HasAttributes | Gets a value indicating whether the current node has any attributes. (Inherited from XmlReader.) |
![]() | HasLineInfo()()() | Gets a value indicating whether the class can return line information. (Inherited from XmlTextReader.) |
![]() | HasValue | Gets a value indicating whether the current node can have a Value other than String.Empty. (Inherited from XmlTextReader.) |
![]() | 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.) |
![]() | IsStartElement()()() | Calls MoveToContent()()() and tests if the current content node is a start tag or empty element tag. (Inherited from XmlReader.) |
![]() | IsStartElement(String) | Calls MoveToContent()()() and tests if the current content node is a start tag or empty element tag and if the Name property of the element found matches the given argument. (Inherited from XmlReader.) |
![]() | IsStartElement(String, String) | Calls MoveToContent()()() and tests if the current content node is a start tag or empty element tag and if the LocalName and NamespaceURI properties of the element found match the given strings. (Inherited from XmlReader.) |
![]() | Item[([(Int32])]) | When overridden in a derived class, gets the value of the attribute with the specified index. (Inherited from XmlReader.) |
![]() | Item[([(String])]) | When overridden in a derived class, gets the value of the attribute with the specified Name. (Inherited from XmlReader.) |
![]() | Item[([(String, String])]) | When overridden in a derived class, gets the value of the attribute with the specified LocalName and NamespaceURI. (Inherited from XmlReader.) |
![]() | LineNumber | Gets the current line number. (Inherited from XmlTextReader.) |
![]() | LinePosition | Gets the current line position. (Inherited from XmlTextReader.) |
![]() | LocalName | Gets the local name of the current node. (Inherited from XmlTextReader.) |
![]() | LookupNamespace(String) | Resolves a namespace prefix in the current element's scope. (Inherited from XmlTextReader.) |
![]() | MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | MoveToAttribute(String) | Moves to the attribute with the specified name. (Inherited from XmlTextReader.) |
![]() | MoveToAttribute(String, String) | Moves to the attribute with the specified local name and namespace URI. (Inherited from XmlTextReader.) |
![]() | MoveToAttribute(Int32) | Moves to the attribute with the specified index. (Inherited from XmlTextReader.) |
![]() | 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.) |
![]() | Name | Gets the qualified name of the current node. (Inherited from XmlTextReader.) |
![]() | 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 XmlNameTable associated with this implementation. (Inherited from XmlTextReader.) |
![]() | 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.) |
![]() | 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(array<Byte>[]()[], Int32, Int32) | Decodes Base64 and returns the decoded binary bytes. (Inherited from XmlTextReader.) |
![]() | ReadBinHex(array<Byte>[]()[], Int32, Int32) | Decodes BinHex and returns the decoded binary bytes. (Inherited from XmlTextReader.) |
![]() | ReadChars(array<Char>[]()[], Int32, Int32) | 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(Type, IXmlNamespaceResolver) | Reads the content as an object of the type specified. (Inherited from XmlReader.) |
![]() | ReadContentAsBase64(array<Byte>[]()[], Int32, Int32) | Reads the content and returns the Base64 decoded binary bytes. (Inherited from XmlTextReader.) |
![]() | ReadContentAsBinHex(array<Byte>[]()[], Int32, Int32) | 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 DateTime object. (Inherited from XmlReader.) |
![]() | ReadContentAsDecimal()()() | Reads the text content at the current position as a Decimal object. (Inherited from XmlReader.) |
![]() | 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 Object. (Inherited from XmlReader.) |
![]() | ReadContentAsString()()() | Reads the text content at the current position as a String object. (Inherited from XmlReader.) |
![]() | ReadElementContentAs(Type, IXmlNamespaceResolver) | Reads the element content as the requested type. (Inherited from XmlReader.) |
![]() | ReadElementContentAs(Type, IXmlNamespaceResolver, String, String) | 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 XmlReader.) |
![]() | ReadElementContentAsBase64(array<Byte>[]()[], Int32, Int32) | Reads the element and decodes the Base64 content. (Inherited from XmlTextReader.) |
![]() | ReadElementContentAsBinHex(array<Byte>[]()[], Int32, Int32) | Reads the element and decodes the BinHex content. (Inherited from XmlTextReader.) |
![]() | ReadElementContentAsBoolean()()() | Reads the current element and returns the contents as a Boolean object. (Inherited from XmlReader.) |
![]() | ReadElementContentAsBoolean(String, String) | 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 Boolean object. (Inherited from XmlReader.) |
![]() | ReadElementContentAsDateTime()()() | Reads the current element and returns the contents as a DateTime object. (Inherited from XmlReader.) |
![]() | ReadElementContentAsDateTime(String, String) | 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 DateTime object. (Inherited from XmlReader.) |
![]() | ReadElementContentAsDecimal()()() | Reads the current element and returns the contents as a Decimal object. (Inherited from XmlReader.) |
![]() | ReadElementContentAsDecimal(String, String) | 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 Decimal object. (Inherited from XmlReader.) |
![]() | ReadElementContentAsDouble()()() | Reads the current element and returns the contents as a double-precision floating-point number. (Inherited from XmlReader.) |
![]() | ReadElementContentAsDouble(String, String) | 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 XmlReader.) |
![]() | ReadElementContentAsFloat()()() | Reads the current element and returns the contents as single-precision floating-point number. (Inherited from XmlReader.) |
![]() | ReadElementContentAsFloat(String, String) | 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 XmlReader.) |
![]() | ReadElementContentAsInt()()() | Reads the current element and returns the contents as a 32-bit signed integer. (Inherited from XmlReader.) |
![]() | ReadElementContentAsInt(String, String) | 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 XmlReader.) |
![]() | ReadElementContentAsLong()()() | Reads the current element and returns the contents as a 64-bit signed integer. (Inherited from XmlReader.) |
![]() | ReadElementContentAsLong(String, String) | 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 XmlReader.) |
![]() | ReadElementContentAsObject()()() | Reads the current element and returns the contents as an Object. (Inherited from XmlReader.) |
![]() | ReadElementContentAsObject(String, String) | 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 Object. (Inherited from XmlReader.) |
![]() | ReadElementContentAsString()()() | Reads the current element and returns the contents as a String object. (Inherited from XmlReader.) |
![]() | ReadElementContentAsString(String, String) | 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 String object. (Inherited from XmlReader.) |
![]() | ReadElementString()()() | Reads a text-only element. (Inherited from XmlReader.) |
![]() | ReadElementString(String) | Checks that the Name property of the element found matches the given string before reading a text-only element. (Inherited from XmlReader.) |
![]() | ReadElementString(String, String) | Checks that the LocalName and NamespaceURI properties of the element found matches the given strings before reading 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()()() | Checks that the current node is an element and advances the reader to the next node. (Inherited from XmlReader.) |
![]() | ReadStartElement(String) | Checks that the current content node is an element with the given Name and advances the reader to the next node. (Inherited from XmlReader.) |
![]() | ReadStartElement(String, String) | Checks that the current content node is an element with the given LocalName and NamespaceURI and advances the reader to the next node. (Inherited from XmlReader.) |
![]() | ReadState | Gets the state of the reader. (Inherited from XmlTextReader.) |
![]() | 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(String) | Advances the XmlReader to the next descendant element with the specified qualified name. (Inherited from XmlReader.) |
![]() | ReadToDescendant(String, String) | Advances the XmlReader to the next descendant element with the specified local name and namespace URI. (Inherited from XmlReader.) |
![]() | ReadToFollowing(String) | Reads until an element with the specified qualified name is found. (Inherited from XmlReader.) |
![]() | ReadToFollowing(String, String) | Reads until an element with the specified local name and namespace URI is found. (Inherited from XmlReader.) |
![]() | ReadToNextSibling(String) | Advances the XmlReader to the next sibling element with the specified qualified name. (Inherited from XmlReader.) |
![]() | ReadToNextSibling(String, String) | Advances the XmlReader to the next sibling element with the specified local name and namespace URI. (Inherited from XmlReader.) |
![]() | ReadValueChunk(array<Char>[]()[], Int32, Int32) | 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.) |
![]() | 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 XmlReaderSettings object used to create this XmlTextReader instance. (Inherited from XmlTextReader.) |
![]() | Skip()()() | Skips the children of the current node. (Inherited from XmlTextReader.) |
![]() | ToString()()() | (Inherited from Object.) |
![]() | 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 XmlResolver used for resolving DTD references. (Inherited from XmlTextReader.) |
![]() | XmlSpace | Gets the current xml:space scope. (Inherited from XmlTextReader.) |

Object | |||
![]() | XmlReader | ||
![]() | XmlTextReader | ||
![]() | XplReader |