Hi.
Would it be possible to add get (and set) methods for
the protected fields of the org.w3c.tidy.Node class?
The org.w3c.tidy.AttVal class already contains these
methods.
I use JTidy to navigate processed HTML documents. If I
use the DOM wrappers, performance is not that great.
As an example, navigating a certain HTML document using
the wrappers takes about 1.5 seconds. Navigating the
same HTML document with the get methods I added to the
CVS code takes only 10 milliseconds.
Thanks for the great work.