iska d1a4aeb5e1 Add HTML Parser methods for parsing a document and document fragments
The parser is initialized with a HTML string which can be parsed as a document or a document
fragment. When parsing a fragment a context element should be provided.
It is also possible to parse the same string as a fragment for different context elements. In this case
the parser reset its internal state and runs the parsing algorithm again. Parsing a fragment for the
same context element runs the algorithm only once, since the parser caches the context element
and the parsing results.
2015-04-04 02:30:08 +02:00
2014-09-15 22:25:25 +02:00
S
Description
An Objective-C framework for your everyday HTML needs.
MIT 2.7 MiB
Languages
HTML 54.8%
Objective-C 43.4%
C 1.1%
Swift 0.6%