tenfourfox/parser/html/javasrc
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00
..
AttributeName.java hello FPR 2017-04-19 00:56:45 -07:00
ElementName.java hello FPR 2017-04-19 00:56:45 -07:00
HtmlAttributes.java hello FPR 2017-04-19 00:56:45 -07:00
MetaScanner.java hello FPR 2017-04-19 00:56:45 -07:00
Portability.java hello FPR 2017-04-19 00:56:45 -07:00
README.txt hello FPR 2017-04-19 00:56:45 -07:00
StackNode.java hello FPR 2017-04-19 00:56:45 -07:00
StateSnapshot.java hello FPR 2017-04-19 00:56:45 -07:00
Tokenizer.java hello FPR 2017-04-19 00:56:45 -07:00
TreeBuilder.java hello FPR 2017-04-19 00:56:45 -07:00
UTF16Buffer.java hello FPR 2017-04-19 00:56:45 -07:00

The .java files in this directory were placed here by the Java-to-C++
translator that lives in parser/html/java/translator.  Together they represent
a snapshot of the Java code that was translated to produce the corresponding
.h and .cpp files in the parent directory.  Changing these .java files is not
worthwhile, as they will just be overwritten by the next translation.  See
parser/html/java/README.txt for information about performing the translation.