Modello XPP3 Plugin generates XML readers and writers based on XPP3 API (XML Pull Parser).
xpp3-reader generator creates
my.model.package.io.xpp3.ModelNameXpp3Reader class with following
public methods:
public RootClass read( Reader reader, boolean strict )
throws IOException, XmlPullParserExceptionpublic RootClass read( Reader reader )
throws IOException, XmlPullParserExceptionpublic RootClass read( InputStream in, boolean strict )
throws IOException, XmlPullParserExceptionpublic RootClass read( InputStream in )
throws IOException, XmlPullParserExceptionpublic void setAddDefaultEntities( boolean addDefaultEntities )public boolean getAddDefaultEntities()