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

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

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

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

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

Classes in org.icenigrid.schema.pbs.qnodes.impl that implement NpDocument
 class NpDocumentImpl
          A document containing one np(@uri:gridsam:pbs:qnodes) element.
 



Copyright © 2009. All Rights Reserved.