Uses of Class
org.tquadrat.foundation.xml.parse.spi.StAXParserBase
Packages that use StAXParserBase
Package
Description
Tools and helper classes for XML parsing.
Some helper classes for the XML parse stuff.
-
Uses of StAXParserBase in org.tquadrat.foundation.xml.parse
Subclasses of StAXParserBase in org.tquadrat.foundation.xml.parseModifier and TypeClassDescriptionfinal classStAXParser<T>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, callparse(XMLEventReader)on the instance ofStAXParser. -
Uses of StAXParserBase in org.tquadrat.foundation.xml.parse.spi
Fields in org.tquadrat.foundation.xml.parse.spi declared as StAXParserBaseModifier and TypeFieldDescriptionstatic final StAXParserBase[]StAXParserBase.EMPTY_StAXParserBase_ARRAYAn empty array ofStAXParserBaseobjects.
