Spread Windows Forms 12.0 Product Documentation
FpSpreadXmlNodeReader Class Methods


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

For a list of all members of this type, see FpSpreadXmlNodeReader members.

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