Uses of Interface
org.icenigrid.schema.jsdl.y2005.m11.ResourcesDocument

Packages that use ResourcesDocument
org.icenigrid.schema.jsdl.y2005.m11   
org.icenigrid.schema.jsdl.y2005.m11.impl   
 

Uses of ResourcesDocument in org.icenigrid.schema.jsdl.y2005.m11
 

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

Uses of ResourcesDocument in org.icenigrid.schema.jsdl.y2005.m11.impl
 

Classes in org.icenigrid.schema.jsdl.y2005.m11.impl that implement ResourcesDocument
 class ResourcesDocumentImpl
          A document containing one Resources(@http://schemas.ggf.org/jsdl/2005/11/jsdl) element.
 



Copyright © 2009. All Rights Reserved.