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

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

Uses of SimpleExtensionType in org.w3.x2001.xmlSchema
 

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

Methods in org.w3.x2001.xmlSchema with parameters of type SimpleExtensionType
 void SimpleContentDocument.SimpleContent.setExtension(SimpleExtensionType extension)
          Sets the "extension" element
 

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

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

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

Methods in org.w3.x2001.xmlSchema.impl with parameters of type SimpleExtensionType
 void SimpleContentDocumentImpl.SimpleContentImpl.setExtension(SimpleExtensionType extension)
          Sets the "extension" element
 



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