Uses of Interface
org.w3.x2001.xmlSchema.ImportDocument

Packages that use ImportDocument
org.w3.x2001.xmlSchema   
org.w3.x2001.xmlSchema.impl   
 

Uses of ImportDocument in org.w3.x2001.xmlSchema
 

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

Uses of ImportDocument in org.w3.x2001.xmlSchema.impl
 

Classes in org.w3.x2001.xmlSchema.impl that implement ImportDocument
 class ImportDocumentImpl
          A document containing one import(@http://www.w3.org/2001/XMLSchema) element.
 



Copyright © 2014 Martin Luther University Halle-Wittenberg. All Rights Reserved.