|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeGroup | |
---|---|
org.w3.x2001.xmlSchema | |
org.w3.x2001.xmlSchema.impl |
Uses of AttributeGroup in org.w3.x2001.xmlSchema |
---|
Subinterfaces of AttributeGroup in org.w3.x2001.xmlSchema | |
---|---|
interface |
AttributeGroupRef
An XML attributeGroupRef(@http://www.w3.org/2001/XMLSchema). |
interface |
NamedAttributeGroup
An XML namedAttributeGroup(@http://www.w3.org/2001/XMLSchema). |
Methods in org.w3.x2001.xmlSchema that return AttributeGroup | |
---|---|
static AttributeGroup |
AttributeGroup.Factory.newInstance()
Deprecated. No need to be able to create instances of abstract types |
static AttributeGroup |
AttributeGroup.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
Deprecated. No need to be able to create instances of abstract types |
static AttributeGroup |
AttributeGroup.Factory.parse(java.io.File file)
|
static AttributeGroup |
AttributeGroup.Factory.parse(java.io.File file,
org.apache.xmlbeans.XmlOptions options)
|
static AttributeGroup |
AttributeGroup.Factory.parse(java.io.InputStream is)
|
static AttributeGroup |
AttributeGroup.Factory.parse(java.io.InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static AttributeGroup |
AttributeGroup.Factory.parse(org.w3c.dom.Node node)
|
static AttributeGroup |
AttributeGroup.Factory.parse(org.w3c.dom.Node node,
org.apache.xmlbeans.XmlOptions options)
|
static AttributeGroup |
AttributeGroup.Factory.parse(java.io.Reader r)
|
static AttributeGroup |
AttributeGroup.Factory.parse(java.io.Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static AttributeGroup |
AttributeGroup.Factory.parse(java.lang.String xmlAsString)
|
static AttributeGroup |
AttributeGroup.Factory.parse(java.lang.String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static AttributeGroup |
AttributeGroup.Factory.parse(java.net.URL u)
|
static AttributeGroup |
AttributeGroup.Factory.parse(java.net.URL u,
org.apache.xmlbeans.XmlOptions options)
|
static AttributeGroup |
AttributeGroup.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static AttributeGroup |
AttributeGroup.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static AttributeGroup |
AttributeGroup.Factory.parse(javax.xml.stream.XMLStreamReader sr)
|
static AttributeGroup |
AttributeGroup.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Uses of AttributeGroup in org.w3.x2001.xmlSchema.impl |
---|
Classes in org.w3.x2001.xmlSchema.impl that implement AttributeGroup | |
---|---|
class |
AttributeGroupImpl
An XML attributeGroup(@http://www.w3.org/2001/XMLSchema). |
class |
AttributeGroupRefImpl
An XML attributeGroupRef(@http://www.w3.org/2001/XMLSchema). |
class |
NamedAttributeGroupImpl
An XML namedAttributeGroup(@http://www.w3.org/2001/XMLSchema). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |