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

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

Uses of RestrictionType in org.w3.x2001.xmlSchema
 

Subinterfaces of RestrictionType in org.w3.x2001.xmlSchema
 interface ComplexRestrictionType
          An XML complexRestrictionType(@http://www.w3.org/2001/XMLSchema).
 interface SimpleRestrictionType
          An XML simpleRestrictionType(@http://www.w3.org/2001/XMLSchema).
 

Methods in org.w3.x2001.xmlSchema that return RestrictionType
static RestrictionType RestrictionType.Factory.newInstance()
           
static RestrictionType RestrictionType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static RestrictionType RestrictionType.Factory.parse(java.io.File file)
           
static RestrictionType RestrictionType.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static RestrictionType RestrictionType.Factory.parse(java.io.InputStream is)
           
static RestrictionType RestrictionType.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static RestrictionType RestrictionType.Factory.parse(org.w3c.dom.Node node)
           
static RestrictionType RestrictionType.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static RestrictionType RestrictionType.Factory.parse(java.io.Reader r)
           
static RestrictionType RestrictionType.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static RestrictionType RestrictionType.Factory.parse(java.lang.String xmlAsString)
           
static RestrictionType RestrictionType.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static RestrictionType RestrictionType.Factory.parse(java.net.URL u)
           
static RestrictionType RestrictionType.Factory.parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options)
           
static RestrictionType RestrictionType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static RestrictionType RestrictionType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static RestrictionType RestrictionType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static RestrictionType RestrictionType.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

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

Classes in org.w3.x2001.xmlSchema.impl that implement RestrictionType
 class ComplexRestrictionTypeImpl
          An XML complexRestrictionType(@http://www.w3.org/2001/XMLSchema).
 class RestrictionTypeImpl
          An XML restrictionType(@http://www.w3.org/2001/XMLSchema).
 class SimpleRestrictionTypeImpl
          An XML simpleRestrictionType(@http://www.w3.org/2001/XMLSchema).
 



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