Package | Description |
---|---|
org.apache.vinci.transport | |
org.apache.vinci.transport.document |
Modifier and Type | Method and Description |
---|---|
Attributes |
FrameComponent.getAttributes()
Get the attributes associated with this FrameComponent.
|
Modifier and Type | Method and Description |
---|---|
void |
XTalkTransporter.attributesToBin(OutputStream os,
Attributes attributes,
byte[] workbuf) |
void |
FrameComponent.setAttributes(Attributes s)
Set the attributes (replacing any previous ones) assocated with this Frame component.
|
Modifier and Type | Method and Description |
---|---|
Attributes |
AFrame.aadd(String key)
Decorator method for adding a valueless tag.
|
Attributes |
AFrame.aadd(String key,
AFrame val)
Decorator method for adding Frame-valued tags.
|
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.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 |
AFrameLeaf.createAttributes() |
Attributes |
AFrame.createAttributes() |
Attributes |
AFrameLeaf.getAttributes() |
Attributes |
AFrame.getAttributes() |
Modifier and Type | Method and Description |
---|---|
void |
AFrameLeaf.setAttributes(Attributes s) |
void |
AFrame.setAttributes(Attributes s) |
Copyright © 2015. All rights reserved.