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