scone.proxy
Class ParsingMeg
java.lang.Object
HttpEditor
scone.proxy.HtmlTokenEditor
scone.proxy.ParsingMeg
public class ParsingMeg
- extends HtmlTokenEditor
transforms tokens into database objects.
This Editor is initialized and set up by the Scone framework. Do not use it!
The ParsingMeg
should be registered as the first monitor.
It is registered at Scone
by default.
Tokens are transformed using scone.util.DocumentParser
- Author:
- Harald Weinreich, Volkert Buchmann
Field Summary |
static java.lang.String |
COPYRIGHT
|
Constructor Summary |
ParsingMeg(int requirements)
create the initial instance |
Method Summary |
void |
handleRequest(SconePipe pipe)
Parse document and collect data for NetNode and HtmlNode objects: number of links,
number of images, language etc. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COPYRIGHT
public static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
ParsingMeg
public ParsingMeg(int requirements)
- create the initial instance
handleRequest
public void handleRequest(SconePipe pipe)
- Parse document and collect data for NetNode and HtmlNode objects: number of links,
number of images, language etc.
- Overrides:
handleRequest
in class HtmlTokenEditor