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

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

Uses of FullDerivationSet in org.w3.x2001.xmlSchema
 

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

Methods in org.w3.x2001.xmlSchema with parameters of type FullDerivationSet
 void SchemaDocument.Schema.xsetFinalDefault(FullDerivationSet finalDefault)
          Sets (as xml) the "finalDefault" attribute
 

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

Classes in org.w3.x2001.xmlSchema.impl that implement FullDerivationSet
 class FullDerivationSetImpl
          An XML fullDerivationSet(@http://www.w3.org/2001/XMLSchema).
 

Methods in org.w3.x2001.xmlSchema.impl that return FullDerivationSet
 FullDerivationSet SchemaDocumentImpl.SchemaImpl.xgetFinalDefault()
          Gets (as xml) the "finalDefault" attribute
 

Methods in org.w3.x2001.xmlSchema.impl with parameters of type FullDerivationSet
 void SchemaDocumentImpl.SchemaImpl.xsetFinalDefault(FullDerivationSet finalDefault)
          Sets (as xml) the "finalDefault" attribute
 



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