Spread Windows Forms 12.0 Product Documentation
FpSpreadXmlNodeReader Class Members
Properties  Methods 


FarPoint.Win Assembly > FarPoint.Win Namespace : FpSpreadXmlNodeReader Class

The following tables list the members exposed by FpSpreadXmlNodeReader.

Public Constructors
 NameDescription
Public Constructor  
Top
Public Properties
 NameDescription
Public PropertyGets the number of attributes on the current node. (Inherited from System.Xml.XmlNodeReader)
Public PropertyGets the base URI of the current node. (Inherited from System.Xml.XmlNodeReader)
Public PropertyGets a value indicating whether the System.Xml.XmlNodeReader implements the binary content read methods. (Inherited from System.Xml.XmlNodeReader)
Public PropertyGets a value indicating whether the System.Xml.XmlReader implements the System.Xml.XmlReader.ReadValueChunk(System.Char[],System.Int32,System.Int32) method. (Inherited from System.Xml.XmlReader)
Public PropertyGets a value indicating whether this reader can parse and resolve entities. (Inherited from System.Xml.XmlNodeReader)
Public PropertyGets the depth of the current node in the XML document. (Inherited from System.Xml.XmlNodeReader)
Public PropertyGets a value indicating whether the reader is positioned at the end of the stream. (Inherited from System.Xml.XmlNodeReader)
Public PropertyGets a value indicating whether the current node has any attributes. (Inherited from System.Xml.XmlNodeReader)
Public PropertyGets a value indicating whether the current node can have a System.Xml.XmlNodeReader.Value. (Inherited from System.Xml.XmlNodeReader)
Public PropertyGets a value indicating whether the current node is an attribute that was generated from the default value defined in the document type definition (DTD) or schema. (Inherited from System.Xml.XmlNodeReader)
Public PropertyGets a value indicating whether the current node is an empty element (for example, <MyElement/>). (Inherited from System.Xml.XmlNodeReader)
Public PropertyOverloaded. When overridden in a derived class, gets the value of the attribute with the specified index. (Inherited from System.Xml.XmlReader)
Public PropertyGets the local name of the current node. (Inherited from System.Xml.XmlNodeReader)
Public PropertyGets the qualified name of the current node. (Inherited from System.Xml.XmlNodeReader)
Public PropertyGets the namespace URI (as defined in the W3C Namespace specification) of the node on which the reader is positioned. (Inherited from System.Xml.XmlNodeReader)
Public PropertyGets the System.Xml.XmlNameTable associated with this implementation. (Inherited from System.Xml.XmlNodeReader)
Public PropertyGets the type of the current node. (Inherited from System.Xml.XmlNodeReader)
Public PropertyGets the namespace prefix associated with the current node. (Inherited from System.Xml.XmlNodeReader)
Public PropertyWhen overridden in a derived class, gets the quotation mark character used to enclose the value of an attribute node. (Inherited from System.Xml.XmlReader)
Public PropertyGets the state of the reader. (Inherited from System.Xml.XmlNodeReader)
Public PropertyGets the schema information that has been assigned to the current node. (Inherited from System.Xml.XmlNodeReader)
Public PropertyGets the System.Xml.XmlReaderSettings object used to create this System.Xml.XmlReader instance. (Inherited from System.Xml.XmlReader)
Public PropertyGets the text value of the current node. (Inherited from System.Xml.XmlNodeReader)
Public PropertyGets The Common Language Runtime (CLR) type for the current node. (Inherited from System.Xml.XmlReader)
Public PropertyGets the current xml:lang scope. (Inherited from System.Xml.XmlNodeReader)
Public PropertyGets the current xml:space scope. (Inherited from System.Xml.XmlNodeReader)
Top
Public Methods
 NameDescription
Public Method  
Public MethodChanges the System.Xml.XmlNodeReader.ReadState to Closed. (Inherited from System.Xml.XmlNodeReader)
Public MethodOverloaded. Releases all resources used by the current instance of the System.Xml.XmlReader class. (Inherited from System.Xml.XmlReader)
Public MethodOverloaded. Gets the value of the attribute with the specified name. (Inherited from System.Xml.XmlNodeReader)
Public Method  
Public MethodAsynchronously gets the value of the current node. (Inherited from System.Xml.XmlReader)
Public MethodOverloaded. Calls System.Xml.XmlReader.MoveToContent and tests if the current content node is a start tag or empty element tag. (Inherited from System.Xml.XmlReader)
Public MethodResolves a namespace prefix in the current element's scope. (Inherited from System.Xml.XmlNodeReader)
Public MethodOverloaded. Moves to the attribute with the specified name. (Inherited from System.Xml.XmlNodeReader)
Public MethodChecks 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.XmlReader)
Public MethodAsynchronously checks whether the current node is a content node. If the node is not a content node, the reader skips ahead to the next content node or end of file. (Inherited from System.Xml.XmlReader)
Public MethodMoves to the element that contains the current attribute node. (Inherited from System.Xml.XmlNodeReader)
Public MethodMoves to the first attribute. (Inherited from System.Xml.XmlNodeReader)
Public MethodMoves to the next attribute. (Inherited from System.Xml.XmlNodeReader)
Public MethodReads the next node from the stream. (Inherited from System.Xml.XmlNodeReader)
Public MethodAsynchronously reads the next node from the stream. (Inherited from System.Xml.XmlReader)
Public MethodParses the attribute value into one or more Text, EntityReference, or EndEntity nodes. (Inherited from System.Xml.XmlNodeReader)
Public MethodReads the content as an object of the type specified. (Inherited from System.Xml.XmlReader)
Public MethodAsynchronously reads the content as an object of the type specified. (Inherited from System.Xml.XmlReader)
Public MethodReads the content and returns the Base64 decoded binary bytes. (Inherited from System.Xml.XmlNodeReader)
Public MethodAsynchronously reads the content and returns the Base64 decoded binary bytes. (Inherited from System.Xml.XmlReader)
Public MethodReads the content and returns the BinHex decoded binary bytes. (Inherited from System.Xml.XmlNodeReader)
Public MethodAsynchronously reads the content and returns the BinHex decoded binary bytes. (Inherited from System.Xml.XmlReader)
Public MethodReads the text content at the current position as a Boolean. (Inherited from System.Xml.XmlReader)
Public MethodReads the text content at the current position as a System.DateTime object. (Inherited from System.Xml.XmlReader)
Public MethodReads the text content at the current position as a System.DateTimeOffset object. (Inherited from System.Xml.XmlReader)
Public MethodReads the text content at the current position as a System.Decimal object. (Inherited from System.Xml.XmlReader)
Public MethodReads the text content at the current position as a double-precision floating-point number. (Inherited from System.Xml.XmlReader)
Public MethodReads the text content at the current position as a single-precision floating point number. (Inherited from System.Xml.XmlReader)
Public MethodReads the text content at the current position as a 32-bit signed integer. (Inherited from System.Xml.XmlReader)
Public MethodReads the text content at the current position as a 64-bit signed integer. (Inherited from System.Xml.XmlReader)
Public MethodReads the text content at the current position as an System.Object. (Inherited from System.Xml.XmlReader)
Public MethodAsynchronously reads the text content at the current position as an System.Object. (Inherited from System.Xml.XmlReader)
Public MethodReads the text content at the current position as a System.String object. (Inherited from System.Xml.XmlReader)
Public MethodAsynchronously reads the text content at the current position as a System.String object. (Inherited from System.Xml.XmlReader)
Public MethodOverloaded. Reads the element content as the requested type. (Inherited from System.Xml.XmlReader)
Public MethodAsynchronously reads the element content as the requested type. (Inherited from System.Xml.XmlReader)
Public MethodReads the element and decodes the Base64 content. (Inherited from System.Xml.XmlNodeReader)
Public MethodAsynchronously reads the element and decodes the Base64 content. (Inherited from System.Xml.XmlReader)
Public MethodReads the element and decodes the BinHex content. (Inherited from System.Xml.XmlNodeReader)
Public MethodAsynchronously reads the element and decodes the BinHex content. (Inherited from System.Xml.XmlReader)
Public MethodOverloaded. Reads the current element and returns the contents as a System.Boolean object. (Inherited from System.Xml.XmlReader)
Public MethodOverloaded. Reads the current element and returns the contents as a System.DateTime object. (Inherited from System.Xml.XmlReader)
Public MethodOverloaded. Reads the current element and returns the contents as a System.Decimal object. (Inherited from System.Xml.XmlReader)
Public MethodOverloaded. Reads the current element and returns the contents as a double-precision floating-point number. (Inherited from System.Xml.XmlReader)
Public MethodOverloaded. Reads the current element and returns the contents as single-precision floating-point number. (Inherited from System.Xml.XmlReader)
Public MethodOverloaded. Reads the current element and returns the contents as a 32-bit signed integer. (Inherited from System.Xml.XmlReader)
Public MethodOverloaded. Reads the current element and returns the contents as a 64-bit signed integer. (Inherited from System.Xml.XmlReader)
Public MethodOverloaded. Reads the current element and returns the contents as an System.Object. (Inherited from System.Xml.XmlReader)
Public MethodAsynchronously reads the current element and returns the contents as an System.Object. (Inherited from System.Xml.XmlReader)
Public MethodOverloaded. Reads the current element and returns the contents as a System.String object. (Inherited from System.Xml.XmlReader)
Public MethodAsynchronously reads the current element and returns the contents as a System.String object. (Inherited from System.Xml.XmlReader)
Public MethodChecks that the current content node is an end tag and advances the reader to the next node. (Inherited from System.Xml.XmlReader)
Public MethodWhen overridden in a derived class, reads all the content, including markup, as a string. (Inherited from System.Xml.XmlReader)
Public MethodAsynchronously reads all the content, including markup, as a string. (Inherited from System.Xml.XmlReader)
Public MethodWhen overridden in a derived class, reads the content, including markup, representing this node and all its children. (Inherited from System.Xml.XmlReader)
Public MethodAsynchronously reads the content, including markup, representing this node and all its children. (Inherited from System.Xml.XmlReader)
Public MethodOverloaded. Checks that the current node is an element and advances the reader to the next node. (Inherited from System.Xml.XmlReader)
Public MethodReads the contents of an element or text node as a string. (Inherited from System.Xml.XmlNodeReader)
Public MethodReturns a new XmlReader instance that can be used to read the current node, and all its descendants. (Inherited from System.Xml.XmlReader)
Public MethodOverloaded. Advances the System.Xml.XmlReader to the next descendant element with the specified qualified name. (Inherited from System.Xml.XmlReader)
Public MethodOverloaded. Reads until an element with the specified qualified name is found. (Inherited from System.Xml.XmlReader)
Public MethodOverloaded. Advances the XmlReader to the next sibling element with the specified qualified name. (Inherited from System.Xml.XmlReader)
Public MethodReads large streams of text embedded in an XML document. (Inherited from System.Xml.XmlReader)
Public MethodAsynchronously reads large streams of text embedded in an XML document. (Inherited from System.Xml.XmlReader)
Public MethodResolves the entity reference for EntityReference nodes. (Inherited from System.Xml.XmlNodeReader)
Public Method  
Public MethodSkips the children of the current node. (Inherited from System.Xml.XmlNodeReader)
Public MethodAsynchronously skips the children of the current node. (Inherited from System.Xml.XmlReader)
Top
See Also

Reference

FpSpreadXmlNodeReader Class
FarPoint.Win Namespace