Package org.apache.axiom.truth.xml.spi
Interface XML
-
public interface XML
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TraversercreateTraverser(boolean expandEntityReferences)booleanisReportingElementContentWhitespace()Check whether element content whitespace will be reported asEvent.WHITESPACEevents.
-
-
-
Method Detail
-
isReportingElementContentWhitespace
boolean isReportingElementContentWhitespace()
Check whether element content whitespace will be reported asEvent.WHITESPACEevents.- Returns:
- {@link true} if element content whitespace will be reported as
Event.WHITESPACEevents; {@link false} if element content whitespace reporting is not supported andEvent.TEXTevents will be generated
-
createTraverser
Traverser createTraverser(boolean expandEntityReferences) throws TraverserException
- Throws:
TraverserException
-
-