Click or drag to resize

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

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
GLAVNI MEHANIZAM - low-level

Namespace:  imbACE.Core.xml
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public static List<imbXPathQuery> xPathExecution(
	string xPath,
	XmlNode source,
	imbNamespaceSetup nsSetup,
	queryEngine engine,
	bool trimPathWithSource
)
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

Return Value

Type: ListimbXPathQuery
See Also