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

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

Uses of NamedGroup in org.w3.x2001.xmlSchema
 

Methods in org.w3.x2001.xmlSchema that return NamedGroup
 NamedGroup GroupDocument.addNewGroup()
          Appends and returns a new empty "group" element
 NamedGroup RedefineDocument.Redefine.addNewGroup()
          Appends and returns a new empty value (as xml) as the last "group" element
 NamedGroup SchemaDocument.Schema.addNewGroup()
          Appends and returns a new empty value (as xml) as the last "group" element
 NamedGroup GroupDocument.getGroup()
          Gets the "group" element
 NamedGroup[] RedefineDocument.Redefine.getGroupArray()
          Gets array of all "group" elements
 NamedGroup[] SchemaDocument.Schema.getGroupArray()
          Gets array of all "group" elements
 NamedGroup RedefineDocument.Redefine.getGroupArray(int i)
          Gets ith "group" element
 NamedGroup SchemaDocument.Schema.getGroupArray(int i)
          Gets ith "group" element
 NamedGroup RedefineDocument.Redefine.insertNewGroup(int i)
          Inserts and returns a new empty value (as xml) as the ith "group" element
 NamedGroup SchemaDocument.Schema.insertNewGroup(int i)
          Inserts and returns a new empty value (as xml) as the ith "group" element
static NamedGroup NamedGroup.Factory.newInstance()
           
static NamedGroup NamedGroup.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static NamedGroup NamedGroup.Factory.parse(java.io.File file)
           
static NamedGroup NamedGroup.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static NamedGroup NamedGroup.Factory.parse(java.io.InputStream is)
           
static NamedGroup NamedGroup.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static NamedGroup NamedGroup.Factory.parse(org.w3c.dom.Node node)
           
static NamedGroup NamedGroup.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static NamedGroup NamedGroup.Factory.parse(java.io.Reader r)
           
static NamedGroup NamedGroup.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static NamedGroup NamedGroup.Factory.parse(java.lang.String xmlAsString)
           
static NamedGroup NamedGroup.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static NamedGroup NamedGroup.Factory.parse(java.net.URL u)
           
static NamedGroup NamedGroup.Factory.parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options)
           
static NamedGroup NamedGroup.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static NamedGroup NamedGroup.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static NamedGroup NamedGroup.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static NamedGroup NamedGroup.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.w3.x2001.xmlSchema with parameters of type NamedGroup
 void GroupDocument.setGroup(NamedGroup group)
          Sets the "group" element
 void RedefineDocument.Redefine.setGroupArray(int i, NamedGroup group)
          Sets ith "group" element
 void SchemaDocument.Schema.setGroupArray(int i, NamedGroup group)
          Sets ith "group" element
 void RedefineDocument.Redefine.setGroupArray(NamedGroup[] groupArray)
          Sets array of all "group" element
 void SchemaDocument.Schema.setGroupArray(NamedGroup[] groupArray)
          Sets array of all "group" element
 

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

Classes in org.w3.x2001.xmlSchema.impl that implement NamedGroup
 class NamedGroupImpl
          An XML namedGroup(@http://www.w3.org/2001/XMLSchema).
 

Methods in org.w3.x2001.xmlSchema.impl that return NamedGroup
 NamedGroup GroupDocumentImpl.addNewGroup()
          Appends and returns a new empty "group" element
 NamedGroup RedefineDocumentImpl.RedefineImpl.addNewGroup()
          Appends and returns a new empty value (as xml) as the last "group" element
 NamedGroup SchemaDocumentImpl.SchemaImpl.addNewGroup()
          Appends and returns a new empty value (as xml) as the last "group" element
 NamedGroup GroupDocumentImpl.getGroup()
          Gets the "group" element
 NamedGroup[] RedefineDocumentImpl.RedefineImpl.getGroupArray()
          Gets array of all "group" elements
 NamedGroup[] SchemaDocumentImpl.SchemaImpl.getGroupArray()
          Gets array of all "group" elements
 NamedGroup RedefineDocumentImpl.RedefineImpl.getGroupArray(int i)
          Gets ith "group" element
 NamedGroup SchemaDocumentImpl.SchemaImpl.getGroupArray(int i)
          Gets ith "group" element
 NamedGroup RedefineDocumentImpl.RedefineImpl.insertNewGroup(int i)
          Inserts and returns a new empty value (as xml) as the ith "group" element
 NamedGroup SchemaDocumentImpl.SchemaImpl.insertNewGroup(int i)
          Inserts and returns a new empty value (as xml) as the ith "group" element
 

Methods in org.w3.x2001.xmlSchema.impl with parameters of type NamedGroup
 void GroupDocumentImpl.setGroup(NamedGroup group)
          Sets the "group" element
 void RedefineDocumentImpl.RedefineImpl.setGroupArray(int i, NamedGroup group)
          Sets ith "group" element
 void SchemaDocumentImpl.SchemaImpl.setGroupArray(int i, NamedGroup group)
          Sets ith "group" element
 void RedefineDocumentImpl.RedefineImpl.setGroupArray(NamedGroup[] groupArray)
          Sets array of all "group" element
 void SchemaDocumentImpl.SchemaImpl.setGroupArray(NamedGroup[] groupArray)
          Sets array of all "group" element
 



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