Click or drag to resize

imbAdvancedXPathxPathExecute Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
2014c: glavni poziv za izvrsavanje xPath upita nad izvorom - ne vrsi lokalizaciju putanje

Namespace:  imbACE.Core.xml
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public static imbXPathQueryCollection xPathExecute(
	this string xPath,
	IXPathNavigable _source,
	imbNamespaceSetup ns = null,
	queryEngine engine = queryEngine.xmlNodeSelect
)
Request Example View Source

Parameters

xPath
Type: SystemString
_source
Type: System.Xml.XPathIXPathNavigable
ns (Optional)
Type: imbACE.Core.xmlimbNamespaceSetup
engine (Optional)
Type: imbACE.Core.xml.enumsqueryEngine

Return Value

Type: imbXPathQueryCollection

Usage Note

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