Uses of Class
org.apache.vinci.transport.Attributes

Packages that use Attributes
org.apache.vinci.transport   
org.apache.vinci.transport.document   
 

Uses of Attributes in org.apache.vinci.transport
 

Methods in org.apache.vinci.transport that return Attributes
 Attributes FrameComponent.getAttributes()
          Get the attributes associated with this FrameComponent.
 

Methods in org.apache.vinci.transport with parameters of type Attributes
 void XTalkTransporter.attributesToBin(java.io.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
 

Methods in org.apache.vinci.transport.document that return Attributes
 Attributes AFrame.aadd(java.lang.String key)
          Decorator method for adding a valueless tag.
 Attributes AFrame.aadd(java.lang.String key, AFrame val)
          Decorator method for adding Frame-valued tags.
 Attributes AFrame.aadd(java.lang.String key, boolean val)
          Decorator method for adding boolean valued tags.
 Attributes AFrame.aadd(java.lang.String key, byte[] val)
          Decorator method for adding binary valued tags.
 Attributes AFrame.aadd(java.lang.String key, double val)
          Decorator method for adding double valued tags.
 Attributes AFrame.aadd(java.lang.String key, double[] val)
          Decorator method for adding double-array valued tags.
 Attributes AFrame.aadd(java.lang.String key, float val)
          Decorator method for adding float-valued tags.
 Attributes AFrame.aadd(java.lang.String key, float[] val)
          Decorator method for adding float-array valued tags.
 Attributes AFrame.aadd(java.lang.String key, int val)
          Decorator method for adding int valued tags.
 Attributes AFrame.aadd(java.lang.String key, int[] val)
          Decorator method for adding int-array valued tags.
 Attributes AFrame.aadd(java.lang.String key, long val)
          Decorator method for adding long valued tags.
 Attributes AFrame.aadd(java.lang.String key, long[] val)
          Decorator method for adding long-array valued tags.
 Attributes AFrame.aadd(java.lang.String key, java.lang.String val)
          Decorator method for adding String valued tags.
 Attributes AFrame.aaddTrueBinary(java.lang.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(java.lang.String key)
          Get the attributes associated with a particular key.
 Attributes AFrameLeaf.createAttributes()
           
 Attributes AFrame.createAttributes()
           
 Attributes AFrameLeaf.getAttributes()
           
 Attributes AFrame.getAttributes()
           
 

Methods in org.apache.vinci.transport.document with parameters of type Attributes
 void AFrameLeaf.setAttributes(Attributes s)
           
 void AFrame.setAttributes(Attributes s)
           
 



Copyright © 2012. All Rights Reserved.