Class TokenParser
TokenParser class translates tokenized content string to an array list of parsed tokens with attributes
Implements
System.Collections.Generic.IList<TokenParser.Token>
System.Collections.Generic.ICollection<TokenParser.Token>
System.Collections.Generic.IReadOnlyList<TokenParser.Token>
System.Collections.Generic.IReadOnlyCollection<TokenParser.Token>
System.Collections.Generic.IEnumerable<TokenParser.Token>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
Inherited Members
System.Collections.Generic.List<Azos.Text.TokenParser.Token>.System.Collections.IList.get_Item(System.Int32)
System.Collections.Generic.List<Azos.Text.TokenParser.Token>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.Generic.List<Azos.Text.TokenParser.Token>.Add(Azos.Text.TokenParser.Token)
System.Collections.Generic.List<Azos.Text.TokenParser.Token>.AddRange(System.Collections.Generic.IEnumerable<Azos.Text.TokenParser.Token>)
System.Collections.Generic.List<Azos.Text.TokenParser.Token>.AsReadOnly()
System.Collections.Generic.List<Azos.Text.TokenParser.Token>.BinarySearch(Azos.Text.TokenParser.Token)
System.Collections.Generic.List<Azos.Text.TokenParser.Token>.BinarySearch(Azos.Text.TokenParser.Token, System.Collections.Generic.IComparer<Azos.Text.TokenParser.Token>)
System.Collections.Generic.List<Azos.Text.TokenParser.Token>.BinarySearch(System.Int32, System.Int32, Azos.Text.TokenParser.Token, System.Collections.Generic.IComparer<Azos.Text.TokenParser.Token>)
System.Collections.Generic.List<Azos.Text.TokenParser.Token>.Clear()
System.Collections.Generic.List<Azos.Text.TokenParser.Token>.Contains(Azos.Text.TokenParser.Token)
System.Collections.Generic.List<Azos.Text.TokenParser.Token>.ConvertAll<TOutput>(System.Converter<Azos.Text.TokenParser.Token, TOutput>)
System.Collections.Generic.List<Azos.Text.TokenParser.Token>.CopyTo(Azos.Text.TokenParser.Token[])
System.Collections.Generic.List<Azos.Text.TokenParser.Token>.CopyTo(Azos.Text.TokenParser.Token[], System.Int32)
System.Collections.Generic.List<Azos.Text.TokenParser.Token>.CopyTo(System.Int32, Azos.Text.TokenParser.Token[], System.Int32, System.Int32)
System.Collections.Generic.List<Azos.Text.TokenParser.Token>.Exists(System.Predicate<Azos.Text.TokenParser.Token>)
System.Collections.Generic.List<Azos.Text.TokenParser.Token>.Find(System.Predicate<Azos.Text.TokenParser.Token>)
System.Collections.Generic.List<Azos.Text.TokenParser.Token>.FindAll(System.Predicate<Azos.Text.TokenParser.Token>)
System.Collections.Generic.List<Azos.Text.TokenParser.Token>.FindIndex(System.Int32, System.Int32, System.Predicate<Azos.Text.TokenParser.Token>)
System.Collections.Generic.List<Azos.Text.TokenParser.Token>.FindIndex(System.Int32, System.Predicate<Azos.Text.TokenParser.Token>)
System.Collections.Generic.List<Azos.Text.TokenParser.Token>.FindIndex(System.Predicate<Azos.Text.TokenParser.Token>)
System.Collections.Generic.List<Azos.Text.TokenParser.Token>.FindLast(System.Predicate<Azos.Text.TokenParser.Token>)
System.Collections.Generic.List<Azos.Text.TokenParser.Token>.FindLastIndex(System.Int32, System.Int32, System.Predicate<Azos.Text.TokenParser.Token>)
System.Collections.Generic.List<Azos.Text.TokenParser.Token>.FindLastIndex(System.Int32, System.Predicate<Azos.Text.TokenParser.Token>)
System.Collections.Generic.List<Azos.Text.TokenParser.Token>.FindLastIndex(System.Predicate<Azos.Text.TokenParser.Token>)
System.Collections.Generic.List<Azos.Text.TokenParser.Token>.ForEach(System.Action<Azos.Text.TokenParser.Token>)
System.Collections.Generic.List<Azos.Text.TokenParser.Token>.GetEnumerator()
System.Collections.Generic.List<Azos.Text.TokenParser.Token>.GetRange(System.Int32, System.Int32)
System.Collections.Generic.List<Azos.Text.TokenParser.Token>.IndexOf(Azos.Text.TokenParser.Token)
System.Collections.Generic.List<Azos.Text.TokenParser.Token>.IndexOf(Azos.Text.TokenParser.Token, System.Int32)
System.Collections.Generic.List<Azos.Text.TokenParser.Token>.IndexOf(Azos.Text.TokenParser.Token, System.Int32, System.Int32)
System.Collections.Generic.List<Azos.Text.TokenParser.Token>.Insert(System.Int32, Azos.Text.TokenParser.Token)
System.Collections.Generic.List<Azos.Text.TokenParser.Token>.InsertRange(System.Int32, System.Collections.Generic.IEnumerable<Azos.Text.TokenParser.Token>)
System.Collections.Generic.List<Azos.Text.TokenParser.Token>.LastIndexOf(Azos.Text.TokenParser.Token)
System.Collections.Generic.List<Azos.Text.TokenParser.Token>.LastIndexOf(Azos.Text.TokenParser.Token, System.Int32)
System.Collections.Generic.List<Azos.Text.TokenParser.Token>.LastIndexOf(Azos.Text.TokenParser.Token, System.Int32, System.Int32)
System.Collections.Generic.List<Azos.Text.TokenParser.Token>.Remove(Azos.Text.TokenParser.Token)
System.Collections.Generic.List<Azos.Text.TokenParser.Token>.RemoveAll(System.Predicate<Azos.Text.TokenParser.Token>)
System.Collections.Generic.List<Azos.Text.TokenParser.Token>.RemoveAt(System.Int32)
System.Collections.Generic.List<Azos.Text.TokenParser.Token>.RemoveRange(System.Int32, System.Int32)
System.Collections.Generic.List<Azos.Text.TokenParser.Token>.Reverse()
System.Collections.Generic.List<Azos.Text.TokenParser.Token>.Reverse(System.Int32, System.Int32)
System.Collections.Generic.List<Azos.Text.TokenParser.Token>.Sort()
System.Collections.Generic.List<Azos.Text.TokenParser.Token>.Sort(System.Collections.Generic.IComparer<Azos.Text.TokenParser.Token>)
System.Collections.Generic.List<Azos.Text.TokenParser.Token>.Sort(System.Comparison<Azos.Text.TokenParser.Token>)
System.Collections.Generic.List<Azos.Text.TokenParser.Token>.Sort(System.Int32, System.Int32, System.Collections.Generic.IComparer<Azos.Text.TokenParser.Token>)
System.Collections.Generic.List<Azos.Text.TokenParser.Token>.System.Collections.Generic.IEnumerable<Azos.Text.TokenParser.Token>.GetEnumerator()
System.Collections.Generic.List<Azos.Text.TokenParser.Token>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.Generic.List<Azos.Text.TokenParser.Token>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.Generic.List<Azos.Text.TokenParser.Token>.System.Collections.IList.Add(System.Object)
System.Collections.Generic.List<Azos.Text.TokenParser.Token>.System.Collections.IList.Contains(System.Object)
System.Collections.Generic.List<Azos.Text.TokenParser.Token>.System.Collections.IList.IndexOf(System.Object)
System.Collections.Generic.List<Azos.Text.TokenParser.Token>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.Generic.List<Azos.Text.TokenParser.Token>.System.Collections.IList.Remove(System.Object)
System.Collections.Generic.List<Azos.Text.TokenParser.Token>.ToArray()
System.Collections.Generic.List<Azos.Text.TokenParser.Token>.TrimExcess()
System.Collections.Generic.List<Azos.Text.TokenParser.Token>.TrueForAll(System.Predicate<Azos.Text.TokenParser.Token>)
System.Collections.Generic.List<Azos.Text.TokenParser.Token>.Capacity
System.Collections.Generic.List<Azos.Text.TokenParser.Token>.Count
System.Collections.Generic.List<Azos.Text.TokenParser.Token>.Item[System.Int32]
System.Collections.Generic.List<Azos.Text.TokenParser.Token>.System.Collections.Generic.ICollection<Azos.Text.TokenParser.Token>.IsReadOnly
System.Collections.Generic.List<Azos.Text.TokenParser.Token>.System.Collections.ICollection.IsSynchronized
System.Collections.Generic.List<Azos.Text.TokenParser.Token>.System.Collections.ICollection.SyncRoot
System.Collections.Generic.List<Azos.Text.TokenParser.Token>.System.Collections.IList.IsFixedSize
System.Collections.Generic.List<Azos.Text.TokenParser.Token>.System.Collections.IList.IsReadOnly
System.Collections.Generic.List<Azos.Text.TokenParser.Token>.System.Collections.IList.Item[System.Int32]
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Azos.Text
Assembly: Azos.dll
Syntax
public class TokenParser : List<TokenParser.Token>, IList<TokenParser.Token>, ICollection<TokenParser.Token>, IReadOnlyList<TokenParser.Token>, IReadOnlyCollection<TokenParser.Token>, IEnumerable<TokenParser.Token>, IList, ICollection, IEnumerable
Constructors
TokenParser(String)
Declaration
public TokenParser(string content)
Parameters
Type | Name | Description |
---|---|---|
System.String | content |
TokenParser(String, Char, Char)
Declaration
public TokenParser(string content, char open, char close)
Parameters
Type | Name | Description |
---|---|---|
System.String | content | |
System.Char | open | |
System.Char | close |
Properties
Content
Retrieves raw unparsed content
Declaration
public string Content { get; }
Property Value
Type | Description |
---|---|
System.String |
Implements
System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.Generic.IReadOnlyList<T>
System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable