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

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

Uses of ExtensionType in org.w3.x2001.xmlSchema
 

Subinterfaces of ExtensionType in org.w3.x2001.xmlSchema
 interface SimpleExtensionType
          An XML simpleExtensionType(@http://www.w3.org/2001/XMLSchema).
 

Methods in org.w3.x2001.xmlSchema that return ExtensionType
 ExtensionType ComplexContentDocument.ComplexContent.addNewExtension()
          Appends and returns a new empty "extension" element
 ExtensionType ComplexContentDocument.ComplexContent.getExtension()
          Gets the "extension" element
static ExtensionType ExtensionType.Factory.newInstance()
           
static ExtensionType ExtensionType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static ExtensionType ExtensionType.Factory.parse(java.io.File file)
           
static ExtensionType ExtensionType.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static ExtensionType ExtensionType.Factory.parse(java.io.InputStream is)
           
static ExtensionType ExtensionType.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static ExtensionType ExtensionType.Factory.parse(org.w3c.dom.Node node)
           
static ExtensionType ExtensionType.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static ExtensionType ExtensionType.Factory.parse(java.io.Reader r)
           
static ExtensionType ExtensionType.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static ExtensionType ExtensionType.Factory.parse(java.lang.String xmlAsString)
           
static ExtensionType ExtensionType.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static ExtensionType ExtensionType.Factory.parse(java.net.URL u)
           
static ExtensionType ExtensionType.Factory.parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options)
           
static ExtensionType ExtensionType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static ExtensionType ExtensionType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static ExtensionType ExtensionType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static ExtensionType ExtensionType.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.w3.x2001.xmlSchema with parameters of type ExtensionType
 void ComplexContentDocument.ComplexContent.setExtension(ExtensionType extension)
          Sets the "extension" element
 

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

Classes in org.w3.x2001.xmlSchema.impl that implement ExtensionType
 class ExtensionTypeImpl
          An XML extensionType(@http://www.w3.org/2001/XMLSchema).
 class SimpleExtensionTypeImpl
          An XML simpleExtensionType(@http://www.w3.org/2001/XMLSchema).
 

Methods in org.w3.x2001.xmlSchema.impl that return ExtensionType
 ExtensionType ComplexContentDocumentImpl.ComplexContentImpl.addNewExtension()
          Appends and returns a new empty "extension" element
 ExtensionType ComplexContentDocumentImpl.ComplexContentImpl.getExtension()
          Gets the "extension" element
 

Methods in org.w3.x2001.xmlSchema.impl with parameters of type ExtensionType
 void ComplexContentDocumentImpl.ComplexContentImpl.setExtension(ExtensionType extension)
          Sets the "extension" element
 



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