1 16 19 package org.apache.xpath; 20 21 import javax.xml.transform.TransformerException ; 22 23 import org.w3c.dom.Element ; 24 25 29 public interface WhitespaceStrippingElementMatcher 30 { 31 42 public boolean shouldStripWhiteSpace( 43 XPathContext support, Element targetElement) throws TransformerException ; 44 45 51 public boolean canStripWhiteSpace(); 52 } 53 | Popular Tags |