Uses of Interface
org.icenigrid.schema.myproxy.MyProxyDocument

Packages that use MyProxyDocument
org.icenigrid.schema.myproxy   
org.icenigrid.schema.myproxy.impl   
 

Uses of MyProxyDocument in org.icenigrid.schema.myproxy
 

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

Uses of MyProxyDocument in org.icenigrid.schema.myproxy.impl
 

Classes in org.icenigrid.schema.myproxy.impl that implement MyProxyDocument
 class MyProxyDocumentImpl
          A document containing one MyProxy(@urn:gridsam:myproxy) element.
 



Copyright © 2009. All Rights Reserved.