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 that return types with arguments of type Attribute
 Enumeration<Attribute> Attributable.getAttributes()
          Returns an enumerations of the attributes associated with this object.
 

Methods in net.jxta.document with parameters of type Attribute
 String Attributable.addAttribute(Attribute newAttrib)
          Adds an attribute with the given name and value.
protected  boolean ExtendableAdvertisement.handleAttribute(Attribute attrib)
          Process an individual attribute from the document root node.
 


JXSE