Name |
Description |
Close |
When it is overwritten in a derived class, change readstateClosed. |
Create |
Overloaded. Create a new xmlreader instance. |
Equals |
Overloaded. Determine whether the two object instances are equal. (Inherit from object .) |
Getattribute |
Overloaded. When a derived class is overwritten, the attribute value is obtained. |
Gethashcode |
Used as a hash function of a specific type. Gethashcode is suitableAlgorithmAnd data structures (such as hash tables. (Inherit from object .) |
GetType |
Obtain the type of the current instance. (Inherit from object .) |
Isname |
Gets a value that indicates whether the string parameter is a valid XML name. |
Isnametoken |
Gets a value that indicates whether the string parameter is a valid XML name tag. |
Isstartelement |
Overloaded. Test whether the current content node is a start tag. |
Lookupnamespace |
When it is overwritten in a derived class, the namespace prefix is resolved within the range of the current element. |
Movetoattribute |
Overloaded. When it is overwritten in a derived class, it is moved to the specified attribute. |
Movetocontent |
Check whether the current node is content (non-blank text,CDATA,Element,Endelement,EntityreferenceOrEndentity. If this node is not a content node, the reader jumps forward to the next content node or the end of the file. It skips the following types of nodes:Processinginstruction,Documenttype,Comment,WhitespaceOrSignificantwhitespace. |
Movetoelement |
When it is overwritten in a derived class, it is moved to an element that contains the current attribute node. |
Movetofirstattribute |
When it is overwritten in a derived class, it is moved to the first attribute. |
Movetonextattribute |
When it is overwritten in a derived class, it is moved to the next attribute. |
Read |
When a derived class is overwritten, the next node is read from the stream. |
Readattributevalue |
When a derived class is overwritten, the attribute value is parsed into one or moreText,EntityreferenceOrEndentityNode. |
Readcontentas |
Read the content as an object of the specified type. |
Readcontentasbase64 |
Read the content and return the base64 decoded binary bytes. |
Readcontentasbinhex |
Read content and returnBinhexThe decoded binary bytes. |
Readcontentasboolean |
Use the text content of the current locationBooleanRead. |
Readcontentasdatetime |
Reads the text content of the current position as a datetime object. |
Readcontentasdecimal |
Read the text content of the current location as a decimal object. |
Readcontentasdouble |
Read the text content at the current position as a double-precision floating point number. |
Readcontentasfloat |
Read the text content at the current position as a single-precision floating point number. |
Readcontentasint |
Read the text content of the current position as a 32-bit signed integer. |
Readcontentaslong |
Read the text content of the current position as a 64-bit signed integer. |
Readcontentasobject |
Use the text content of the current locationObjectRead. |
Readcontentasstring |
Read the text content of the current position as a string object. |
Readelementcontentas |
Overloaded. Read the current element and return the content as an object of the specified type. |
Readelementcontentasbase64 |
Read the element andBase64Decode the content. |
Readelementcontentasbinhex |
Read the element andBinhexDecode the content. |
Readelementcontentasboolean |
Overloaded. Read the current element value as a Boolean object. |
Readelementcontentasdatetime |
Overloaded. Read the current element and use the contentDatetimeObject. |
Readelementcontentasdecimal |
Overloaded. Use the current element valueDecimalObject reading. |
Readelementcontentasdouble |
Overloaded. Read the current element and return the content as a double-precision floating point number. |
Readelementcontentasfloat |
Overloaded. Read the current element value as a single-precision floating point number. |
Readelementcontentasint |
Overloaded. Read the current element and return the content as a 32-bit signed integer. |
Readelementcontentaslong |
Overloaded. Read the current element and return the content as a 64-bit signed integer. |
Readelementcontentasobject |
Overloaded. Read the current element and use the contentObject. |
Readelementcontentasstring |
Overloaded. Read the current element and use the contentStringObject. |
Readelementstring |
Overloaded. This is a helper Method for reading simple plain text elements. |
Readendelement |
Check whether the current content node is the end mark and push the reader to the next node. |
Readinnerxml |
When a derived class is overwritten, all content (including tags) is read as strings. |
Readouterxml |
When a derived class is overwritten, read indicates the node and all its sub-level content (including tags ). |
Readstartelement |
Overloaded. Check whether the current node is an element and push the reader to the next node. |
Readstring |
When a derived class is overwritten, the content of the element or text node is read as a string. |
Readsubtree |
Returns the newXmlreaderInstance, which can be used to read the current node and all its subnodes. |
Readtodescendant |
Overloaded. LetXmlreaderForward to the next matched child element. |
Readtofollowing |
Overloaded. Read until the named element is found. |
Readtonextsibling |
Overloaded. LetXmlreaderForward to the next matched peer element. |
Readvaluechunk |
Read a large number of text streams embedded in XML documents. |
Referenceequals |
Determine the specifiedObjectWhether the instance is the same. (Inherit from object .) |
Resolveentity |
When it is overwritten in a derived classEntityreferenceObject reference of a node. |
Skip |
Skip the sublevel of the current node. |
Tostring |
Returns the currentObjectOfString. (Inherit from object .) |