| Package | Description |
|---|---|
| pxb.android.axml |
| Modifier and Type | Class and Description |
|---|---|
class |
Axml |
static class |
Axml.Node |
class |
AxmlVisitor
visitor to visit an axml
|
class |
AxmlWriter
a class to write android axml
|
class |
DumpAdapter
dump axml to stdout
|
| Modifier and Type | Field and Description |
|---|---|
static NodeVisitor |
AxmlReader.EMPTY_VISITOR |
protected NodeVisitor |
NodeVisitor.nv |
| Modifier and Type | Method and Description |
|---|---|
NodeVisitor |
AxmlWriter.child(String ns,
String name) |
NodeVisitor |
DumpAdapter.child(String ns,
String name) |
NodeVisitor |
NodeVisitor.child(String ns,
String name)
create a child node
|
NodeVisitor |
Axml.child(String ns,
String name) |
NodeVisitor |
Axml.Node.child(String ns,
String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
Axml.Node.accept(NodeVisitor nodeVisitor) |
void |
Axml.Node.Attr.accept(NodeVisitor nodeVisitor) |
void |
Axml.Node.Text.accept(NodeVisitor nodeVisitor) |
void |
Axml.Node.acceptB(NodeVisitor nodeVisitor) |
| Constructor and Description |
|---|
AxmlVisitor(NodeVisitor av) |
DumpAdapter(NodeVisitor nv) |
DumpAdapter(NodeVisitor nv,
int x,
Map<String,String> nses) |
NodeVisitor(NodeVisitor nv) |
Copyright © 2022 Secure Software Engineering Group - University of Paderborn. All rights reserved.