Click or drag to resize

imbXmlXPathToolsxPathDiag Method (ListString, Boolean, XmlNamespaceManager, XmlNode)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbACE.Core.xml
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public static string xPathDiag(
	List<string> xPaths,
	bool useXNode,
	XmlNamespaceManager mng = null,
	XmlNode source = null
)
Request Example View Source

Parameters

xPaths
Type: System.Collections.GenericListString
useXNode
Type: SystemBoolean
mng (Optional)
Type: System.XmlXmlNamespaceManager
source (Optional)
Type: System.XmlXmlNode

Return Value

Type: String
See Also