public class FlexImporter
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
NAMENET |
static java.lang.String |
STARTTAG |
| Constructor and Description |
|---|
FlexImporter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object[] |
getImportResult() |
void |
importElement(org.xmlpull.v1.XmlPullParser xpp)
Assumption : the xml file is valid
|
public static final int NAMENET
public static final java.lang.String STARTTAG
public void importElement(org.xmlpull.v1.XmlPullParser xpp)
throws org.xmlpull.v1.XmlPullParserException,
java.io.IOException
xpp - org.xmlpull.v1.XmlPullParserExceptionjava.io.IOExceptionpublic java.lang.Object[] getImportResult()