|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XAttribute | |
|---|---|
| org.decisiondeck.jmcda.persist.xmcda2.generated | |
| org.decisiondeck.jmcda.persist.xmcda2.generated.impl | |
| Uses of XAttribute in org.decisiondeck.jmcda.persist.xmcda2.generated |
|---|
| Methods in org.decisiondeck.jmcda.persist.xmcda2.generated that return XAttribute | |
|---|---|
XAttribute |
XAttributes.addNewAttribute()
Appends and returns a new empty value (as xml) as the last "attribute" element |
XAttribute[] |
XAttributes.getAttributeArray()
Deprecated. |
XAttribute |
XAttributes.getAttributeArray(int i)
Gets ith "attribute" element |
XAttribute |
XAttributes.insertNewAttribute(int i)
Inserts and returns a new empty value (as xml) as the ith "attribute" element |
static XAttribute |
XAttribute.Factory.newInstance()
|
static XAttribute |
XAttribute.Factory.newInstance(XmlOptions options)
|
static XAttribute |
XAttribute.Factory.parse(File file)
|
static XAttribute |
XAttribute.Factory.parse(File file,
XmlOptions options)
|
static XAttribute |
XAttribute.Factory.parse(InputStream is)
|
static XAttribute |
XAttribute.Factory.parse(InputStream is,
XmlOptions options)
|
static XAttribute |
XAttribute.Factory.parse(Node node)
|
static XAttribute |
XAttribute.Factory.parse(Node node,
XmlOptions options)
|
static XAttribute |
XAttribute.Factory.parse(Reader r)
|
static XAttribute |
XAttribute.Factory.parse(Reader r,
XmlOptions options)
|
static XAttribute |
XAttribute.Factory.parse(String xmlAsString)
|
static XAttribute |
XAttribute.Factory.parse(String xmlAsString,
XmlOptions options)
|
static XAttribute |
XAttribute.Factory.parse(URL u)
|
static XAttribute |
XAttribute.Factory.parse(URL u,
XmlOptions options)
|
static XAttribute |
XAttribute.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static XAttribute |
XAttribute.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
XmlOptions options)
Deprecated. XMLInputStream |
static XAttribute |
XAttribute.Factory.parse(XMLStreamReader sr)
|
static XAttribute |
XAttribute.Factory.parse(XMLStreamReader sr,
XmlOptions options)
|
| Methods in org.decisiondeck.jmcda.persist.xmcda2.generated that return types with arguments of type XAttribute | |
|---|---|
List<XAttribute> |
XAttributes.getAttributeList()
Gets a List of "attribute" elements |
| Methods in org.decisiondeck.jmcda.persist.xmcda2.generated with parameters of type XAttribute | |
|---|---|
void |
XAttributes.setAttributeArray(int i,
XAttribute attribute)
Sets ith "attribute" element |
void |
XAttributes.setAttributeArray(XAttribute[] attributeArray)
Sets array of all "attribute" element |
| Uses of XAttribute in org.decisiondeck.jmcda.persist.xmcda2.generated.impl |
|---|
| Classes in org.decisiondeck.jmcda.persist.xmcda2.generated.impl that implement XAttribute | |
|---|---|
class |
XAttributeImpl
An XML attribute(@http://www.decision-deck.org/2009/XMCDA-2.1.0). |
| Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl that return XAttribute | |
|---|---|
XAttribute |
XAttributesImpl.addNewAttribute()
Appends and returns a new empty value (as xml) as the last "attribute" element |
XAttribute[] |
XAttributesImpl.getAttributeArray()
Deprecated. |
XAttribute |
XAttributesImpl.getAttributeArray(int i)
Gets ith "attribute" element |
XAttribute |
XAttributesImpl.insertNewAttribute(int i)
Inserts and returns a new empty value (as xml) as the ith "attribute" element |
| Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl that return types with arguments of type XAttribute | |
|---|---|
List<XAttribute> |
XAttributesImpl.getAttributeList()
Gets a List of "attribute" elements |
| Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl with parameters of type XAttribute | |
|---|---|
void |
XAttributesImpl.setAttributeArray(int i,
XAttribute attribute)
Sets ith "attribute" element |
void |
XAttributesImpl.setAttributeArray(XAttribute[] attributeArray)
Sets array of all "attribute" element |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||