Uses of Interface
org.icenigrid.schema.sungridengine.qhost.v6_1.QhostDocument

Packages that use QhostDocument
org.icenigrid.schema.sungridengine.qhost.v6_1   
org.icenigrid.schema.sungridengine.qhost.v6_1.impl   
 

Uses of QhostDocument in org.icenigrid.schema.sungridengine.qhost.v6_1
 

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

Uses of QhostDocument in org.icenigrid.schema.sungridengine.qhost.v6_1.impl
 

Classes in org.icenigrid.schema.sungridengine.qhost.v6_1.impl that implement QhostDocument
 class QhostDocumentImpl
          A document containing one qhost(@http://gridengine.sunsource.net/61/qhost) element.
 



Copyright © 2009. All Rights Reserved.