Searched refs:getShouldStripSpace (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/
H A DDTMWSFilter.java56 public short getShouldStripSpace(int elementHandle, DTM dtm); method in interface:DTMWSFilter
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DDOMWSFilter.java81 public short getShouldStripSpace(int node, DTM dtm) { method in class:DOMWSFilter
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/dom2dtm/
H A DDOM2DTM.java367 m_wsfilter.getShouldStripSpace(makeNodeHandle(m_last_parent),this);
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/
H A DSAX2DTM.java1997 short wsv = m_wsfilter.getShouldStripSpace(makeNodeHandle(elemNode), this);
H A DSAX2DTM2.java2195 short wsv = m_wsfilter.getShouldStripSpace(makeNodeHandle(elemNode), this);

Completed in 98 milliseconds