Uses of Interface
net.sf.taverna.x2008.xml.plugins.Profile

Packages that use Profile
net.sf.taverna.x2008.xml.plugins   
net.sf.taverna.x2008.xml.plugins.impl   
 

Uses of Profile in net.sf.taverna.x2008.xml.plugins
 

Methods in net.sf.taverna.x2008.xml.plugins that return Profile
 Profile DescribedPlugin.addNewProfile()
          Appends and returns a new empty "profile" element
 Profile DescribedPlugin.getProfile()
          Gets the "profile" element
static Profile Profile.Factory.newInstance()
           
static Profile Profile.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static Profile Profile.Factory.parse(java.io.File file)
           
static Profile Profile.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static Profile Profile.Factory.parse(java.io.InputStream is)
           
static Profile Profile.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static Profile Profile.Factory.parse(org.w3c.dom.Node node)
           
static Profile Profile.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static Profile Profile.Factory.parse(java.io.Reader r)
           
static Profile Profile.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static Profile Profile.Factory.parse(java.lang.String xmlAsString)
           
static Profile Profile.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static Profile Profile.Factory.parse(java.net.URL u)
           
static Profile Profile.Factory.parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options)
           
static Profile Profile.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static Profile Profile.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static Profile Profile.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static Profile Profile.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in net.sf.taverna.x2008.xml.plugins with parameters of type Profile
 void DescribedPlugin.setProfile(Profile profile)
          Sets the "profile" element
 

Uses of Profile in net.sf.taverna.x2008.xml.plugins.impl
 

Classes in net.sf.taverna.x2008.xml.plugins.impl that implement Profile
 class ProfileImpl
          An XML Profile(@http://taverna.sf.net/2008/xml/plugins).
 

Methods in net.sf.taverna.x2008.xml.plugins.impl that return Profile
 Profile DescribedPluginImpl.addNewProfile()
          Appends and returns a new empty "profile" element
 Profile DescribedPluginImpl.getProfile()
          Gets the "profile" element
 

Methods in net.sf.taverna.x2008.xml.plugins.impl with parameters of type Profile
 void DescribedPluginImpl.setProfile(Profile profile)
          Sets the "profile" element