|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Attribute | |
---|---|
org.w3.x2001.xmlSchema | |
org.w3.x2001.xmlSchema.impl |
Uses of Attribute in org.w3.x2001.xmlSchema |
---|
Subinterfaces of Attribute in org.w3.x2001.xmlSchema | |
---|---|
interface |
TopLevelAttribute
An XML topLevelAttribute(@http://www.w3.org/2001/XMLSchema). |
Methods in org.w3.x2001.xmlSchema that return Attribute | |
---|---|
Attribute |
ComplexType.addNewAttribute()
Appends and returns a new empty value (as xml) as the last "attribute" element |
Attribute |
AttributeGroup.addNewAttribute()
Appends and returns a new empty value (as xml) as the last "attribute" element |
Attribute |
RestrictionType.addNewAttribute()
Appends and returns a new empty value (as xml) as the last "attribute" element |
Attribute |
ExtensionType.addNewAttribute()
Appends and returns a new empty value (as xml) as the last "attribute" element |
Attribute[] |
ComplexType.getAttributeArray()
Gets array of all "attribute" elements |
Attribute[] |
AttributeGroup.getAttributeArray()
Gets array of all "attribute" elements |
Attribute[] |
RestrictionType.getAttributeArray()
Gets array of all "attribute" elements |
Attribute[] |
ExtensionType.getAttributeArray()
Gets array of all "attribute" elements |
Attribute |
ComplexType.getAttributeArray(int i)
Gets ith "attribute" element |
Attribute |
AttributeGroup.getAttributeArray(int i)
Gets ith "attribute" element |
Attribute |
RestrictionType.getAttributeArray(int i)
Gets ith "attribute" element |
Attribute |
ExtensionType.getAttributeArray(int i)
Gets ith "attribute" element |
Attribute |
ComplexType.insertNewAttribute(int i)
Inserts and returns a new empty value (as xml) as the ith "attribute" element |
Attribute |
AttributeGroup.insertNewAttribute(int i)
Inserts and returns a new empty value (as xml) as the ith "attribute" element |
Attribute |
RestrictionType.insertNewAttribute(int i)
Inserts and returns a new empty value (as xml) as the ith "attribute" element |
Attribute |
ExtensionType.insertNewAttribute(int i)
Inserts and returns a new empty value (as xml) as the ith "attribute" element |
static Attribute |
Attribute.Factory.newInstance()
|
static Attribute |
Attribute.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static Attribute |
Attribute.Factory.parse(java.io.File file)
|
static Attribute |
Attribute.Factory.parse(java.io.File file,
org.apache.xmlbeans.XmlOptions options)
|
static Attribute |
Attribute.Factory.parse(java.io.InputStream is)
|
static Attribute |
Attribute.Factory.parse(java.io.InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static Attribute |
Attribute.Factory.parse(org.w3c.dom.Node node)
|
static Attribute |
Attribute.Factory.parse(org.w3c.dom.Node node,
org.apache.xmlbeans.XmlOptions options)
|
static Attribute |
Attribute.Factory.parse(java.io.Reader r)
|
static Attribute |
Attribute.Factory.parse(java.io.Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static Attribute |
Attribute.Factory.parse(java.lang.String xmlAsString)
|
static Attribute |
Attribute.Factory.parse(java.lang.String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static Attribute |
Attribute.Factory.parse(java.net.URL u)
|
static Attribute |
Attribute.Factory.parse(java.net.URL u,
org.apache.xmlbeans.XmlOptions options)
|
static Attribute |
Attribute.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static Attribute |
Attribute.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static Attribute |
Attribute.Factory.parse(javax.xml.stream.XMLStreamReader sr)
|
static Attribute |
Attribute.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Methods in org.w3.x2001.xmlSchema with parameters of type Attribute | |
---|---|
void |
ComplexType.setAttributeArray(Attribute[] attributeArray)
Sets array of all "attribute" element |
void |
AttributeGroup.setAttributeArray(Attribute[] attributeArray)
Sets array of all "attribute" element |
void |
RestrictionType.setAttributeArray(Attribute[] attributeArray)
Sets array of all "attribute" element |
void |
ExtensionType.setAttributeArray(Attribute[] attributeArray)
Sets array of all "attribute" element |
void |
ComplexType.setAttributeArray(int i,
Attribute attribute)
Sets ith "attribute" element |
void |
AttributeGroup.setAttributeArray(int i,
Attribute attribute)
Sets ith "attribute" element |
void |
RestrictionType.setAttributeArray(int i,
Attribute attribute)
Sets ith "attribute" element |
void |
ExtensionType.setAttributeArray(int i,
Attribute attribute)
Sets ith "attribute" element |
Uses of Attribute in org.w3.x2001.xmlSchema.impl |
---|
Classes in org.w3.x2001.xmlSchema.impl that implement Attribute | |
---|---|
class |
AttributeImpl
An XML attribute(@http://www.w3.org/2001/XMLSchema). |
class |
TopLevelAttributeImpl
An XML topLevelAttribute(@http://www.w3.org/2001/XMLSchema). |
Methods in org.w3.x2001.xmlSchema.impl that return Attribute | |
---|---|
Attribute |
AttributeGroupImpl.addNewAttribute()
Appends and returns a new empty value (as xml) as the last "attribute" element |
Attribute |
RestrictionTypeImpl.addNewAttribute()
Appends and returns a new empty value (as xml) as the last "attribute" element |
Attribute |
ExtensionTypeImpl.addNewAttribute()
Appends and returns a new empty value (as xml) as the last "attribute" element |
Attribute |
ComplexTypeImpl.addNewAttribute()
Appends and returns a new empty value (as xml) as the last "attribute" element |
Attribute[] |
AttributeGroupImpl.getAttributeArray()
Gets array of all "attribute" elements |
Attribute[] |
RestrictionTypeImpl.getAttributeArray()
Gets array of all "attribute" elements |
Attribute[] |
ExtensionTypeImpl.getAttributeArray()
Gets array of all "attribute" elements |
Attribute[] |
ComplexTypeImpl.getAttributeArray()
Gets array of all "attribute" elements |
Attribute |
AttributeGroupImpl.getAttributeArray(int i)
Gets ith "attribute" element |
Attribute |
RestrictionTypeImpl.getAttributeArray(int i)
Gets ith "attribute" element |
Attribute |
ExtensionTypeImpl.getAttributeArray(int i)
Gets ith "attribute" element |
Attribute |
ComplexTypeImpl.getAttributeArray(int i)
Gets ith "attribute" element |
Attribute |
AttributeGroupImpl.insertNewAttribute(int i)
Inserts and returns a new empty value (as xml) as the ith "attribute" element |
Attribute |
RestrictionTypeImpl.insertNewAttribute(int i)
Inserts and returns a new empty value (as xml) as the ith "attribute" element |
Attribute |
ExtensionTypeImpl.insertNewAttribute(int i)
Inserts and returns a new empty value (as xml) as the ith "attribute" element |
Attribute |
ComplexTypeImpl.insertNewAttribute(int i)
Inserts and returns a new empty value (as xml) as the ith "attribute" element |
Methods in org.w3.x2001.xmlSchema.impl with parameters of type Attribute | |
---|---|
void |
AttributeGroupImpl.setAttributeArray(Attribute[] attributeArray)
Sets array of all "attribute" element |
void |
RestrictionTypeImpl.setAttributeArray(Attribute[] attributeArray)
Sets array of all "attribute" element |
void |
ExtensionTypeImpl.setAttributeArray(Attribute[] attributeArray)
Sets array of all "attribute" element |
void |
ComplexTypeImpl.setAttributeArray(Attribute[] attributeArray)
Sets array of all "attribute" element |
void |
AttributeGroupImpl.setAttributeArray(int i,
Attribute attribute)
Sets ith "attribute" element |
void |
RestrictionTypeImpl.setAttributeArray(int i,
Attribute attribute)
Sets ith "attribute" element |
void |
ExtensionTypeImpl.setAttributeArray(int i,
Attribute attribute)
Sets ith "attribute" element |
void |
ComplexTypeImpl.setAttributeArray(int i,
Attribute attribute)
Sets ith "attribute" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |