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

/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMDefaultBase.java2279 * @param shouldStrip Flag indicating whether to strip whitespace nodes
2281 protected void pushShouldStripWhitespace(boolean shouldStrip) argument
2284 m_shouldStripWS = shouldStrip;
2287 m_shouldStripWhitespaceStack.push(shouldStrip);
2306 * @param shouldStrip Flag indicating whether to strip whitespace nodes
2308 protected void setShouldStripWhitespace(boolean shouldStrip) argument
2311 m_shouldStripWS = shouldStrip;
2314 m_shouldStripWhitespaceStack.setTop(shouldStrip);
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 43 milliseconds