Attributes |
AFrame.aadd(String key) |
Decorator method for adding a valueless tag.
|
Attributes |
AFrame.aadd(String key,
boolean val) |
Decorator method for adding boolean valued tags.
|
Attributes |
AFrame.aadd(String key,
byte[] val) |
Decorator method for adding binary valued tags.
|
Attributes |
AFrame.aadd(String key,
double val) |
Decorator method for adding double valued tags.
|
Attributes |
AFrame.aadd(String key,
double[] val) |
Decorator method for adding double-array valued tags.
|
Attributes |
AFrame.aadd(String key,
float val) |
Decorator method for adding float-valued tags.
|
Attributes |
AFrame.aadd(String key,
float[] val) |
Decorator method for adding float-array valued tags.
|
Attributes |
AFrame.aadd(String key,
int val) |
Decorator method for adding int valued tags.
|
Attributes |
AFrame.aadd(String key,
int[] val) |
Decorator method for adding int-array valued tags.
|
Attributes |
AFrame.aadd(String key,
long val) |
Decorator method for adding long valued tags.
|
Attributes |
AFrame.aadd(String key,
long[] val) |
Decorator method for adding long-array valued tags.
|
Attributes |
AFrame.aadd(String key,
String val) |
Decorator method for adding String valued tags.
|
Attributes |
AFrame.aadd(String key,
AFrame val) |
Decorator method for adding Frame-valued tags.
|
Attributes |
AFrame.aaddTrueBinary(String key,
byte[] val) |
This is a hack method which allows you to add binary-valued tags to Frames in a manner such
that there is no textual encoding overhead of that binary data.
|
Attributes |
AFrame.aget(String key) |
Get the attributes associated with a particular key.
|
Attributes |
AFrame.createAttributes() |
|
Attributes |
AFrameLeaf.createAttributes() |
|
Attributes |
AFrame.getAttributes() |
|
Attributes |
AFrameLeaf.getAttributes() |
|