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