public interface XML
| Modifier and Type | Method and Description |
|---|---|
Traverser |
createTraverser(boolean expandEntityReferences) |
boolean |
isReportingElementContentWhitespace()
Check whether element content whitespace will be reported as
Event.WHITESPACE events. |
boolean isReportingElementContentWhitespace()
Event.WHITESPACE events.true if element content whitespace will be reported as
Event.WHITESPACE events; false if element content whitespace
reporting is not supported and Event.TEXT events will be generatedTraverser createTraverser(boolean expandEntityReferences) throws TraverserException
TraverserExceptionCopyright © The Apache Software Foundation. All Rights Reserved.