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