Searched refs:TokenThreshold (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHTMLDocument.java63 * <code>TokenThreshold</code> property controls how much of the parse
624 putProperty(TokenThreshold, new Integer(n));
635 Integer i = (Integer) getProperty(TokenThreshold);
1765 static final String TokenThreshold = "token threshold"; field in class:HTMLDocument

Completed in 224 milliseconds