Click or drag to resize

imbXmlCommonToolsgetNodeDataSourceValue Method (IXPathNavigable, imbNodeValueSource, Boolean)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Izvlaci String value iz xmlNode-a prema zadatom dataSource-u. Ako nije pronadjen dataSource, onda pretpostavlja da je rec o atributu

Namespace:  imbACE.Core.xml
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public static string getNodeDataSourceValue(
	this IXPathNavigable source,
	imbNodeValueSource dataSource,
	bool leaveDataSourceMark = true
)
Request Example View Source

Parameters

source
Type: System.Xml.XPathIXPathNavigable
Node iz kojeg vadi podatak
dataSource
Type: imbACE.Core.xml.enumsimbNodeValueSource
Koji podatak vadi
leaveDataSourceMark (Optional)
Type: SystemBoolean
Da li ispisuje odakle je uzeta vrednost

Return Value

Type: String

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IXPathNavigable. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also