Click or drag to resize

xPathQueryCachequeryXPathToList Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbACE.Core.xml.query
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public List<IXPathNavigable> queryXPathToList(
	IXPathNavigable navSource
)
Request Example View Source

Parameters

navSource
Type: System.Xml.XPathIXPathNavigable

Return Value

Type: ListIXPathNavigable
See Also