Uses of Interface
de.unihalle.informatik.Alida_xml.ALDXMLDocument

Packages that use ALDXMLDocument
de.unihalle.informatik.Alida_xml   
de.unihalle.informatik.Alida_xml.impl   
 

Uses of ALDXMLDocument in de.unihalle.informatik.Alida_xml
 

Methods in de.unihalle.informatik.Alida_xml that return ALDXMLDocument
static ALDXMLDocument ALDXMLDocument.Factory.newInstance()
           
static ALDXMLDocument ALDXMLDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static ALDXMLDocument ALDXMLDocument.Factory.parse(java.io.File file)
           
static ALDXMLDocument ALDXMLDocument.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static ALDXMLDocument ALDXMLDocument.Factory.parse(java.io.InputStream is)
           
static ALDXMLDocument ALDXMLDocument.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static ALDXMLDocument ALDXMLDocument.Factory.parse(org.w3c.dom.Node node)
           
static ALDXMLDocument ALDXMLDocument.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static ALDXMLDocument ALDXMLDocument.Factory.parse(java.io.Reader r)
           
static ALDXMLDocument ALDXMLDocument.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static ALDXMLDocument ALDXMLDocument.Factory.parse(java.lang.String xmlAsString)
           
static ALDXMLDocument ALDXMLDocument.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static ALDXMLDocument ALDXMLDocument.Factory.parse(java.net.URL u)
           
static ALDXMLDocument ALDXMLDocument.Factory.parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options)
           
static ALDXMLDocument ALDXMLDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static ALDXMLDocument ALDXMLDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static ALDXMLDocument ALDXMLDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static ALDXMLDocument ALDXMLDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Uses of ALDXMLDocument in de.unihalle.informatik.Alida_xml.impl
 

Classes in de.unihalle.informatik.Alida_xml.impl that implement ALDXMLDocument
 class ALDXMLDocumentImpl
          A document containing one ALDXML(@http://informatik.unihalle.de/Alida_xml) element.
 



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