Uses of Package
org.tquadrat.foundation.xml.parse
Packages that use org.tquadrat.foundation.xml.parse
Package
Description
Tools and helper classes for XML parsing.
Some helper classes for the XML parse stuff.
-
Classes in org.tquadrat.foundation.xml.parse used by org.tquadrat.foundation.xml.parseClassDescriptionThis class serves a container for the name, the data and the attributes of an XML element.The functional interface describing a method that processes an XML element.An attribute.The attribute types.This implementation for a XML Error handler will write the error messages to
System.err
.This implementation for a XML Error handler swallows the error messages.Parses an XML stream to an object of typeT
; that object is either provided with the constructorStAXParser(Object)
or will be created by an instance ofXMLParseEventHandler
.
To start the parsing process, callStAXParserBase.parse(XMLEventReader)
on the instance ofStAXParser
.The interface for an implementation of a parse event handler to be used with StAX parsing of XML files.
This is a functional interface whose functional method isXMLParseEventHandler.process(XMLEventReader, XMLEvent, Object, HandlerProvider)
. -
Classes in org.tquadrat.foundation.xml.parse used by org.tquadrat.foundation.xml.parse.spiClassDescriptionThe interface for an implementation of a parse event handler to be used with StAX parsing of XML files.
This is a functional interface whose functional method isXMLParseEventHandler.process(XMLEventReader, XMLEvent, Object, HandlerProvider)
.