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

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

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

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

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

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



Copyright © 2009. All Rights Reserved.