| Package | Description |
|---|---|
| org.graphdrawing.graphml.xmlns | |
| org.graphdrawing.graphml.xmlns.impl |
| Modifier and Type | Method and Description |
|---|---|
XmlHistoryType |
DataExtensionType.addNewXmlHistory()
Appends and returns a new empty "xmlHistory" element
|
XmlHistoryType |
DataExtensionType.getXmlHistory()
Gets the "xmlHistory" element
|
static XmlHistoryType |
XmlHistoryType.Factory.newInstance() |
static XmlHistoryType |
XmlHistoryType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static XmlHistoryType |
XmlHistoryType.Factory.parse(File file) |
static XmlHistoryType |
XmlHistoryType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static XmlHistoryType |
XmlHistoryType.Factory.parse(InputStream is) |
static XmlHistoryType |
XmlHistoryType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static XmlHistoryType |
XmlHistoryType.Factory.parse(Node node) |
static XmlHistoryType |
XmlHistoryType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static XmlHistoryType |
XmlHistoryType.Factory.parse(Reader r) |
static XmlHistoryType |
XmlHistoryType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static XmlHistoryType |
XmlHistoryType.Factory.parse(String xmlAsString) |
static XmlHistoryType |
XmlHistoryType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static XmlHistoryType |
XmlHistoryType.Factory.parse(URL u) |
static XmlHistoryType |
XmlHistoryType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static XmlHistoryType |
XmlHistoryType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static XmlHistoryType |
XmlHistoryType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static XmlHistoryType |
XmlHistoryType.Factory.parse(XMLStreamReader sr) |
static XmlHistoryType |
XmlHistoryType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
DataExtensionType.setXmlHistory(XmlHistoryType xmlHistory)
Sets the "xmlHistory" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
XmlHistoryTypeImpl
An XML XmlHistoryType(@http://graphml.graphdrawing.org/xmlns).
|
| Modifier and Type | Method and Description |
|---|---|
XmlHistoryType |
DataExtensionTypeImpl.addNewXmlHistory()
Appends and returns a new empty "xmlHistory" element
|
XmlHistoryType |
DataExtensionTypeImpl.getXmlHistory()
Gets the "xmlHistory" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataExtensionTypeImpl.setXmlHistory(XmlHistoryType xmlHistory)
Sets the "xmlHistory" element
|
Copyright © 2014–2023 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.