Parses a subset of XHTML Does NOT support:
More...
#include <HtmlParser.h>
|
using | FCallbackFn = TFunction< void(const FHtmlParser &Parser)> |
|
|
| FHtmlParser (const FString &Source, FCallbackFn InCallback) |
|
bool | Parse () |
|
FTextRange | GetContentRange () const |
|
FTextRange | GetOriginalRange () const |
|
FStringView | GetContent () const |
|
const FString & | GetOutput () const |
|
|
uint32 | Line = 0 |
|
int32 | ParagraphStartIndex = 0 |
|
TArray< FElement > | ElementStack |
|
Parses a subset of XHTML Does NOT support:
- empty attribute syntax
- unquoted attribute value syntax
- single-quoted attribute value syntax
- void elements without the trailing slash
The documentation for this class was generated from the following files:
- Source/StreamChatUi/Private/Common/Html/HtmlParser.h
- Source/StreamChatUi/Private/Common/Html/HtmlParser.cpp