Click or drag to resize

imbXmlExtendedToolsgetChildren Method (ListXmlNode, Int32, Int32, Boolean, Int32)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Vraća decu nodea u skladu sa parametrima

Namespace:  imbACE.Core.xml
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public static List<XmlNode> getChildren(
	this List<XmlNode> nd,
	int l = 0,
	int depth = 1,
	bool isAdditive = false,
	int startLevel = 0
)
Request Example View Source

Parameters

nd
Type: System.Collections.GenericListXmlNode
Source xmlNode lista
l (Optional)
Type: SystemInt32
Trenutna dubina - zbog rekurzivnog pozivanja
depth (Optional)
Type: SystemInt32
Nivo do kojeg se ide - relativno je na startLevel
isAdditive (Optional)
Type: SystemBoolean
Da li dodaje ili samo prosleđuje
startLevel (Optional)
Type: SystemInt32
Od kog nivoa počinje da skuplja - koristi se za selektovanje "od kraja"

Return Value

Type: ListXmlNode

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ListXmlNode. 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