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

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

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

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

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

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



Copyright © 2009. All Rights Reserved.