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 TypeMethodDescriptionFrameComponent.getAttributes()Get the attributes associated with this FrameComponent.Methods in org.apache.vinci.transport with parameters of type AttributesModifier and TypeMethodDescriptionvoidXTalkTransporter.attributesToBin(OutputStream os, Attributes attributes, byte[] workbuf) voidFrameComponent.setAttributes(Attributes s) Set the attributes (replacing any previous ones) assocated with this Frame component. -
Uses of Attributes in org.apache.vinci.transport.document
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 TypeMethodDescriptionvoidAFrame.setAttributes(Attributes s) voidAFrameLeaf.setAttributes(Attributes s)