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

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

Uses of Group in org.w3.x2001.xmlSchema
 

Subinterfaces of Group in org.w3.x2001.xmlSchema
 interface All
          An XML all(@http://www.w3.org/2001/XMLSchema).
 interface ExplicitGroup
          An XML explicitGroup(@http://www.w3.org/2001/XMLSchema).
 interface GroupRef
          An XML groupRef(@http://www.w3.org/2001/XMLSchema).
 interface NamedGroup
          An XML namedGroup(@http://www.w3.org/2001/XMLSchema).
static interface NamedGroup.All
          An XML all(@http://www.w3.org/2001/XMLSchema).
 interface RealGroup
          An XML realGroup(@http://www.w3.org/2001/XMLSchema).
 interface SimpleExplicitGroup
          An XML simpleExplicitGroup(@http://www.w3.org/2001/XMLSchema).
 

Methods in org.w3.x2001.xmlSchema that return Group
static Group Group.Factory.newInstance()
          Deprecated. No need to be able to create instances of abstract types
static Group Group.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
          Deprecated. No need to be able to create instances of abstract types
static Group Group.Factory.parse(java.io.File file)
           
static Group Group.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static Group Group.Factory.parse(java.io.InputStream is)
           
static Group Group.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static Group Group.Factory.parse(org.w3c.dom.Node node)
           
static Group Group.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static Group Group.Factory.parse(java.io.Reader r)
           
static Group Group.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static Group Group.Factory.parse(java.lang.String xmlAsString)
           
static Group Group.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static Group Group.Factory.parse(java.net.URL u)
           
static Group Group.Factory.parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options)
           
static Group Group.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static Group Group.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static Group Group.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static Group Group.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

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

Classes in org.w3.x2001.xmlSchema.impl that implement Group
 class AllImpl
          An XML all(@http://www.w3.org/2001/XMLSchema).
 class ExplicitGroupImpl
          An XML explicitGroup(@http://www.w3.org/2001/XMLSchema).
 class GroupImpl
          An XML group(@http://www.w3.org/2001/XMLSchema).
 class GroupRefImpl
          An XML groupRef(@http://www.w3.org/2001/XMLSchema).
 class NamedGroupImpl
          An XML namedGroup(@http://www.w3.org/2001/XMLSchema).
static class NamedGroupImpl.AllImpl
          An XML all(@http://www.w3.org/2001/XMLSchema).
 class RealGroupImpl
          An XML realGroup(@http://www.w3.org/2001/XMLSchema).
 class SimpleExplicitGroupImpl
          An XML simpleExplicitGroup(@http://www.w3.org/2001/XMLSchema).
 



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