CoreJs.FileSystem.Loader.Formatter.Network.Parser.Html
The html resource parser.
Convert the loaded data as DOM structure into a HTMLElement.
Parameters:
- creator CoreJs.FileSystem.Formatter.Creator The formatter creator.
- node HTMLElement The target node.
- data Object The resource data to parse.
parse()
Parse the data into the node.
It returns the last child of the loaded snipped.
Attention: If the loaded text contains more than one root elements, then
will only the last converted be returned.
Returns: