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

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/
H A DDTMWSFilter.java21 * $Id: DTMWSFilter.java,v 1.2.4.1 2005/09/15 08:14:55 suresh_emailid Exp $
29 public interface DTMWSFilter interface
H A DDTMManager.java199 boolean unique, DTMWSFilter whiteSpaceFilter,
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DDOMWSFilter.java31 import com.sun.org.apache.xml.internal.dtm.DTMWSFilter;
35 * {@link com.sun.org.apache.xml.internal.dtm.DTMWSFilter DTMWSFilter} interface to the XSLTC
38 public class DOMWSFilter implements DTMWSFilter {
51 * Construct an adapter connecting the <code>DTMWSFilter</code> interface
57 * @see com.sun.org.apache.xml.internal.dtm.DTMWSFilter
H A DXSLTCDTMManager.java37 import com.sun.org.apache.xml.internal.dtm.DTMWSFilter;
150 DTMWSFilter whiteSpaceFilter, boolean incremental,
180 DTMWSFilter whiteSpaceFilter, boolean incremental,
212 DTMWSFilter whiteSpaceFilter, boolean incremental,
248 DTMWSFilter whiteSpaceFilter, boolean incremental,
287 DTMWSFilter whiteSpaceFilter, boolean incremental,
H A DAdaptiveResultTreeImpl.java33 import com.sun.org.apache.xml.internal.dtm.DTMWSFilter;
90 private DTMWSFilter _wsfilter;
107 DTMWSFilter wsfilter, int initSize,
H A DSAXImpl.java43 import com.sun.org.apache.xml.internal.dtm.DTMWSFilter;
713 int dtmIdentity, DTMWSFilter whiteSpaceFilter,
725 int dtmIdentity, DTMWSFilter whiteSpaceFilter,
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/
H A DSAX2RTFDTM.java29 import com.sun.org.apache.xml.internal.dtm.DTMWSFilter;
124 DTMWSFilter whiteSpaceFilter,
H A DSAX2DTM.java221 DTMWSFilter whiteSpaceFilter,
247 DTMWSFilter whiteSpaceFilter,
1998 boolean shouldStrip = (DTMWSFilter.INHERIT == wsv)
2000 : (DTMWSFilter.STRIP == wsv);
H A DSAX2DTM2.java1848 DTMWSFilter whiteSpaceFilter,
1861 DTMWSFilter whiteSpaceFilter,
2196 boolean shouldStrip = (DTMWSFilter.INHERIT == wsv)
2198 : (DTMWSFilter.STRIP == wsv);
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/
H A DSourceTreeManager.java310 if(null != xowner && xowner instanceof com.sun.org.apache.xml.internal.dtm.DTMWSFilter)
313 (com.sun.org.apache.xml.internal.dtm.DTMWSFilter)xowner, false, true);
H A DXPathContext.java43 import com.sun.org.apache.xml.internal.dtm.DTMWSFilter;
158 DTMWSFilter wsfilter,
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/cmdline/
H A DTransform.java50 import com.sun.org.apache.xml.internal.dtm.DTMWSFilter;
121 DTMWSFilter wsfilter;
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DTransformerHandlerImpl.java38 import com.sun.org.apache.xml.internal.dtm.DTMWSFilter;
200 DTMWSFilter wsFilter;
H A DTransformerImpl.java85 import com.sun.org.apache.xml.internal.dtm.DTMWSFilter;
543 DTMWSFilter wsfilter;
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMManagerDefault.java38 import com.sun.org.apache.xml.internal.dtm.DTMWSFilter;
240 DTMWSFilter whiteSpaceFilter,
H A DDTMDefaultBaseTraversers.java60 DTMWSFilter whiteSpaceFilter,
85 DTMWSFilter whiteSpaceFilter,
H A DDTMDefaultBase.java137 protected DTMWSFilter m_wsfilter;
170 DTMWSFilter whiteSpaceFilter,
193 DTMWSFilter whiteSpaceFilter,
H A DDTMDefaultBaseIterators.java55 DTMWSFilter whiteSpaceFilter,
80 DTMWSFilter whiteSpaceFilter,
H A DDTMDocumentImpl.java31 import com.sun.org.apache.xml.internal.dtm.DTMWSFilter;
164 DTMWSFilter whiteSpaceFilter,
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/dom2dtm/
H A DDOM2DTM.java32 import com.sun.org.apache.xml.internal.dtm.DTMWSFilter;
121 int dtmIdentity, DTMWSFilter whiteSpaceFilter,
368 boolean shouldStrip = (DTMWSFilter.INHERIT == wsv)
370 : (DTMWSFilter.STRIP == wsv);

Completed in 147 milliseconds