Uses of Class
org.apache.vinci.transport.Attributes
Packages that use Attributes
-
Uses of Attributes in org.apache.vinci.transport
Methods in org.apache.vinci.transport that return AttributesModifier and TypeMethodDescriptionprivate Attributes
XTalkTransporter.consumeAttributes
(InputStream is, byte[] buffer, char[] cbuffer) FrameComponent.getAttributes()
Get the attributes associated with this FrameComponent.Methods in org.apache.vinci.transport with parameters of type AttributesModifier and TypeMethodDescriptionvoid
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. -
Uses of Attributes in org.apache.vinci.transport.document
Fields in org.apache.vinci.transport.document declared as AttributesModifier and TypeFieldDescriptionprivate Attributes
AFrame.a
private Attributes
AFrameLeaf.a
(package private) Attributes
XMLToVinci.AStackEntry.attributes
Methods in org.apache.vinci.transport.document that return AttributesModifier and TypeMethodDescriptionDecorator method for adding a valueless tag.Decorator method for adding boolean valued tags.Decorator method for adding binary valued tags.Decorator method for adding double valued tags.Decorator method for adding double-array valued tags.Decorator method for adding float-valued tags.Decorator method for adding float-array valued tags.Decorator method for adding int valued tags.Decorator method for adding int-array valued tags.Decorator method for adding long valued tags.Decorator method for adding long-array valued tags.Decorator method for adding String valued tags.Decorator method for adding Frame-valued tags.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.Get the attributes associated with a particular key.AFrame.createAttributes()
AFrameLeaf.createAttributes()
AFrame.getAttributes()
AFrameLeaf.getAttributes()
Methods in org.apache.vinci.transport.document with parameters of type AttributesModifier and TypeMethodDescriptionvoid
AFrame.setAttributes
(Attributes s) void
AFrameLeaf.setAttributes
(Attributes s)