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

/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHTMLDocument.java3849 isInsertTag(nextTagAfterPImplied);
3857 } else if ((insertTag != null && !isInsertTag(t))
3878 private boolean isInsertTag(HTML.Tag tag) { method in class:HTMLDocument.HTMLReader

Completed in 311 milliseconds