PageMixer demonstration

pagemixer.filter
Class LocalePageSample

java.lang.Object
  |
  +--pagemixer.filter.LocalePageSample

public class LocalePageSample
extends java.lang.Object

This is sample of locale sensitive parsing.

See main(java.lang.String[]) to use as stand-alone application.


Constructor Summary
LocalePageSample()
           
 
Method Summary
static void main(java.lang.String[] args)
          Invoke as stand-alone application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalePageSample

public LocalePageSample()
Method Detail

main

public static void main(java.lang.String[] args)
Invoke as stand-alone application.
USAGE:java pagemixer.filter.LocalePageSample InputFilename [Language [Country [Variant]]]

Please see description of pagemixer.filter about class path requirement to execute this class.


PageMixer demonstration