Click or drag to resize

imbXmlExtendedToolscollectChildren Method (XmlNode, collectRelatives, Int32)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Vraća listu XmlNode-a u skladu sa kriterijumima

Namespace:  imbACE.Core.xml
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public static List<XmlNode> collectChildren(
	this XmlNode source,
	collectRelatives collectMode,
	int level
)
Request Example View Source

Parameters

source
Type: System.XmlXmlNode
Node od kojeg kreće
collectMode
Type: imbACE.Core.xmlcollectRelatives
Način na koji prikuplja
level
Type: SystemInt32
Koliko nivoa u dubinu (opciono)

Return Value

Type: ListXmlNode
Lista XmlNode-a koji su u određenom odnosu sa Source

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type XmlNode. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also