Click or drag to resize

imbXmlXPathToolsmakeXPathForAllNodes Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Pravi XPath koji ce selektovati sve nodove sa spiska

Namespace:  imbACE.Core.xml
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public static string makeXPathForAllNodes(
	this ICollection<string> keys,
	bool count = false,
	string nsPrefix = null,
	bool lowLetters = false,
	bool capLetters = false,
	string axes = ""
)
Request Example View Source

Parameters

keys
Type: System.Collections.GenericICollectionString
Nazivi nodova (tagova) koje treba selektovati
count (Optional)
Type: SystemBoolean
Samo da prebroji nodove
nsPrefix (Optional)
Type: SystemString
lowLetters (Optional)
Type: SystemBoolean
capLetters (Optional)
Type: SystemBoolean
axes (Optional)
Type: SystemString

Return Value

Type: String

Usage Note

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