JXTA

Uses of Interface
net.jxta.document.Attributable

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

Uses of Attributable in net.jxta.document
 

Subinterfaces of Attributable in net.jxta.document
 interface XMLDocument<X extends XMLElement<X>>
          Common interfaces for all StructuredTextDocument which are implemented by XML Documents.
 interface XMLElement<X extends XMLElement<X>>
          Common definition of XML Elements.
 

Methods in net.jxta.document that return Attributable
 Attributable Attribute.getOwner()
          Return the Attributable which is the owner of this attribute.
 

Constructors in net.jxta.document with parameters of type Attributable
Attribute(Attributable owner, String name, String value)
          Constructor for a new attribute which is associated with an
 


JXSE