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
XML Node « XML « C# / C Sharp
C# / C Sharp
XML
XML Node
1.
Create an element type XmlNode like text value
2.
Get the Xml Text node value
3.
Set the value to the Element
4.
Alphabetical sorting of the XmlNodes
5.
Convert an XmlNode to an object
6.
Adds the specified node to the end of the list of child nodes, of this node.
7.
Gets an XmlAttributeCollection containing the attributes of this node.
8.
Gets all the child nodes of the node.
9.
Creates a duplicate of this node.
10.
Creates an XPathNavigator for navigating this object.
11.
Gets the first child of the node.
12.
For each style iteration over the nodes in the XmlNode.
13.
Looks up the closest xmlns declaration for the given namespace URI
14.
Gets or sets the concatenated values of the node and all its child nodes.
15.
Inserts the specified node immediately after the specified reference node.
16.
Inserts the specified node immediately before the specified reference node.
17.
Gets the first child element with the specified Name.
18.
Gets the last child of the node.
19.
Gets the node immediately following this node.
20.
Gets the markup representing this node and all its child nodes.
21.
Adds node to the beginning of the list of child nodes
22.
Gets the node immediately preceding this node.
23.
Removes all the child nodes and/or attributes of the current node.
24.
Removes specified child node.
25.
Replaces the child node oldChild with newChild node.
26.
Selects a list of nodes matching the XPath expression.
27.
Select and display the value of all the ISBN attributes
28.
Selects the first XmlNode that matches the XPath expression.
29.
When overridden in a derived class, saves all the child nodes of the node to the specified XmlWriter.
30.
Save the current node to the specified XmlWriter.