Uses of Interface
org.graphdrawing.graphml.xmlns.XmlHistoryType

Packages that use XmlHistoryType
org.graphdrawing.graphml.xmlns   
org.graphdrawing.graphml.xmlns.impl   
 

Uses of XmlHistoryType in org.graphdrawing.graphml.xmlns
 

Methods in org.graphdrawing.graphml.xmlns that return XmlHistoryType
 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(java.io.File file)
           
static XmlHistoryType XmlHistoryType.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static XmlHistoryType XmlHistoryType.Factory.parse(java.io.InputStream is)
           
static XmlHistoryType XmlHistoryType.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static XmlHistoryType XmlHistoryType.Factory.parse(org.w3c.dom.Node node)
           
static XmlHistoryType XmlHistoryType.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static XmlHistoryType XmlHistoryType.Factory.parse(java.io.Reader r)
           
static XmlHistoryType XmlHistoryType.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static XmlHistoryType XmlHistoryType.Factory.parse(java.lang.String xmlAsString)
           
static XmlHistoryType XmlHistoryType.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static XmlHistoryType XmlHistoryType.Factory.parse(java.net.URL u)
           
static XmlHistoryType XmlHistoryType.Factory.parse(java.net.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(javax.xml.stream.XMLStreamReader sr)
           
static XmlHistoryType XmlHistoryType.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.graphdrawing.graphml.xmlns with parameters of type XmlHistoryType
 void DataExtensionType.setXmlHistory(XmlHistoryType xmlHistory)
          Sets the "xmlHistory" element
 

Uses of XmlHistoryType in org.graphdrawing.graphml.xmlns.impl
 

Classes in org.graphdrawing.graphml.xmlns.impl that implement XmlHistoryType
 class XmlHistoryTypeImpl
          An XML XmlHistoryType(@http://graphml.graphdrawing.org/xmlns).
 

Methods in org.graphdrawing.graphml.xmlns.impl that return XmlHistoryType
 XmlHistoryType DataExtensionTypeImpl.addNewXmlHistory()
          Appends and returns a new empty "xmlHistory" element
 XmlHistoryType DataExtensionTypeImpl.getXmlHistory()
          Gets the "xmlHistory" element
 

Methods in org.graphdrawing.graphml.xmlns.impl with parameters of type XmlHistoryType
 void DataExtensionTypeImpl.setXmlHistory(XmlHistoryType xmlHistory)
          Sets the "xmlHistory" element
 



Copyright © 2014 Martin Luther University Halle-Wittenberg. All Rights Reserved.