In Java, does HTMLDocument have a max length that it can read in from a HTML document?

Hi,
I've never used this class but I found 2 methods that might help explain what is going on..
getTokenThreshold()
setTokenThreshold(int n)

http://java.sun.com/j2se/1.4.2/docs/api/javax/swing/text/html/HTMLDocument.html

Good luck!
 
Back
Top