Click or drag to resize

imbXmlXPathToolsqueryXPathStr Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Vraca podatak a ne node

Namespace:  imbACE.Core.xml
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public static string queryXPathStr(
	string xPath,
	XmlNamespaceManager nsManager,
	XmlNode source,
	bool trimPathWithSource = true,
	imbNodeValueSource valueSource = imbNodeValueSource.allInnerText
)
Request Example View Source

Parameters

xPath
Type: SystemString
nsManager
Type: System.XmlXmlNamespaceManager
source
Type: System.XmlXmlNode
trimPathWithSource (Optional)
Type: SystemBoolean
valueSource (Optional)
Type: imbACE.Core.xml.enumsimbNodeValueSource

Return Value

Type: String
See Also