Uses of Package
org.tquadrat.foundation.xml.parse.spi
Packages that use org.tquadrat.foundation.xml.parse.spi
Package
Description
Tools and helper classes for XML parsing.
Some helper classes for the XML parse stuff.
-
Classes in org.tquadrat.foundation.xml.parse.spi used by org.tquadrat.foundation.xml.parseClassDescriptionThe interface for a function that returns an instance of
XMLParseEventHandler
for an XML element.
This is a functional interface whose functional method isHandlerProvider.retrieveHandler(String)
.The abstract base class for StAX based XML parsers. -
Classes in org.tquadrat.foundation.xml.parse.spi used by org.tquadrat.foundation.xml.parse.spiClassDescriptionThe interface for a function that returns an instance of
XMLParseEventHandler
for an XML element.
This is a functional interface whose functional method isHandlerProvider.retrieveHandler(String)
.The abstract base class for StAX based XML parsers.