Uses of Interface
org.decisiondeck.jmcda.persist.xmcda2.generated.XAttributes

Packages that use XAttributes
org.decisiondeck.jmcda.persist.xmcda2.generated   
org.decisiondeck.jmcda.persist.xmcda2.generated.impl   
 

Uses of XAttributes in org.decisiondeck.jmcda.persist.xmcda2.generated
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated that return XAttributes
 XAttributes XMCDADoc.XMCDA.addNewAttributes()
          Appends and returns a new empty value (as xml) as the last "attributes" element
 XAttributes[] XMCDADoc.XMCDA.getAttributesArray()
          Deprecated.  
 XAttributes XMCDADoc.XMCDA.getAttributesArray(int i)
          Gets ith "attributes" element
 XAttributes XMCDADoc.XMCDA.insertNewAttributes(int i)
          Inserts and returns a new empty value (as xml) as the ith "attributes" element
static XAttributes XAttributes.Factory.newInstance()
           
static XAttributes XAttributes.Factory.newInstance(XmlOptions options)
           
static XAttributes XAttributes.Factory.parse(File file)
           
static XAttributes XAttributes.Factory.parse(File file, XmlOptions options)
           
static XAttributes XAttributes.Factory.parse(InputStream is)
           
static XAttributes XAttributes.Factory.parse(InputStream is, XmlOptions options)
           
static XAttributes XAttributes.Factory.parse(Node node)
           
static XAttributes XAttributes.Factory.parse(Node node, XmlOptions options)
           
static XAttributes XAttributes.Factory.parse(Reader r)
           
static XAttributes XAttributes.Factory.parse(Reader r, XmlOptions options)
           
static XAttributes XAttributes.Factory.parse(String xmlAsString)
           
static XAttributes XAttributes.Factory.parse(String xmlAsString, XmlOptions options)
           
static XAttributes XAttributes.Factory.parse(URL u)
           
static XAttributes XAttributes.Factory.parse(URL u, XmlOptions options)
           
static XAttributes XAttributes.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static XAttributes XAttributes.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options)
          Deprecated. XMLInputStream
static XAttributes XAttributes.Factory.parse(XMLStreamReader sr)
           
static XAttributes XAttributes.Factory.parse(XMLStreamReader sr, XmlOptions options)
           
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated that return types with arguments of type XAttributes
 List<XAttributes> XMCDADoc.XMCDA.getAttributesList()
          Gets a List of "attributes" elements
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated with parameters of type XAttributes
 void XMCDADoc.XMCDA.setAttributesArray(int i, XAttributes attributes)
          Sets ith "attributes" element
 void XMCDADoc.XMCDA.setAttributesArray(XAttributes[] attributesArray)
          Sets array of all "attributes" element
 

Uses of XAttributes in org.decisiondeck.jmcda.persist.xmcda2.generated.impl
 

Classes in org.decisiondeck.jmcda.persist.xmcda2.generated.impl that implement XAttributes
 class XAttributesImpl
          An XML attributes(@http://www.decision-deck.org/2009/XMCDA-2.1.0).
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl that return XAttributes
 XAttributes XMCDADocImpl.XMCDAImpl.addNewAttributes()
          Appends and returns a new empty value (as xml) as the last "attributes" element
 XAttributes[] XMCDADocImpl.XMCDAImpl.getAttributesArray()
          Deprecated.  
 XAttributes XMCDADocImpl.XMCDAImpl.getAttributesArray(int i)
          Gets ith "attributes" element
 XAttributes XMCDADocImpl.XMCDAImpl.insertNewAttributes(int i)
          Inserts and returns a new empty value (as xml) as the ith "attributes" element
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl that return types with arguments of type XAttributes
 List<XAttributes> XMCDADocImpl.XMCDAImpl.getAttributesList()
          Gets a List of "attributes" elements
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl with parameters of type XAttributes
 void XMCDADocImpl.XMCDAImpl.setAttributesArray(int i, XAttributes attributes)
          Sets ith "attributes" element
 void XMCDADocImpl.XMCDAImpl.setAttributesArray(XAttributes[] attributesArray)
          Sets array of all "attributes" element
 



Copyright © 2011. All Rights Reserved.