Uses of Interface
org.icenigrid.schema.pbs.qstat.ShellPathListDocument

Packages that use ShellPathListDocument
org.icenigrid.schema.pbs.qstat   
org.icenigrid.schema.pbs.qstat.impl   
 

Uses of ShellPathListDocument in org.icenigrid.schema.pbs.qstat
 

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

Uses of ShellPathListDocument in org.icenigrid.schema.pbs.qstat.impl
 

Classes in org.icenigrid.schema.pbs.qstat.impl that implement ShellPathListDocument
 class ShellPathListDocumentImpl
          A document containing one Shell_Path_List(@uri:gridsam:pbs:qstat) element.
 



Copyright © 2009. All Rights Reserved.