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
Method Summary |
static void |
main(String[] args)
Main application entry point. |
NewsMLExplorer
public NewsMLExplorer()
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.