XContainer « XML LINQ « VB.Net
Home
VB.Net
1.
2D
2.
Application
3.
Class
4.
Data Structure
5.
Data Types
6.
Database ADO.net
7.
Date Time
8.
Development
9.
Event
10.
File Directory
11.
Generics
12.
GUI
13.
Internationalization I18N
14.
Language Basics
15.
LINQ
16.
Network Remote
17.
Reflection
18.
Security
19.
Thread
20.
Windows Presentation Foundation
21.
Windows System
22.
XML
23.
XML LINQ
VB.Net Tutorial
VB.Net by API
VB.Net
»
XML LINQ
»
XContainer
Screenshots
1.
XContainer.Add adds the specified content as children of this XContainer.
2.
XContainer.Add (Object[]) adds the specified content as children of this XContainer.
3.
XContainer.AddFirst adds the specified content as the first children of this document or element.
4.
XContainer.AddFirst(Object[]) adds the specified content as the first children of this document or element.
5.
XContainer.DescendantNodes returns a collection of the descendant nodes
6.
XContainer.Descendants returns a collection of the descendant elements for this document or element, in document order.
7.
XContainer.Descendants (XName) returns a filtered collection of the descendant elements
8.
XContainer.Element gets the first in document order child element with the specified XName.
9.
XContainer.Elements returns a collection of the child elements of this element or document, in document order.
10.
XContainer.Elements Method returns a filtered collection of the child elements of this element or document
11.
XContainer.LastNode Property gets the last child node of this node.
12.
XContainer.Nodes returns a collection of the child nodes of this element or document, in document order.
13.
XContainer.RemoveNodes Removes the child nodes from this document or element.
14.
XContainer.ReplaceNodes replaces the children nodes of this document or element with the specified content.
ww__w.___j_a___v_a_2___s._c__o_m__
|
Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.