Project JXTA

Uses of Class
net.jxta.document.Attribute

Packages that use Attribute
net.jxta.document JXTA Documents are containers for both structured and unstructured data.  
 

Uses of Attribute in net.jxta.document
 

Methods in net.jxta.document that return Attribute
 Attribute Attributable.getAttribute(String name)
          Returns a single attribute which matches the name provided.
 

Methods in net.jxta.document with parameters of type Attribute
 String Attributable.addAttribute(Attribute newAttrib)
          Adds an attribute with the given name and value.
 


JXTA J2SE