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

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

Uses of SimpleDerivationSet in org.w3.x2001.xmlSchema
 

Methods in org.w3.x2001.xmlSchema that return SimpleDerivationSet
static SimpleDerivationSet SimpleDerivationSet.Factory.newInstance()
           
static SimpleDerivationSet SimpleDerivationSet.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static SimpleDerivationSet SimpleDerivationSet.Factory.newValue(java.lang.Object obj)
           
static SimpleDerivationSet SimpleDerivationSet.Factory.parse(java.io.File file)
           
static SimpleDerivationSet SimpleDerivationSet.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static SimpleDerivationSet SimpleDerivationSet.Factory.parse(java.io.InputStream is)
           
static SimpleDerivationSet SimpleDerivationSet.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static SimpleDerivationSet SimpleDerivationSet.Factory.parse(org.w3c.dom.Node node)
           
static SimpleDerivationSet SimpleDerivationSet.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static SimpleDerivationSet SimpleDerivationSet.Factory.parse(java.io.Reader r)
           
static SimpleDerivationSet SimpleDerivationSet.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static SimpleDerivationSet SimpleDerivationSet.Factory.parse(java.lang.String xmlAsString)
           
static SimpleDerivationSet SimpleDerivationSet.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static SimpleDerivationSet SimpleDerivationSet.Factory.parse(java.net.URL u)
           
static SimpleDerivationSet SimpleDerivationSet.Factory.parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options)
           
static SimpleDerivationSet SimpleDerivationSet.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static SimpleDerivationSet SimpleDerivationSet.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static SimpleDerivationSet SimpleDerivationSet.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static SimpleDerivationSet SimpleDerivationSet.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 SimpleDerivationSet SimpleType.xgetFinal()
          Gets (as xml) the "final" attribute
 

Methods in org.w3.x2001.xmlSchema with parameters of type SimpleDerivationSet
 void SimpleType.xsetFinal(SimpleDerivationSet xfinal)
          Sets (as xml) the "final" attribute
 

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

Classes in org.w3.x2001.xmlSchema.impl that implement SimpleDerivationSet
 class SimpleDerivationSetImpl
          An XML simpleDerivationSet(@http://www.w3.org/2001/XMLSchema).
 

Methods in org.w3.x2001.xmlSchema.impl that return SimpleDerivationSet
 SimpleDerivationSet SimpleTypeImpl.xgetFinal()
          Gets (as xml) the "final" attribute
 

Methods in org.w3.x2001.xmlSchema.impl with parameters of type SimpleDerivationSet
 void SimpleTypeImpl.xsetFinal(SimpleDerivationSet xfinal)
          Sets (as xml) the "final" attribute
 



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