Uses of Class
scone.util.tokenstream.SconePipe

Packages that use SconePipe
scone.accesstracking Scone is able to trace the actions of a user when using a Web browser. 
scone.accesstracking2 Scone is able to trace the actions of a user when using a Web browser. 
scone.examples.magnifier The Magnifyer Plugin enlarges all headings and large text elements in a Web page. 
scone.examples.statusbar The statusbar plugin demonstrates how to write a simple Scone plugin. 
scone.proxy This package contains the classes related to the proxy. 
 

Uses of SconePipe in scone.accesstracking
 

Methods in scone.accesstracking with parameters of type SconePipe
 void TimeStoreScriptAdder.handleRequest(SconePipe pipe)
          tries to add the JavaScript code at beginning of HTML-file:
 void LinkEventAdder.handleRequest(SconePipe pipe)
          accepts all links
 void JavaScriptAdder.handleRequest(SconePipe pipe)
          tries to add the preamble: before </head>-Tag before <body>-Tag before <frameset>-Tag before heading before table before link (<A> or <AREA>-Tag before image before form before preformatted text In case of a frameset a special JavaScript code is added to generate a window name if the window has none.
 void FormSubmitEventAdder.handleRequest(SconePipe pipe)
          tries to add an onsubmit-event to the form-tag
 void BodyEventAdder.handleRequest(SconePipe pipe)
          tries to add load and unload-events to the body-tag if no body tag can be found before first: heading table link (<A> or <AREA>-Tag image form preformatted text or before EOF a new body-tag is inserted.
 

Uses of SconePipe in scone.accesstracking2
 

Methods in scone.accesstracking2 with parameters of type SconePipe
 void TimeStoreScriptAdder.handleRequest(SconePipe pipe)
          tries to add the JavaScript code at beginning of HTML-file:
 void LinkEventAdder.handleRequest(SconePipe pipe)
          accepts all links
 void JavaScriptAdder.handleRequest(SconePipe pipe)
          tries to add the preamble: before </head>-Tag before <body>-Tag before <frameset>-Tag before heading before table before link (<A> or <AREA>-Tag before image before form before preformatted text In case of a frameset a special JavaScript code is added to generate a window name if the window has none.
 void FormSubmitEventAdder.handleRequest(SconePipe pipe)
          tries to add an onsubmit-event to the form-tag
 void BodyEventAdder.handleRequest(SconePipe pipe)
          tries to add load and unload-events to the body-tag if no body tag can be found before first: heading table link (<A> or <AREA>-Tag image form preformatted text or before EOF a new body-tag is inserted.
 

Uses of SconePipe in scone.examples.magnifier
 

Methods in scone.examples.magnifier with parameters of type SconePipe
 void Magnifier.handleRequest(SconePipe pipe)
           
 

Uses of SconePipe in scone.examples.statusbar
 

Methods in scone.examples.statusbar with parameters of type SconePipe
 void StatusBarWizard.handleRequest(SconePipe pipe)
           
 

Uses of SconePipe in scone.proxy
 

Methods in scone.proxy with parameters of type SconePipe
 void ParsingMeg.handleRequest(SconePipe pipe)
          Parse document and collect data for NetNode and HtmlNode objects: number of links, number of images, language etc.
 void AddPreambleEditor.handleRequest(SconePipe pipe)
          tries to add the preamble: before </head>-Tag before <body>-Tag before <frameset>-Tag before heading before table before link (<A> or <AREA>-Tag before image before form before preformatted text