Searched defs:inBody (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHTMLDocument.java2534 if (receivedEndHTML || (midInsert && !inBody)) {
2585 if (midInsert && !inBody) {
2587 inBody = true;
2596 if (!inBody && t == HTML.Tag.BODY) {
2597 inBody = true;
2668 if (receivedEndHTML || (midInsert && !inBody)) {
2675 inBody = false;
2691 if (receivedEndHTML || (midInsert && !inBody)) {
3992 boolean inBody; field in class:HTMLDocument.HTMLReader

Completed in 39 milliseconds