|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NamedAttributeGroup | |
---|---|
org.w3.x2001.xmlSchema | |
org.w3.x2001.xmlSchema.impl |
Uses of NamedAttributeGroup in org.w3.x2001.xmlSchema |
---|
Methods in org.w3.x2001.xmlSchema that return NamedAttributeGroup | |
---|---|
NamedAttributeGroup |
AttributeGroupDocument.addNewAttributeGroup()
Appends and returns a new empty "attributeGroup" element |
NamedAttributeGroup |
RedefineDocument.Redefine.addNewAttributeGroup()
Appends and returns a new empty value (as xml) as the last "attributeGroup" element |
NamedAttributeGroup |
SchemaDocument.Schema.addNewAttributeGroup()
Appends and returns a new empty value (as xml) as the last "attributeGroup" element |
NamedAttributeGroup |
AttributeGroupDocument.getAttributeGroup()
Gets the "attributeGroup" element |
NamedAttributeGroup[] |
RedefineDocument.Redefine.getAttributeGroupArray()
Gets array of all "attributeGroup" elements |
NamedAttributeGroup[] |
SchemaDocument.Schema.getAttributeGroupArray()
Gets array of all "attributeGroup" elements |
NamedAttributeGroup |
RedefineDocument.Redefine.getAttributeGroupArray(int i)
Gets ith "attributeGroup" element |
NamedAttributeGroup |
SchemaDocument.Schema.getAttributeGroupArray(int i)
Gets ith "attributeGroup" element |
NamedAttributeGroup |
RedefineDocument.Redefine.insertNewAttributeGroup(int i)
Inserts and returns a new empty value (as xml) as the ith "attributeGroup" element |
NamedAttributeGroup |
SchemaDocument.Schema.insertNewAttributeGroup(int i)
Inserts and returns a new empty value (as xml) as the ith "attributeGroup" element |
static NamedAttributeGroup |
NamedAttributeGroup.Factory.newInstance()
|
static NamedAttributeGroup |
NamedAttributeGroup.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static NamedAttributeGroup |
NamedAttributeGroup.Factory.parse(java.io.File file)
|
static NamedAttributeGroup |
NamedAttributeGroup.Factory.parse(java.io.File file,
org.apache.xmlbeans.XmlOptions options)
|
static NamedAttributeGroup |
NamedAttributeGroup.Factory.parse(java.io.InputStream is)
|
static NamedAttributeGroup |
NamedAttributeGroup.Factory.parse(java.io.InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static NamedAttributeGroup |
NamedAttributeGroup.Factory.parse(org.w3c.dom.Node node)
|
static NamedAttributeGroup |
NamedAttributeGroup.Factory.parse(org.w3c.dom.Node node,
org.apache.xmlbeans.XmlOptions options)
|
static NamedAttributeGroup |
NamedAttributeGroup.Factory.parse(java.io.Reader r)
|
static NamedAttributeGroup |
NamedAttributeGroup.Factory.parse(java.io.Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static NamedAttributeGroup |
NamedAttributeGroup.Factory.parse(java.lang.String xmlAsString)
|
static NamedAttributeGroup |
NamedAttributeGroup.Factory.parse(java.lang.String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static NamedAttributeGroup |
NamedAttributeGroup.Factory.parse(java.net.URL u)
|
static NamedAttributeGroup |
NamedAttributeGroup.Factory.parse(java.net.URL u,
org.apache.xmlbeans.XmlOptions options)
|
static NamedAttributeGroup |
NamedAttributeGroup.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static NamedAttributeGroup |
NamedAttributeGroup.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static NamedAttributeGroup |
NamedAttributeGroup.Factory.parse(javax.xml.stream.XMLStreamReader sr)
|
static NamedAttributeGroup |
NamedAttributeGroup.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Methods in org.w3.x2001.xmlSchema with parameters of type NamedAttributeGroup | |
---|---|
void |
AttributeGroupDocument.setAttributeGroup(NamedAttributeGroup attributeGroup)
Sets the "attributeGroup" element |
void |
RedefineDocument.Redefine.setAttributeGroupArray(int i,
NamedAttributeGroup attributeGroup)
Sets ith "attributeGroup" element |
void |
SchemaDocument.Schema.setAttributeGroupArray(int i,
NamedAttributeGroup attributeGroup)
Sets ith "attributeGroup" element |
void |
RedefineDocument.Redefine.setAttributeGroupArray(NamedAttributeGroup[] attributeGroupArray)
Sets array of all "attributeGroup" element |
void |
SchemaDocument.Schema.setAttributeGroupArray(NamedAttributeGroup[] attributeGroupArray)
Sets array of all "attributeGroup" element |
Uses of NamedAttributeGroup in org.w3.x2001.xmlSchema.impl |
---|
Classes in org.w3.x2001.xmlSchema.impl that implement NamedAttributeGroup | |
---|---|
class |
NamedAttributeGroupImpl
An XML namedAttributeGroup(@http://www.w3.org/2001/XMLSchema). |
Methods in org.w3.x2001.xmlSchema.impl that return NamedAttributeGroup | |
---|---|
NamedAttributeGroup |
AttributeGroupDocumentImpl.addNewAttributeGroup()
Appends and returns a new empty "attributeGroup" element |
NamedAttributeGroup |
RedefineDocumentImpl.RedefineImpl.addNewAttributeGroup()
Appends and returns a new empty value (as xml) as the last "attributeGroup" element |
NamedAttributeGroup |
SchemaDocumentImpl.SchemaImpl.addNewAttributeGroup()
Appends and returns a new empty value (as xml) as the last "attributeGroup" element |
NamedAttributeGroup |
AttributeGroupDocumentImpl.getAttributeGroup()
Gets the "attributeGroup" element |
NamedAttributeGroup[] |
RedefineDocumentImpl.RedefineImpl.getAttributeGroupArray()
Gets array of all "attributeGroup" elements |
NamedAttributeGroup[] |
SchemaDocumentImpl.SchemaImpl.getAttributeGroupArray()
Gets array of all "attributeGroup" elements |
NamedAttributeGroup |
RedefineDocumentImpl.RedefineImpl.getAttributeGroupArray(int i)
Gets ith "attributeGroup" element |
NamedAttributeGroup |
SchemaDocumentImpl.SchemaImpl.getAttributeGroupArray(int i)
Gets ith "attributeGroup" element |
NamedAttributeGroup |
RedefineDocumentImpl.RedefineImpl.insertNewAttributeGroup(int i)
Inserts and returns a new empty value (as xml) as the ith "attributeGroup" element |
NamedAttributeGroup |
SchemaDocumentImpl.SchemaImpl.insertNewAttributeGroup(int i)
Inserts and returns a new empty value (as xml) as the ith "attributeGroup" element |
Methods in org.w3.x2001.xmlSchema.impl with parameters of type NamedAttributeGroup | |
---|---|
void |
AttributeGroupDocumentImpl.setAttributeGroup(NamedAttributeGroup attributeGroup)
Sets the "attributeGroup" element |
void |
RedefineDocumentImpl.RedefineImpl.setAttributeGroupArray(int i,
NamedAttributeGroup attributeGroup)
Sets ith "attributeGroup" element |
void |
SchemaDocumentImpl.SchemaImpl.setAttributeGroupArray(int i,
NamedAttributeGroup attributeGroup)
Sets ith "attributeGroup" element |
void |
RedefineDocumentImpl.RedefineImpl.setAttributeGroupArray(NamedAttributeGroup[] attributeGroupArray)
Sets array of all "attributeGroup" element |
void |
SchemaDocumentImpl.SchemaImpl.setAttributeGroupArray(NamedAttributeGroup[] attributeGroupArray)
Sets array of all "attributeGroup" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |