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

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

Uses of ComplexRestrictionType in org.w3.x2001.xmlSchema
 

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

Methods in org.w3.x2001.xmlSchema with parameters of type ComplexRestrictionType
 void ComplexContentDocument.ComplexContent.setRestriction(ComplexRestrictionType restriction)
          Sets the "restriction" element
 

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

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

Methods in org.w3.x2001.xmlSchema.impl that return ComplexRestrictionType
 ComplexRestrictionType ComplexContentDocumentImpl.ComplexContentImpl.addNewRestriction()
          Appends and returns a new empty "restriction" element
 ComplexRestrictionType ComplexContentDocumentImpl.ComplexContentImpl.getRestriction()
          Gets the "restriction" element
 

Methods in org.w3.x2001.xmlSchema.impl with parameters of type ComplexRestrictionType
 void ComplexContentDocumentImpl.ComplexContentImpl.setRestriction(ComplexRestrictionType restriction)
          Sets the "restriction" element
 



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