| Modifier and Type | Field and Description |
|---|---|
static int |
END_FILE |
static int |
END_NS |
static int |
END_TAG |
static int |
START_FILE |
static int |
START_NS |
static int |
START_TAG |
static int |
TEXT |
RES_STRING_POOL_TYPE, RES_TABLE_PACKAGE_TYPE, RES_TABLE_TYPE, RES_TABLE_TYPE_SPEC_TYPE, RES_TABLE_TYPE_TYPE, RES_XML_CDATA_TYPE, RES_XML_END_ELEMENT_TYPE, RES_XML_END_NAMESPACE_TYPE, RES_XML_RESOURCE_MAP_TYPE, RES_XML_START_ELEMENT_TYPE, RES_XML_START_NAMESPACE_TYPE, RES_XML_TYPE| Constructor and Description |
|---|
AxmlParser(byte[] data) |
AxmlParser(ByteBuffer in) |
| Modifier and Type | Method and Description |
|---|---|
int |
getAttrCount() |
int |
getAttributeCount() |
String |
getAttrName(int i) |
String |
getAttrNs(int i) |
int |
getAttrResId(int i) |
int |
getAttrType(int i) |
Object |
getAttrValue(int i) |
int |
getLineNumber() |
String |
getName() |
String |
getNamespacePrefix() |
String |
getNamespaceUri() |
String |
getText() |
int |
next() |
public static final int END_FILE
public static final int END_NS
public static final int END_TAG
public static final int START_FILE
public static final int START_NS
public static final int START_TAG
public static final int TEXT
public AxmlParser(byte[] data)
public AxmlParser(ByteBuffer in)
public int getAttrCount()
public int getAttributeCount()
public String getAttrName(int i)
public String getAttrNs(int i)
public int getAttrResId(int i)
public int getAttrType(int i)
public Object getAttrValue(int i)
public int getLineNumber()
public String getName()
public String getNamespacePrefix()
public String getNamespaceUri()
public String getText()
public int next()
throws IOException
IOExceptionCopyright © 2022 Secure Software Engineering Group - University of Paderborn. All rights reserved.