Uses of Interface
org.icenigrid.schema.condor.classad.v2_4.EDocument

Packages that use EDocument
org.icenigrid.schema.condor.classad.v2_4   
org.icenigrid.schema.condor.classad.v2_4.impl   
 

Uses of EDocument in org.icenigrid.schema.condor.classad.v2_4
 

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

Uses of EDocument in org.icenigrid.schema.condor.classad.v2_4.impl
 

Classes in org.icenigrid.schema.condor.classad.v2_4.impl that implement EDocument
 class EDocumentImpl
          A document containing one e(@uri:gridsam:condor:classad:2.4) element.
 



Copyright © 2009. All Rights Reserved.