Package com.blazebit.persistence.parser
Class XmlParser
java.lang.Object
com.blazebit.persistence.parser.XmlParser
public final class XmlParser extends Object
This is a specialized parser for the XML structure that will be produced by the XML functions in Blaze-Persistence.
The parser can only parse valid XML that conforms to that structure. Other XML may run into problems.
- Since:
- 1.5.0
- Author:
- Christian Beikov
-
Method Summary
Modifier and Type Method Description static List<Object[]>parse(CharSequence xml, String... fields)