Click or drag to resize

textRetriveEngineretriveText Method (XmlNode, textRetriveSetup)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
2013A> GLAVNI mehaniza za preuzimanje TXT reprezentacije XmlNoda *podržani i multilevel

Namespace:  imbNLP.Core.textRetrive
Assembly:  imbNLP.Core (in imbNLP.Core.dll) Version: 0.2.30
Syntax
C#
public static string retriveText(
	this XmlNode source,
	textRetriveSetup settings
)

Parameters

source
Type: System.XmlXmlNode

[Missing <param name="source"/> documentation for "M:imbNLP.Core.textRetrive.textRetriveEngine.retriveText(System.Xml.XmlNode,imbNLP.Core.textRetrive.textRetriveSetup)"]

settings
Type: imbNLP.Core.textRetrivetextRetriveSetup

[Missing <param name="settings"/> documentation for "M:imbNLP.Core.textRetrive.textRetriveEngine.retriveText(System.Xml.XmlNode,imbNLP.Core.textRetrive.textRetriveSetup)"]

Return Value

Type: String

[Missing <returns> documentation for "M:imbNLP.Core.textRetrive.textRetriveEngine.retriveText(System.Xml.XmlNode,imbNLP.Core.textRetrive.textRetriveSetup)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type XmlNode. 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