C# Class eXeMeL.Utilities.EncodedXmlExtractor

Datei anzeigen Open project: Grandpappy/eXeMeL Class Usage Examples

Public Methods

Method Description
EncodedXmlExtractor ( string text ) : System
GetDecodedXmlAroundIndexAsync ( int caretOffset ) : Task

Private Methods

Method Description
GetIndexOfFirstCharacterOfBlock ( int caretOffset, char startingCharacterToLookFor ) : int
GetIndexOfLastCharacterInBlock ( int caretOffset, char endingCharacterToLookFor ) : int
IsCaretInAttribute ( int caretOffset ) : bool
IsCaretInTextElement ( int caretOffset ) : bool

Method Details

EncodedXmlExtractor() public method

public EncodedXmlExtractor ( string text ) : System
text string
return System

GetDecodedXmlAroundIndexAsync() public method

public GetDecodedXmlAroundIndexAsync ( int caretOffset ) : Task
caretOffset int
return Task