org.apache.xpath
public interface WhitespaceStrippingElementMatcher
Modifier and Type | Method and Description |
---|---|
boolean |
canStripWhiteSpace()
Get information about whether or not whitespace can be stripped.
|
boolean |
shouldStripWhiteSpace(XPathContext support,
org.w3c.dom.Element targetElement)
Get information about whether or not an element should strip whitespace.
|
boolean shouldStripWhiteSpace(XPathContext support, org.w3c.dom.Element targetElement) throws javax.xml.transform.TransformerException
support
- The XPath runtime state.targetElement
- Element to checkjavax.xml.transform.TransformerException
boolean canStripWhiteSpace()
Copyright ? 2006 Apache XML Project. All Rights Reserved.