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

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

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

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

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

Classes in org.icenigrid.schema.pbs.qstat.impl that implement OutputPathDocument
 class OutputPathDocumentImpl
          A document containing one Output_Path(@uri:gridsam:pbs:qstat) element.
 



Copyright © 2009. All Rights Reserved.