| Package | Description |
|---|---|
| org.springframework.schema.beans | |
| org.springframework.schema.beans.impl |
| Modifier and Type | Method and Description |
|---|---|
MetaType |
AttributeDocument.addNewAttribute()
Appends and returns a new empty "attribute" element
|
MetaType |
QualifierDocument.Qualifier.addNewAttribute()
Appends and returns a new empty value (as xml) as the last "attribute" element
|
MetaType |
PropertyType.addNewMeta()
Appends and returns a new empty "meta" element
|
MetaType |
MetaDocument.addNewMeta()
Appends and returns a new empty "meta" element
|
MetaType |
BeanDocument.Bean.addNewMeta()
Appends and returns a new empty value (as xml) as the last "meta" element
|
MetaType |
AttributeDocument.getAttribute()
Gets the "attribute" element
|
MetaType[] |
QualifierDocument.Qualifier.getAttributeArray()
Gets array of all "attribute" elements
|
MetaType |
QualifierDocument.Qualifier.getAttributeArray(int i)
Gets ith "attribute" element
|
MetaType |
PropertyType.getMeta()
Gets the "meta" element
|
MetaType |
MetaDocument.getMeta()
Gets the "meta" element
|
MetaType[] |
BeanDocument.Bean.getMetaArray()
Gets array of all "meta" elements
|
MetaType |
BeanDocument.Bean.getMetaArray(int i)
Gets ith "meta" element
|
MetaType |
QualifierDocument.Qualifier.insertNewAttribute(int i)
Inserts and returns a new empty value (as xml) as the ith "attribute" element
|
MetaType |
BeanDocument.Bean.insertNewMeta(int i)
Inserts and returns a new empty value (as xml) as the ith "meta" element
|
static MetaType |
MetaType.Factory.newInstance() |
static MetaType |
MetaType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static MetaType |
MetaType.Factory.parse(File file) |
static MetaType |
MetaType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static MetaType |
MetaType.Factory.parse(InputStream is) |
static MetaType |
MetaType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static MetaType |
MetaType.Factory.parse(Node node) |
static MetaType |
MetaType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static MetaType |
MetaType.Factory.parse(Reader r) |
static MetaType |
MetaType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static MetaType |
MetaType.Factory.parse(String xmlAsString) |
static MetaType |
MetaType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static MetaType |
MetaType.Factory.parse(URL u) |
static MetaType |
MetaType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static MetaType |
MetaType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static MetaType |
MetaType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static MetaType |
MetaType.Factory.parse(XMLStreamReader sr) |
static MetaType |
MetaType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
AttributeDocument.setAttribute(MetaType attribute)
Sets the "attribute" element
|
void |
QualifierDocument.Qualifier.setAttributeArray(int i,
MetaType attribute)
Sets ith "attribute" element
|
void |
QualifierDocument.Qualifier.setAttributeArray(MetaType[] attributeArray)
Sets array of all "attribute" element
|
void |
PropertyType.setMeta(MetaType meta)
Sets the "meta" element
|
void |
MetaDocument.setMeta(MetaType meta)
Sets the "meta" element
|
void |
BeanDocument.Bean.setMetaArray(int i,
MetaType meta)
Sets ith "meta" element
|
void |
BeanDocument.Bean.setMetaArray(MetaType[] metaArray)
Sets array of all "meta" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
MetaTypeImpl
An XML metaType(@http://www.springframework.org/schema/beans).
|
| Modifier and Type | Method and Description |
|---|---|
MetaType |
AttributeDocumentImpl.addNewAttribute()
Appends and returns a new empty "attribute" element
|
MetaType |
QualifierDocumentImpl.QualifierImpl.addNewAttribute()
Appends and returns a new empty value (as xml) as the last "attribute" element
|
MetaType |
BeanDocumentImpl.BeanImpl.addNewMeta()
Appends and returns a new empty value (as xml) as the last "meta" element
|
MetaType |
MetaDocumentImpl.addNewMeta()
Appends and returns a new empty "meta" element
|
MetaType |
PropertyTypeImpl.addNewMeta()
Appends and returns a new empty "meta" element
|
MetaType |
AttributeDocumentImpl.getAttribute()
Gets the "attribute" element
|
MetaType[] |
QualifierDocumentImpl.QualifierImpl.getAttributeArray()
Gets array of all "attribute" elements
|
MetaType |
QualifierDocumentImpl.QualifierImpl.getAttributeArray(int i)
Gets ith "attribute" element
|
MetaType |
MetaDocumentImpl.getMeta()
Gets the "meta" element
|
MetaType |
PropertyTypeImpl.getMeta()
Gets the "meta" element
|
MetaType[] |
BeanDocumentImpl.BeanImpl.getMetaArray()
Gets array of all "meta" elements
|
MetaType |
BeanDocumentImpl.BeanImpl.getMetaArray(int i)
Gets ith "meta" element
|
MetaType |
QualifierDocumentImpl.QualifierImpl.insertNewAttribute(int i)
Inserts and returns a new empty value (as xml) as the ith "attribute" element
|
MetaType |
BeanDocumentImpl.BeanImpl.insertNewMeta(int i)
Inserts and returns a new empty value (as xml) as the ith "meta" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
AttributeDocumentImpl.setAttribute(MetaType attribute)
Sets the "attribute" element
|
void |
QualifierDocumentImpl.QualifierImpl.setAttributeArray(int i,
MetaType attribute)
Sets ith "attribute" element
|
void |
QualifierDocumentImpl.QualifierImpl.setAttributeArray(MetaType[] attributeArray)
Sets array of all "attribute" element
|
void |
MetaDocumentImpl.setMeta(MetaType meta)
Sets the "meta" element
|
void |
PropertyTypeImpl.setMeta(MetaType meta)
Sets the "meta" element
|
void |
BeanDocumentImpl.BeanImpl.setMetaArray(int i,
MetaType meta)
Sets ith "meta" element
|
void |
BeanDocumentImpl.BeanImpl.setMetaArray(MetaType[] metaArray)
Sets array of all "meta" element
|
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann