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
XmlTextWriter « XML « C# / C Sharp
C# / C Sharp
XML
XmlTextWriter
1.
Use XmlTextWriter to create Xml document
2.
Write attribute
3.
Close an element
4.
Control the formatting
5.
Write the double value out
6.
Closes this stream and the underlying stream.
7.
Flush what is in the buffer to the underlying streams and flush the underlying stream.
8.
XmlTextWriter.Indentation Property gets or sets how many IndentChars to write
9.
XmlTextWriter.LookupPrefix returns the closest prefix in the current namespace scope
10.
XmlTextWriter.WriteCData writes out a block containing the specified text.
11.
Use specified Unicode character value.
12.
Closes one element and pops the corresponding namespace scope.
13.
Writes out the namespace-qualified name.
14.
Writes raw markup manually from a string.
15.
Writes out the given white space.