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

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

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

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

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

Classes in org.icenigrid.schema.pbs.qstat.impl that implement NodesDocument
 class NodesDocumentImpl
          A document containing one nodes(@uri:gridsam:pbs:qstat) element.
 



Copyright © 2009. All Rights Reserved.