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,
Element targetElement)
Get information about whether or not an element should strip whitespace.
|
boolean shouldStripWhiteSpace(XPathContext support, Element targetElement) throws TransformerException
support
- The XPath runtime state.targetElement
- Element to checkTransformerException
boolean canStripWhiteSpace()
Copyright © 2021 JBoss by Red Hat. All rights reserved.