1
0
Fork 0
firefox/parser/html/javasrc
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00
..
AttributeName.java Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
ElementName.java Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
Portability.java Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
README.txt Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
StackNode.java Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
StateSnapshot.java Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
Tokenizer.java Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
TreeBuilder.java Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
UTF16Buffer.java Adding upstream version 140.0. 2025-06-25 09:37:52 +02: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.