Click or drag to resize

imbXmlXPathToolsxPathDiag Method (String, 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(
	string xPath,
	bool useXNode = false,
	XmlNamespaceManager mng = null,
	XmlNode source = null
)
Request Example View Source

Parameters

xPath
Type: SystemString
useXNode (Optional)
Type: SystemBoolean
mng (Optional)
Type: System.XmlXmlNamespaceManager
source (Optional)
Type: System.XmlXmlNode

Return Value

Type: String
See Also