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

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

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

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

Methods in net.sf.taverna.x2008.xml.plugins with parameters of type Application
 void Compatibility.setApplication(Application application)
          Sets the "application" element
 

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

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

Methods in net.sf.taverna.x2008.xml.plugins.impl that return Application
 Application CompatibilityImpl.addNewApplication()
          Appends and returns a new empty "application" element
 Application CompatibilityImpl.getApplication()
          Gets the "application" element
 

Methods in net.sf.taverna.x2008.xml.plugins.impl with parameters of type Application
 void CompatibilityImpl.setApplication(Application application)
          Sets the "application" element