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

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

Uses of WhiteSpaceDocument in org.w3.x2001.xmlSchema
 

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

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

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



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