IMSEVimse 1.0
Draft

Uses of Class
se.kth.cid.xml.XmlDocument

Packages that use XmlDocument
se.kth.cid.xml   
 

Uses of XmlDocument in se.kth.cid.xml
 

Methods in se.kth.cid.xml that return XmlDocument
 XmlDocument XmlLoader.parse(URL url)
          Parses the document in the given URL.
 XmlDocument XmlLoader.parse(InputStream is)
          Parses the document in the given InputStream.
 XmlDocument XmlLoader.parse(Reader reader)
          Parses the document in the given Reader.
 XmlDocument XmlEventHandler.getDocument()
          Returns the parsed XML document.
 

Methods in se.kth.cid.xml with parameters of type XmlDocument
 void XmlPrinter.print(XmlDocument doc, OutputStream os, String encoding)
          Prints an XmlDocument on an OutputStream.
 void XmlPrinter.print(XmlDocument doc, Writer w, String encoding)
          Prints an XmlDocument on a Writer.
 


IMSEVimse 1.0
Draft

Centre for user-oriented IT -design