org.apache.xpath
public interface WhitespaceStrippingElementMatcher
Method Summary | |
---|---|
boolean | canStripWhiteSpace()
Get information about whether or not whitespace can be stripped. |
boolean | shouldStripWhiteSpace(XPathContext support, Element targetElement)
Get information about whether or not an element should strip whitespace. |
Returns: true if the whitespace can be stripped.
See Also: strip in XSLT Specification
Parameters: support The XPath runtime state. targetElement Element to check
Returns: true if the whitespace should be stripped.
Throws: TransformerException
See Also: strip in XSLT Specification