Class NewsMLExplorer

java.lang.Object
  |
  +--NewsMLExplorer

public class NewsMLExplorer
extends Object

Demo application for exploring a NewsML package.

Usage:

 java NewsMLExplorer [url]
 

where [url] is an optional argument providing the relative or absolute URL of a NewsML package to load on startup.

Most of the work of the application is done by the ExplorerFrame class. This application class simply creates and opens the frame, then passes on its command-line argument. This application uses the Xerces parser and DOM library.

Version:
2.0
Author:
Reuters PLC

Constructor Summary
NewsMLExplorer()
           
 
Method Summary
static void main(String[] args)
          Main application entry point.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewsMLExplorer

public NewsMLExplorer()
Method Detail

main

public static void main(String[] args)
Main application entry point.
Parameters:
args - The command-line arguments. The first argument [if present] will be used as the URL of a NewsML package to open on startup, and any others will be ignored.