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

/external/jsilver/src/com/google/clearsilver/jsilver/syntax/
H A DStructuralWhitespaceStripper.java179 private ADataCommand firstChompedData = null; field in class:StructuralWhitespaceStripper
280 stripTrailingWhitespace(firstChompedData);
282 firstChompedData = null;
285 if (firstChompedData != null) {
311 stripTrailingWhitespace(firstChompedData);
324 // it (which means that firstChompedData can be null next time around).
325 firstChompedData = maybeChompWhitespace ? data : null;

Completed in 87 milliseconds