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

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

Uses of ComplexType in org.w3.x2001.xmlSchema
 

Subinterfaces of ComplexType in org.w3.x2001.xmlSchema
 interface LocalComplexType
          An XML localComplexType(@http://www.w3.org/2001/XMLSchema).
 interface TopLevelComplexType
          An XML topLevelComplexType(@http://www.w3.org/2001/XMLSchema).
 

Methods in org.w3.x2001.xmlSchema that return ComplexType
static ComplexType ComplexType.Factory.newInstance()
          Deprecated. No need to be able to create instances of abstract types
static ComplexType ComplexType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
          Deprecated. No need to be able to create instances of abstract types
static ComplexType ComplexType.Factory.parse(java.io.File file)
           
static ComplexType ComplexType.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static ComplexType ComplexType.Factory.parse(java.io.InputStream is)
           
static ComplexType ComplexType.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static ComplexType ComplexType.Factory.parse(org.w3c.dom.Node node)
           
static ComplexType ComplexType.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static ComplexType ComplexType.Factory.parse(java.io.Reader r)
           
static ComplexType ComplexType.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static ComplexType ComplexType.Factory.parse(java.lang.String xmlAsString)
           
static ComplexType ComplexType.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static ComplexType ComplexType.Factory.parse(java.net.URL u)
           
static ComplexType ComplexType.Factory.parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options)
           
static ComplexType ComplexType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static ComplexType ComplexType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static ComplexType ComplexType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static ComplexType ComplexType.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

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

Classes in org.w3.x2001.xmlSchema.impl that implement ComplexType
 class ComplexTypeImpl
          An XML complexType(@http://www.w3.org/2001/XMLSchema).
 class LocalComplexTypeImpl
          An XML localComplexType(@http://www.w3.org/2001/XMLSchema).
 class TopLevelComplexTypeImpl
          An XML topLevelComplexType(@http://www.w3.org/2001/XMLSchema).
 



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