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

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

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

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

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

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



Copyright © 2009. All Rights Reserved.