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

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/
H A DStripFilter.java32 public boolean stripSpace(DOM dom, int node, int type); method in interface:StripFilter
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DStripWhitespaceFilter.java33 public boolean stripSpace(DOM dom, int node, int type); method in interface:StripWhitespaceFilter
H A DDOMWSFilter.java123 if (m_filter.stripSpace(dom, node, type)) {
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DWhitespace.java342 // private boolean Translet.stripSpace(int type) - cannot be static
343 final MethodGenerator stripSpace =
352 "stripSpace",classGen.getClassName(),il,cpg);
356 final int paramDom = stripSpace.getLocalIndex("dom");
357 final int paramCurrent = stripSpace.getLocalIndex("node");
358 final int paramType = stripSpace.getLocalIndex("type");
428 classGen.addMethod(stripSpace);
440 // private boolean Translet.stripSpace(int type) - cannot be static
441 final MethodGenerator stripSpace =
450 "stripSpace",classGe
[all...]

Completed in 39 milliseconds