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

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

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

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

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

Classes in org.icenigrid.schema.pbs.qnodes.impl that implement StateDocument
 class StateDocumentImpl
          A document containing one state(@uri:gridsam:pbs:qnodes) element.
 



Copyright © 2009. All Rights Reserved.