Module org.tquadrat.foundation.xml
Package org.tquadrat.foundation.xml.parse.spi
package org.tquadrat.foundation.xml.parse.spi
Some helper classes for the XML parse stuff.
-
ClassDescriptionThe 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.