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

/openjdk7/jdk/src/share/classes/javax/swing/text/html/parser/
H A DParser.java114 * If strict == false, ignoreSpace is used to try and mimic the behavior
126 * ignoreSpace is set to true. From then on, all whitespace will be
128 * ignoreSpace will be set back to false the first time a
132 private boolean ignoreSpace; field in class:Parser
326 ignoreSpace = true;
339 if (!ignoreSpace) {
350 ignoreSpace = true;
2111 ignoreSpace = false;
2124 if (!ignoreSpace) {
2145 if (!ignoreSpace) {
[all...]

Completed in 57 milliseconds