Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
Home
C# / C Sharp
2D Graphics
Class Interface
Collections Data Structure
Components
Data Types
Database ADO.net
Date Time
Design Patterns
Development Class
Event
File Stream
Generics
GUI Windows Form
Internationalization I18N
Language Basics
LINQ
Network
Office
Reflection
Regular Expressions
Security
Services Event
Thread
Web Services
Windows
Windows Presentation Foundation
XML
XML LINQ
XmlTextReader « XML « C# / C Sharp
C# / C Sharp
XML
XmlTextReader
1.
Create XmlTextReader with the specified string, XmlNodeType, and XmlParserContext.
2.
Initializes a new instance of the XmlTextReader class with the specified file.
3.
Create XmlTextReader with TextReader.
4.
Gets the number of attributes on the current node.
5.
Gets the base URI of the current node.
6.
Gets the depth of the current node in the XML document.
7.
Gets the value of the attribute with the specified name.
8.
Gets a value indicating whether the current node can have a Value other than String.Empty.
9.
Gets a value indicating whether the current node is an empty element (for example,
).
10.
Gets the current line position.
11.
Gets the local name of the current node.
12.
Moves to the first attribute.
13.
Moves to the next attribute.
14.
Gets the qualified name of the current node.
15.
Gets or sets a value indicating whether to normalize white space and attribute values.
16.
Parses the attribute value into one or more Text, EntityReference, or EndEntity nodes.
17.
Decodes Base64 and returns the decoded binary bytes.
18.
Reads the text contents of an element into a character buffer.
19.
Resets the state of the reader to ReadState.Initial.
20.
Gets or sets a value that specifies how white space is handled.
21.
Gets the current xml:lang scope.
22.
Sets the XmlResolver used for resolving DTD references.
23.
Gets the current xml:space scope.