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

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

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

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

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

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



Copyright © 2009. All Rights Reserved.