Click or drag to resize

imbXmlCommonToolsfilterNodeList Method (ListXmlNode, String, String, stringMatchPolicy, collectionTestMode, Boolean)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Filtriranje liste XML nodova na osnovu zadate liste ključnih reči i vrednosti

Namespace:  imbACE.Core.xml
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public static List<XmlNode> filterNodeList(
	this List<XmlNode> output,
	string attributeNames,
	string attributeValues,
	stringMatchPolicy matchPolicy = stringMatchPolicy.trimSpaceContainCaseFree,
	collectionTestMode testMode = collectionTestMode.any,
	bool isInverted = false
)
Request Example View Source

Parameters

output
Type: System.Collections.GenericListXmlNode
Lista XMLNodes koju će filtrirati komanda
attributeNames
Type: SystemString
MultiOps spisak izvora vrednosti - imena atributa odnosno specijalne oznake
attributeValues
Type: SystemString
MultiOps spisak vrednsoti za svaki od imena atributa / izvora. Redosled je važan.
matchPolicy (Optional)
Type: stringMatchPolicy
Vrsta testa vrednosti
testMode (Optional)
Type: imbACE.Core.xmlcollectionTestMode
Kriterijum za ceo skup
isInverted (Optional)
Type: SystemBoolean
Da li da koristi inverzni kriterijum

Return Value

Type: ListXmlNode
Filtirana lista

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