Class XMLGallery

java.lang.Object
skyview.request.XMLGallery

public class XMLGallery extends Object
This class writes an HTML description of a survey based upon its XML survey file.
  • Constructor Details

    • XMLGallery

      public XMLGallery()
  • Method Details

    • main

      public static void main(String[] args)
    • printTemplate

      public static void printTemplate(String name) throws Exception
      Throws:
      Exception
    • error

      public static void error(String msg)
    • printGallery

      public static void printGallery(String filename) throws Exception
      Throws:
      Exception
    • startElement

      public void startElement(String uri, String localName, String qName, Attributes attrib)
    • endElement

      public void endElement(String uri, String localName, String qName)
    • characters

      public void characters(char[] arr, int start, int len)