Namespace Syncfusion.HTMLUI.Base
Classes
BufferedStreamEx
Special wrapper which allows users to control access to stream and cache data. Our implementation fixes the bug of .NET BufferedStream class: on setting Position property, class resets internal cache. Our class detects situations when reset of cache is not needed. |
HTMLUICSSParser
This class is responsible for CSS document parsing. |
HTMLUIParser
This class provides HTML Parser functionality. It makes the HTML well formatted and safe for use as XML document. |
ParseException
This exception is thrown by CSS and HTML parsers when finding a problem in a document which cannot be resolved by the parser internally. |
TokenStream
Stream which returns and writes data as string tokens into/from file. Stream supports encoding and data buffering. |
TokenStream.ArrayLengthComparer
This class helps users to sort arrays by Length property value. |
TokenStream.CaseInsensCharComparer
This class provides the functionality for comparing two characters. It fixes Microsoft bug: case insensitive help provided only for strings. |
TokenStream.CaseInsensCharProvider
Fixes Microsoft bug for Case insensitive types. Microsoft provides only case insensitive hash provider for strings; characters by itself are not supported. |
TokenStream.FastChar
This class is used for multicharacter token search operations. It holds case sensitive information. |
TokenStream.FastInsensChar
This class is used for multi-symbol token search operation. It holds case insensitive information. |
TokenStream.StreamTokenEnum
This class implements enumerator which uses its own algorithm for extracting data from input stream. Algorithm is a little faster than used in TokenStream class, but it does not support multi-symbols tokens splitter. |
Interfaces
IResourceProvider
Interface that declares the functionality for objects exposing data of the document. |
Enums
DataFormat
Enumerator declares the types of documents supported by HTMLUI. |
NewLineStyle
Specifies a new line in different OS. |
ResourceType
Enumerator which indicates where destination document is. |