OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:whitespacedata
(Results
1 - 1
of
1
) sorted by null
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/
StructuralWhitespaceStripper.java
187
private List<ADataCommand>
whitespaceData
= new ArrayList<ADataCommand>();
266
private static void removeWhitespace(List<ADataCommand>
whitespaceData
) {
267
for (ADataCommand data :
whitespaceData
) {
270
whitespaceData
.clear();
281
removeWhitespace(
whitespaceData
);
288
if (!
whitespaceData
.isEmpty()) {
300
whitespaceData
.add(data);
312
removeWhitespace(
whitespaceData
);
336
whitespaceData
.clear();
Completed in 36 milliseconds