Jump to:
.gitignore
README.md
html5parser.dart
lib/char_encodings.dart
lib/constants.dart
lib/dom.dart
lib/encoding_parser.dart
lib/html5parser.dart
lib/inputstream.dart
lib/list_proxy.dart
lib/src/char_encodings.dart
lib/src/constants.dart
lib/src/encoding_parser.dart
lib/src/inputstream.dart
lib/src/list_proxy.dart
lib/src/token.dart
lib/src/treebuilder.dart
lib/src/utils.dart
lib/token.dart
lib/tokenizer.dart
lib/utils.dart
pubspec.yaml
test/data/tokenizer/contentModelFlags.test
test/data/tokenizer/domjs.test
test/data/tokenizer/entities.test
test/data/tokenizer/escapeFlag.test
test/data/tokenizer/namedEntities.test
test/data/tokenizer/numericEntities.test
test/data/tokenizer/pendingSpecChanges.test
test/data/tokenizer/test1.test
test/data/tokenizer/test2.test
test/data/tokenizer/test3.test
test/data/tokenizer/test4.test
test/data/tokenizer/unicodeChars.test
test/data/tokenizer/unicodeCharsProblematic.test
test/data/tokenizer/xmlViolation.test
test/data/tree-construction/adoption01.dat
test/data/tree-construction/adoption02.dat
test/data/tree-construction/comments01.dat
test/data/tree-construction/doctype01.dat
test/data/tree-construction/domjs-unsafe.dat
test/data/tree-construction/entities01.dat
test/data/tree-construction/entities02.dat
test/data/tree-construction/html5test-com.dat
test/data/tree-construction/inbody01.dat
test/data/tree-construction/isindex.dat
test/data/tree-construction/pending-spec-changes.dat
test/data/tree-construction/pending-spec-changes-plain-text-unsafe.dat
test/data/tree-construction/plain-text-unsafe.dat
test/data/tree-construction/scriptdata01.dat
test/data/tree-construction/scripted/adoption01.dat
test/data/tree-construction/scripted/ark.dat
test/data/tree-construction/scripted/webkit01.dat
test/data/tree-construction/tables01.dat
test/data/tree-construction/tests1.dat
test/data/tree-construction/tests10.dat
test/data/tree-construction/tests11.dat
test/data/tree-construction/tests12.dat
test/data/tree-construction/tests14.dat
test/data/tree-construction/tests15.dat
test/data/tree-construction/tests16.dat
test/data/tree-construction/tests17.dat
test/data/tree-construction/tests18.dat
test/data/tree-construction/tests19.dat
test/data/tree-construction/tests2.dat
test/data/tree-construction/tests20.dat
test/data/tree-construction/tests21.dat
test/data/tree-construction/tests22.dat
test/data/tree-construction/tests23.dat
test/data/tree-construction/tests24.dat
test/data/tree-construction/tests25.dat
test/data/tree-construction/tests26.dat
test/data/tree-construction/tests3.dat
test/data/tree-construction/tests4.dat
test/data/tree-construction/tests5.dat
test/data/tree-construction/tests6.dat
test/data/tree-construction/tests7.dat
test/data/tree-construction/tests8.dat
test/data/tree-construction/tests9.dat
test/data/tree-construction/tests_innerHTML_1.dat
test/data/tree-construction/tricky01.dat
test/data/tree-construction/webkit01.dat
test/data/tree-construction/webkit02.dat
test/parser_feature_test.dart
test/parser_test.dart
test/run.sh
test/support.dart
test/tokenizer_test.dart
tests/data/tokenizer/contentModelFlags.test
tests/data/tokenizer/domjs.test
tests/data/tokenizer/entities.test
tests/data/tokenizer/escapeFlag.test
tests/data/tokenizer/numericEntities.test
tests/data/tokenizer/pendingSpecChanges.test
tests/data/tokenizer/test1.test
tests/data/tokenizer/test2.test
tests/data/tokenizer/test3.test
tests/data/tokenizer/test4.test
tests/data/tokenizer/unicodeChars.test
tests/data/tokenizer/unicodeCharsProblematic.test
tests/data/tokenizer/xmlViolation.test
tests/data/tree-construction/adoption01.dat
tests/data/tree-construction/adoption02.dat
tests/data/tree-construction/comments01.dat
tests/data/tree-construction/doctype01.dat
tests/data/tree-construction/domjs-unsafe.dat
tests/data/tree-construction/entities01.dat
tests/data/tree-construction/entities02.dat
tests/data/tree-construction/html5test-com.dat
tests/data/tree-construction/inbody01.dat
tests/data/tree-construction/isindex.dat
tests/data/tree-construction/pending-spec-changes.dat
tests/data/tree-construction/pending-spec-changes-plain-text-unsafe.dat
tests/data/tree-construction/plain-text-unsafe.dat
tests/data/tree-construction/scriptdata01.dat
tests/data/tree-construction/scripted/adoption01.dat
tests/data/tree-construction/scripted/ark.dat
tests/data/tree-construction/scripted/webkit01.dat
tests/data/tree-construction/tables01.dat
tests/data/tree-construction/tests1.dat
tests/data/tree-construction/tests10.dat
tests/data/tree-construction/tests11.dat
tests/data/tree-construction/tests12.dat
tests/data/tree-construction/tests14.dat
tests/data/tree-construction/tests15.dat
tests/data/tree-construction/tests16.dat
tests/data/tree-construction/tests17.dat
tests/data/tree-construction/tests18.dat
tests/data/tree-construction/tests19.dat
tests/data/tree-construction/tests2.dat
tests/data/tree-construction/tests20.dat
tests/data/tree-construction/tests21.dat
tests/data/tree-construction/tests22.dat
tests/data/tree-construction/tests23.dat
tests/data/tree-construction/tests24.dat
tests/data/tree-construction/tests25.dat
tests/data/tree-construction/tests26.dat
tests/data/tree-construction/tests3.dat
tests/data/tree-construction/tests4.dat
tests/data/tree-construction/tests5.dat
tests/data/tree-construction/tests6.dat
tests/data/tree-construction/tests7.dat
tests/data/tree-construction/tests8.dat
tests/data/tree-construction/tests9.dat
tests/data/tree-construction/tests_innerHTML_1.dat
tests/data/tree-construction/tricky01.dat
tests/data/tree-construction/webkit01.dat
tests/data/tree-construction/webkit02.dat
tests/parser_feature_test.dart
tests/parser_test.dart
tests/run.sh
tests/support.dart
tests/tokenizer_test.dart
tokenizer.dart
treebuilders/base.dart
treebuilders/simpletree.dart