|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Artifact | |
---|---|
net.sf.taverna.x2008.xml.plugins | |
net.sf.taverna.x2008.xml.plugins.impl |
Uses of Artifact in net.sf.taverna.x2008.xml.plugins |
---|
Methods in net.sf.taverna.x2008.xml.plugins that return Artifact | |
---|---|
Artifact |
Profile.addNewArtifact()
Appends and returns a new empty value (as xml) as the last "artifact" element |
Artifact[] |
Profile.getArtifactArray()
Gets array of all "artifact" elements |
Artifact |
Profile.getArtifactArray(int i)
Gets ith "artifact" element |
Artifact |
Profile.insertNewArtifact(int i)
Inserts and returns a new empty value (as xml) as the ith "artifact" element |
static Artifact |
Artifact.Factory.newInstance()
|
static Artifact |
Artifact.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static Artifact |
Artifact.Factory.parse(java.io.File file)
|
static Artifact |
Artifact.Factory.parse(java.io.File file,
org.apache.xmlbeans.XmlOptions options)
|
static Artifact |
Artifact.Factory.parse(java.io.InputStream is)
|
static Artifact |
Artifact.Factory.parse(java.io.InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static Artifact |
Artifact.Factory.parse(org.w3c.dom.Node node)
|
static Artifact |
Artifact.Factory.parse(org.w3c.dom.Node node,
org.apache.xmlbeans.XmlOptions options)
|
static Artifact |
Artifact.Factory.parse(java.io.Reader r)
|
static Artifact |
Artifact.Factory.parse(java.io.Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static Artifact |
Artifact.Factory.parse(java.lang.String xmlAsString)
|
static Artifact |
Artifact.Factory.parse(java.lang.String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static Artifact |
Artifact.Factory.parse(java.net.URL u)
|
static Artifact |
Artifact.Factory.parse(java.net.URL u,
org.apache.xmlbeans.XmlOptions options)
|
static Artifact |
Artifact.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static Artifact |
Artifact.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static Artifact |
Artifact.Factory.parse(javax.xml.stream.XMLStreamReader sr)
|
static Artifact |
Artifact.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Methods in net.sf.taverna.x2008.xml.plugins with parameters of type Artifact | |
---|---|
void |
Profile.setArtifactArray(Artifact[] artifactArray)
Sets array of all "artifact" element |
void |
Profile.setArtifactArray(int i,
Artifact artifact)
Sets ith "artifact" element |
Uses of Artifact in net.sf.taverna.x2008.xml.plugins.impl |
---|
Classes in net.sf.taverna.x2008.xml.plugins.impl that implement Artifact | |
---|---|
class |
ArtifactImpl
An XML Artifact(@http://taverna.sf.net/2008/xml/plugins). |
Methods in net.sf.taverna.x2008.xml.plugins.impl that return Artifact | |
---|---|
Artifact |
ProfileImpl.addNewArtifact()
Appends and returns a new empty value (as xml) as the last "artifact" element |
Artifact[] |
ProfileImpl.getArtifactArray()
Gets array of all "artifact" elements |
Artifact |
ProfileImpl.getArtifactArray(int i)
Gets ith "artifact" element |
Artifact |
ProfileImpl.insertNewArtifact(int i)
Inserts and returns a new empty value (as xml) as the ith "artifact" element |
Methods in net.sf.taverna.x2008.xml.plugins.impl with parameters of type Artifact | |
---|---|
void |
ProfileImpl.setArtifactArray(Artifact[] artifactArray)
Sets array of all "artifact" element |
void |
ProfileImpl.setArtifactArray(int i,
Artifact artifact)
Sets ith "artifact" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |