public class Axml extends AxmlVisitor
| Modifier and Type | Class and Description |
|---|---|
static class |
Axml.Node |
static class |
Axml.Ns |
| Modifier and Type | Field and Description |
|---|---|
List<Axml.Node> |
firsts |
List<Axml.Ns> |
nses |
nv, TYPE_FIRST_INT, TYPE_INT_BOOLEAN, TYPE_INT_HEX, TYPE_REFERENCE, TYPE_STRING| Constructor and Description |
|---|
Axml() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(AxmlVisitor visitor) |
NodeVisitor |
child(String ns,
String name)
create a child node
|
void |
ns(String prefix,
String uri,
int ln)
create a ns
|
attr, end, line, textpublic void accept(AxmlVisitor visitor)
public NodeVisitor child(String ns, String name)
NodeVisitorchild in class NodeVisitorpublic void ns(String prefix, String uri, int ln)
AxmlVisitorns in class AxmlVisitorCopyright © 2022 Secure Software Engineering Group - University of Paderborn. All rights reserved.