Parses rawBody into descrete Word objects and places them in readDocumentWords.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public virtual void ParseWords( string rawBody, ArrayList allIgnoreRegions, WordCollection readDocumentWords, StringBuilder description, ArrayList wordsInUri )
Public Overridable Sub ParseWords ( _ rawBody As String, _ allIgnoreRegions As ArrayList, _ readDocumentWords As WordCollection, _ description As StringBuilder, _ wordsInUri As ArrayList _ )
public: virtual void ParseWords( String^ rawBody, ArrayList^ allIgnoreRegions, WordCollection^ readDocumentWords, StringBuilder^ description, ArrayList^ wordsInUri )
Parameters
- rawBody (String)
- The text to parse
- allIgnoreRegions (ArrayList)
- List of int[2] instances containing start and end of ignore regions
- readDocumentWords (WordCollection)
- List that this method will add Word objects to
- description (StringBuilder)
- StringBuilder this this method will append the start of the document to.
- wordsInUri (ArrayList)
- List of words from the Uri text.