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

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

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

Methods in net.sf.taverna.x2008.xml.plugins that return PluginDocument
static PluginDocument PluginDocument.Factory.newInstance()
           
static PluginDocument PluginDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static PluginDocument PluginDocument.Factory.parse(java.io.File file)
           
static PluginDocument PluginDocument.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static PluginDocument PluginDocument.Factory.parse(java.io.InputStream is)
           
static PluginDocument PluginDocument.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static PluginDocument PluginDocument.Factory.parse(org.w3c.dom.Node node)
           
static PluginDocument PluginDocument.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static PluginDocument PluginDocument.Factory.parse(java.io.Reader r)
           
static PluginDocument PluginDocument.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static PluginDocument PluginDocument.Factory.parse(java.lang.String xmlAsString)
           
static PluginDocument PluginDocument.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static PluginDocument PluginDocument.Factory.parse(java.net.URL u)
           
static PluginDocument PluginDocument.Factory.parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options)
           
static PluginDocument PluginDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static PluginDocument PluginDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static PluginDocument PluginDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static PluginDocument PluginDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

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

Classes in net.sf.taverna.x2008.xml.plugins.impl that implement PluginDocument
 class PluginDocumentImpl
          A document containing one plugin(@http://taverna.sf.net/2008/xml/plugins) element.