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

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

Uses of DerivationSet in org.w3.x2001.xmlSchema
 

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

Methods in org.w3.x2001.xmlSchema with parameters of type DerivationSet
 void ComplexType.xsetBlock(DerivationSet block)
          Sets (as xml) the "block" attribute
 void ComplexType.xsetFinal(DerivationSet xfinal)
          Sets (as xml) the "final" attribute
 void Element.xsetFinal(DerivationSet xfinal)
          Sets (as xml) the "final" attribute
 

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

Classes in org.w3.x2001.xmlSchema.impl that implement DerivationSet
 class DerivationSetImpl
          An XML derivationSet(@http://www.w3.org/2001/XMLSchema).
 

Methods in org.w3.x2001.xmlSchema.impl that return DerivationSet
 DerivationSet ComplexTypeImpl.xgetBlock()
          Gets (as xml) the "block" attribute
 DerivationSet ElementImpl.xgetFinal()
          Gets (as xml) the "final" attribute
 DerivationSet ComplexTypeImpl.xgetFinal()
          Gets (as xml) the "final" attribute
 

Methods in org.w3.x2001.xmlSchema.impl with parameters of type DerivationSet
 void ComplexTypeImpl.xsetBlock(DerivationSet block)
          Sets (as xml) the "block" attribute
 void ElementImpl.xsetFinal(DerivationSet xfinal)
          Sets (as xml) the "final" attribute
 void ComplexTypeImpl.xsetFinal(DerivationSet xfinal)
          Sets (as xml) the "final" attribute
 



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