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

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

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

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

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

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



Copyright © 2009. All Rights Reserved.