PageMixer demonstration

pagemixer.filter
Class Bootstrap.Default

java.lang.Object
  |
  +--pagemixer.filter.Bootstrap
        |
        +--pagemixer.filter.Bootstrap.Default
Enclosing class:
Bootstrap

public static class Bootstrap.Default
extends Bootstrap

Bootstrap with HTML file parsing.


Inner classes inherited from class pagemixer.filter.Bootstrap
Bootstrap.Default
 
Constructor Summary
Bootstrap.Default(java.lang.String filename)
           
 
Method Summary
protected  jp.ne.dti.lares.foozy.pagemixer.mixer.Producer createProducer()
          Create producer to produce token stream.
 
Methods inherited from class pagemixer.filter.Bootstrap
execute, parseFile, prepare, readinProducer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bootstrap.Default

public Bootstrap.Default(java.lang.String filename)
Method Detail

createProducer

protected jp.ne.dti.lares.foozy.pagemixer.mixer.Producer createProducer()
                                                                 throws java.io.IOException,
                                                                        jp.ne.dti.lares.foozy.pagemixer.parser.PageParseException
Description copied from class: Bootstrap
Create producer to produce token stream.
Overrides:
createProducer in class Bootstrap

PageMixer demonstration