Uses of Interface
org.icenigrid.schema.pbs.qnodes.StatusDocument

Packages that use StatusDocument
org.icenigrid.schema.pbs.qnodes   
org.icenigrid.schema.pbs.qnodes.impl   
 

Uses of StatusDocument in org.icenigrid.schema.pbs.qnodes
 

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

Uses of StatusDocument in org.icenigrid.schema.pbs.qnodes.impl
 

Classes in org.icenigrid.schema.pbs.qnodes.impl that implement StatusDocument
 class StatusDocumentImpl
          A document containing one status(@uri:gridsam:pbs:qnodes) element.
 



Copyright © 2009. All Rights Reserved.