JXTA

Uses of Interface
net.jxta.document.XMLElement

Packages that use XMLElement
net.jxta.document JXTA Documents are containers for both structured and unstructured data. 
net.jxta.peergroup Peer groups are formed as a collection of peers that have agreed upon a common set of services. 
net.jxta.platform Classes for defining code modules within JXTA. 
 

Uses of XMLElement in net.jxta.document
 

Classes in net.jxta.document with type parameters of type XMLElement
 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.
 

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

Methods in net.jxta.document with parameters of type XMLElement
static Advertisement AdvertisementFactory.newAdvertisement(XMLElement root)
          Reconstructs an instance of Advertisement matching the type specified by the root parameter.
 

Uses of XMLElement in net.jxta.peergroup
 

Constructors in net.jxta.peergroup with parameters of type XMLElement
NetPeerGroupFactory(ConfigParams config, URI storeHome, ID id, String name, XMLElement desc)
          Deprecated. With the addition of support for PeerGroupConfigAdv this constructor is being deprecated as the precedence of settings is ambiguous.
NetPeerGroupFactory(PeerGroup parentGroup, ID id, String name, XMLElement desc)
          Deprecated. With the addition of support for PeerGroupConfigAdv this constructor is being deprecated as the precedence of settings is ambiguous.
NetPeerGroupFactory(PeerGroup parentGroup, ID id, String name, XMLElement desc, ModuleImplAdvertisement moduleImplAdv)
          Deprecated. With the addition of support for PeerGroupConfigAdv this constructor is being deprecated as the precedence of settings is ambiguous.
 

Uses of XMLElement in net.jxta.platform
 

Fields in net.jxta.platform declared as XMLElement
protected  XMLElement NetworkConfigurator.proxyConfig
          Proxy Service Document
 

Methods in net.jxta.platform with parameters of type XMLElement
 void NetworkConfigurator.setInfrastructureDesc(XMLElement description)
          Sets the infrastructure PeerGroup description meta-data
 


JXSE