DOC

gr.abiss.js : sarissa

Maven & Gradle

May 08, 2008
2 usages

Sarissa · Sarissa is an ECMAScript library acting as a cross-browser wrapper for native XML APIs. It offers various XML related goodies like Document instantiation, XML loading from URLs or strings, XSLT transformations, XPath queries etc and comes especially handy for people doing what is lately known as "AJAX" development. Supported browsers are Mozilla - Firefox and family, Internet Explorer with MSXML3.0 and up, Konqueror (KDE 3.3+ for sure), Safari and Opera 9.

Table Of Contents

Latest Version

Download gr.abiss.js : sarissa Javadoc & API Documentation - Latest Versions:

All Versions

Download gr.abiss.js : sarissa Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.9.x

How to open Javadoc JAR file in web browser

  1. Rename the file sarissa-0.9.9.4-javadoc.jar to sarissa-0.9.9.4-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder sarissa-0.9.9.4-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "sarissa-0.9.9.4-sources.jar" -d "sarissa-0.9.9.4-javadoc" -subpackages 

Advertisement