A word parser, capable of working with XML documents.

C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
public class AdvancedTextBoundary : SimpleTextBoundary
public class AdvancedTextBoundary : SimpleTextBoundary
Public Class AdvancedTextBoundary Inherits SimpleTextBoundary
Public Class AdvancedTextBoundary Inherits SimpleTextBoundary
public ref class AdvancedTextBoundary : public SimpleTextBoundary
public ref class AdvancedTextBoundary : public SimpleTextBoundary
type AdvancedTextBoundary = class inherit SimpleTextBoundary end
type AdvancedTextBoundary = class inherit SimpleTextBoundary end

All Members | Constructors | Methods | Properties | Fields | |
Icon | Member | Description |
---|---|---|
![]() | AdvancedTextBoundary()()()() | |
![]() | CheckLegalOffset(Int32, String, Boolean) |
Throws an ArgumentOutOfRangeException if offset is out of bounds.
(Inherited from SimpleTextBoundary.) |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | f_languageParsing | Language rules to use when parsing. (Inherited from SimpleTextBoundary.) |
![]() | f_separateHyphenWords | Whether to simply treat hyphens as breaking chars. (Inherited from SimpleTextBoundary.) |
![]() | Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | Following(Int32) |
Returns the next breaking point in the text.
(Overrides SimpleTextBoundary.Following(Int32).) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | IgnoreXML | Whether to ignore XML/HTML tags, should be set true for RichTextBox support, false by default. |
![]() | isAtNonBreakingWhiteSpace(Int32, Boolean, Boolean) |
Whether position is non-breaking white space
(Overrides SimpleTextBoundary.isAtNonBreakingWhiteSpace(Int32, Boolean, Boolean).) |
![]() | isAtNonBreakingWhiteSpace(Int32) | Whether the character at position is a nonbreaking whitespace. (Inherited from SimpleTextBoundary.) |
![]() | isAtNonWhiteSpace(Int32) |
Whether position is not whitespace.
(Overrides SimpleTextBoundary.isAtNonWhiteSpace(Int32).) |
![]() | isBetweenWordChars(Int32) | Whether the character at position is between nonbreaking white space or letters or digits. (Inherited from SimpleTextBoundary.) |
![]() | isBetweenWordChars(Int32, Boolean, Boolean) | Whether the character at position is between nonbreaking white space or letters or digits. (Inherited from SimpleTextBoundary.) |
![]() | IsBoundary(Int32) | Determines if character at offset is a boundary (Inherited from SimpleTextBoundary.) |
![]() | IsBoundaryLeft(Int32) | Whether offset is a boundary to the left of text (Inherited from SimpleTextBoundary.) |
![]() | IsBoundaryRight(Int32) | Whether offset is one place after the last character in a word. (Inherited from SimpleTextBoundary.) |
![]() | IsStartOfSentence(Int32) |
Whether the character at offset is the first letter or digit of the sentence.
(Inherited from SimpleTextBoundary.) |
![]() | LanguageParsing | The language parsing to be used. (Inherited from SimpleTextBoundary.) |
![]() | Last()()()() | Return the last boundary. The iterator's current position is set to the last boundary. (Inherited from SimpleTextBoundary.) |
![]() | MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Preceding(Int32) | this ignores xml tags butted between text. (Overrides SimpleTextBoundary.Preceding(Int32).) |
![]() | SeparateHyphenWords | Whether to treat hyphenated (-) words as separate words, default is false. (Inherited from SimpleTextBoundary.) |
![]() | SetText(String) | Sets the text to be analysed. (Overrides SimpleTextBoundary.SetText(String).) |
![]() | TextIsStartOfTextBody |
If known, whether the text to be set in SetText is the start of the text body. Affects sentence determination.
(Inherited from SimpleTextBoundary.) |
![]() | theText | The text being parsed. (Inherited from SimpleTextBoundary.) |
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | V2Parser | Whether to use parser version 2 (Inherited from SimpleTextBoundary.) |

Object | ||
![]() | SimpleTextBoundary | |
![]() | AdvancedTextBoundary |
Assembly: Keyoti.RapidSpell.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412