| Package | Description |
|---|---|
| de.unihalle.informatik.Alida_xml | |
| de.unihalle.informatik.Alida_xml.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ALDXMLAnyType
An XML ALDXMLAnyType(@http://informatik.unihalle.de/Alida_xml).
|
interface |
ALDXMLArrayType
An XML ALDXMLArrayType(@http://informatik.unihalle.de/Alida_xml).
|
interface |
ALDXMLEnumType
An XML ALDXMLEnumType(@http://informatik.unihalle.de/Alida_xml).
|
interface |
ALDXMLOperatorType
An XML ALDXMLOperatorType(@http://informatik.unihalle.de/Alida_xml).
|
interface |
ALDXMLOperatorVersion3Type
An XML ALDXMLOperatorVersion3Type(@http://informatik.unihalle.de/Alida_xml).
|
interface |
ALDXMLOperatorWithDescriptorType
An XML ALDXMLOperatorWithDescriptorType(@http://informatik.unihalle.de/Alida_xml).
|
interface |
ALDXMLParametrizedType
An XML ALDXMLParametrizedType(@http://informatik.unihalle.de/Alida_xml).
|
interface |
ALDXMLWorkflowEdgeType
An XML ALDXMLWorkflowEdgeType(@http://informatik.unihalle.de/Alida_xml).
|
interface |
ALDXMLWorkflowNodeType
An XML ALDXMLWorkflowNodeType(@http://informatik.unihalle.de/Alida_xml).
|
interface |
ALDXMLWorkflowType
An XML ALDXMLWorkflowType(@http://informatik.unihalle.de/Alida_xml).
|
| Modifier and Type | Method and Description |
|---|---|
ALDXMLObjectType |
ALDXMLDocument.addNewALDXML()
Appends and returns a new empty "ALDXML" element
|
ALDXMLObjectType |
ALDXMLArrayType.addNewArrayValues()
Appends and returns a new empty value (as xml) as the last "arrayValues" element
|
ALDXMLObjectType |
ALDXMLKeyValuePairType.addNewValue()
Appends and returns a new empty "value" element
|
ALDXMLObjectType |
ALDXMLDocument.getALDXML()
Gets the "ALDXML" element
|
ALDXMLObjectType[] |
ALDXMLArrayType.getArrayValuesArray()
Gets array of all "arrayValues" elements
|
ALDXMLObjectType |
ALDXMLArrayType.getArrayValuesArray(int i)
Gets ith "arrayValues" element
|
ALDXMLObjectType |
ALDXMLKeyValuePairType.getValue()
Gets the "value" element
|
ALDXMLObjectType |
ALDXMLArrayType.insertNewArrayValues(int i)
Inserts and returns a new empty value (as xml) as the ith "arrayValues" element
|
static ALDXMLObjectType |
ALDXMLObjectType.Factory.newInstance() |
static ALDXMLObjectType |
ALDXMLObjectType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static ALDXMLObjectType |
ALDXMLObjectType.Factory.parse(File file) |
static ALDXMLObjectType |
ALDXMLObjectType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static ALDXMLObjectType |
ALDXMLObjectType.Factory.parse(InputStream is) |
static ALDXMLObjectType |
ALDXMLObjectType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static ALDXMLObjectType |
ALDXMLObjectType.Factory.parse(Node node) |
static ALDXMLObjectType |
ALDXMLObjectType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static ALDXMLObjectType |
ALDXMLObjectType.Factory.parse(Reader r) |
static ALDXMLObjectType |
ALDXMLObjectType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static ALDXMLObjectType |
ALDXMLObjectType.Factory.parse(String xmlAsString) |
static ALDXMLObjectType |
ALDXMLObjectType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static ALDXMLObjectType |
ALDXMLObjectType.Factory.parse(URL u) |
static ALDXMLObjectType |
ALDXMLObjectType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static ALDXMLObjectType |
ALDXMLObjectType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static ALDXMLObjectType |
ALDXMLObjectType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static ALDXMLObjectType |
ALDXMLObjectType.Factory.parse(XMLStreamReader sr) |
static ALDXMLObjectType |
ALDXMLObjectType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
ALDXMLDocument.setALDXML(ALDXMLObjectType aldxml)
Sets the "ALDXML" element
|
void |
ALDXMLArrayType.setArrayValuesArray(ALDXMLObjectType[] arrayValuesArray)
Sets array of all "arrayValues" element
|
void |
ALDXMLArrayType.setArrayValuesArray(int i,
ALDXMLObjectType arrayValues)
Sets ith "arrayValues" element
|
void |
ALDXMLKeyValuePairType.setValue(ALDXMLObjectType value)
Sets the "value" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
ALDXMLAnyTypeImpl
An XML ALDXMLAnyType(@http://informatik.unihalle.de/Alida_xml).
|
class |
ALDXMLArrayTypeImpl
An XML ALDXMLArrayType(@http://informatik.unihalle.de/Alida_xml).
|
class |
ALDXMLEnumTypeImpl
An XML ALDXMLEnumType(@http://informatik.unihalle.de/Alida_xml).
|
class |
ALDXMLObjectTypeImpl
An XML ALDXMLObjectType(@http://informatik.unihalle.de/Alida_xml).
|
class |
ALDXMLOperatorTypeImpl
An XML ALDXMLOperatorType(@http://informatik.unihalle.de/Alida_xml).
|
class |
ALDXMLOperatorVersion3TypeImpl
An XML ALDXMLOperatorVersion3Type(@http://informatik.unihalle.de/Alida_xml).
|
class |
ALDXMLOperatorWithDescriptorTypeImpl
An XML ALDXMLOperatorWithDescriptorType(@http://informatik.unihalle.de/Alida_xml).
|
class |
ALDXMLParametrizedTypeImpl
An XML ALDXMLParametrizedType(@http://informatik.unihalle.de/Alida_xml).
|
class |
ALDXMLWorkflowEdgeTypeImpl
An XML ALDXMLWorkflowEdgeType(@http://informatik.unihalle.de/Alida_xml).
|
class |
ALDXMLWorkflowNodeTypeImpl
An XML ALDXMLWorkflowNodeType(@http://informatik.unihalle.de/Alida_xml).
|
class |
ALDXMLWorkflowTypeImpl
An XML ALDXMLWorkflowType(@http://informatik.unihalle.de/Alida_xml).
|
| Modifier and Type | Method and Description |
|---|---|
ALDXMLObjectType |
ALDXMLDocumentImpl.addNewALDXML()
Appends and returns a new empty "ALDXML" element
|
ALDXMLObjectType |
ALDXMLArrayTypeImpl.addNewArrayValues()
Appends and returns a new empty value (as xml) as the last "arrayValues" element
|
ALDXMLObjectType |
ALDXMLKeyValuePairTypeImpl.addNewValue()
Appends and returns a new empty "value" element
|
ALDXMLObjectType |
ALDXMLDocumentImpl.getALDXML()
Gets the "ALDXML" element
|
ALDXMLObjectType[] |
ALDXMLArrayTypeImpl.getArrayValuesArray()
Gets array of all "arrayValues" elements
|
ALDXMLObjectType |
ALDXMLArrayTypeImpl.getArrayValuesArray(int i)
Gets ith "arrayValues" element
|
ALDXMLObjectType |
ALDXMLKeyValuePairTypeImpl.getValue()
Gets the "value" element
|
ALDXMLObjectType |
ALDXMLArrayTypeImpl.insertNewArrayValues(int i)
Inserts and returns a new empty value (as xml) as the ith "arrayValues" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
ALDXMLDocumentImpl.setALDXML(ALDXMLObjectType aldxml)
Sets the "ALDXML" element
|
void |
ALDXMLArrayTypeImpl.setArrayValuesArray(ALDXMLObjectType[] arrayValuesArray)
Sets array of all "arrayValues" element
|
void |
ALDXMLArrayTypeImpl.setArrayValuesArray(int i,
ALDXMLObjectType arrayValues)
Sets ith "arrayValues" element
|
void |
ALDXMLKeyValuePairTypeImpl.setValue(ALDXMLObjectType value)
Sets the "value" element
|
Copyright © 2014–2023 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.