Click or drag to resize

textRetriveEngineretriveText Method (XPathNavigator, textRetriveSetup)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
2014c> novi mehanizam za tekstualnu reprezentaciju ucitanog dokumenta

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

Parameters

source
Type: System.Xml.XPathXPathNavigator

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

settings (Optional)
Type: imbNLP.Core.textRetrivetextRetriveSetup

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

Return Value

Type: String

[Missing <returns> documentation for "M:imbNLP.Core.textRetrive.textRetriveEngine.retriveText(System.Xml.XPath.XPathNavigator,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 XPathNavigator. 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