BibtexLibrary
BibtexLibrary
BibtexLibrary Namespaces
BibtexLibrary.Tokenizer
Tokenizer Class
Tokenizer Methods
GetAllTokens Method
GetPreviousCharacters Method
NextToken Method
Peek Method
Tokenizer
GetAllTokens Method
Return all the tokens in the inputstring.
Namespace:
BibtexLibrary.Tokenizer
Assembly:
BibtexLibrary.Standard (in BibtexLibrary.Standard.dll) Version: 1.4.4
Syntax
C#
Copy
public
ICollection
<
AbstractToken
>
GetAllTokens
()
Return Value
Type:
ICollection
AbstractToken
List of tokens
See Also
Reference
Tokenizer Class
BibtexLibrary.Tokenizer Namespace