|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NodeDocument | |
---|---|
org.icenigrid.schema.pbs.qnodes | |
org.icenigrid.schema.pbs.qnodes.impl |
Uses of NodeDocument in org.icenigrid.schema.pbs.qnodes |
---|
Methods in org.icenigrid.schema.pbs.qnodes that return NodeDocument | |
---|---|
static NodeDocument |
NodeDocument.Factory.newInstance()
|
static NodeDocument |
NodeDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static NodeDocument |
NodeDocument.Factory.parse(java.io.File file)
|
static NodeDocument |
NodeDocument.Factory.parse(java.io.File file,
org.apache.xmlbeans.XmlOptions options)
|
static NodeDocument |
NodeDocument.Factory.parse(java.io.InputStream is)
|
static NodeDocument |
NodeDocument.Factory.parse(java.io.InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static NodeDocument |
NodeDocument.Factory.parse(org.w3c.dom.Node node)
|
static NodeDocument |
NodeDocument.Factory.parse(org.w3c.dom.Node node,
org.apache.xmlbeans.XmlOptions options)
|
static NodeDocument |
NodeDocument.Factory.parse(java.io.Reader r)
|
static NodeDocument |
NodeDocument.Factory.parse(java.io.Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static NodeDocument |
NodeDocument.Factory.parse(java.lang.String xmlAsString)
|
static NodeDocument |
NodeDocument.Factory.parse(java.lang.String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static NodeDocument |
NodeDocument.Factory.parse(java.net.URL u)
|
static NodeDocument |
NodeDocument.Factory.parse(java.net.URL u,
org.apache.xmlbeans.XmlOptions options)
|
static NodeDocument |
NodeDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static NodeDocument |
NodeDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static NodeDocument |
NodeDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr)
|
static NodeDocument |
NodeDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Uses of NodeDocument in org.icenigrid.schema.pbs.qnodes.impl |
---|
Classes in org.icenigrid.schema.pbs.qnodes.impl that implement NodeDocument | |
---|---|
class |
NodeDocumentImpl
A document containing one Node(@uri:gridsam:pbs:qnodes) element. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |