Click or drag to resize

imbAdvancedXPathxPathExecution Method (String, XmlNode, imbNamespaceSetup, queryEngine, Boolean, Int32)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
2013a: Vrši xPath upit i vraća onaj element koji je definisan u Index parametru.

Namespace:  imbACE.Core.xml
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public static XmlNode xPathExecution(
	string xPath,
	XmlNode source,
	imbNamespaceSetup nsSetup,
	queryEngine engine,
	bool trimPathWithSource,
	int index
)
Request Example View Source

Parameters

xPath
Type: SystemString
source
Type: System.XmlXmlNode
nsSetup
Type: imbACE.Core.xmlimbNamespaceSetup
engine
Type: imbACE.Core.xml.enumsqueryEngine
trimPathWithSource
Type: SystemBoolean
index
Type: SystemInt32

Return Value

Type: XmlNode
See Also