Package | Description |
---|---|
org.egothor.html |
This package contains a specific implementation of core objects
for HTML with "home" and "content" support.
|
org.egothor.robot |
Robot Capek
|
org.egothor.text |
This package contains support of some textual routines/processes.
|
Modifier and Type | Method and Description |
---|---|
ArrayList<Anchor> |
HTMLParser.getImageLinks()
Return a Vector of the links obtained by the Handler.
|
ArrayList<Anchor> |
HTMLField.getImageLinks() |
ArrayList<Anchor> |
HTMLParser.getLinks()
Return a Vector of the links obtained by the Handler.
|
ArrayList<Anchor> |
HTMLField.getLinks() |
Modifier and Type | Method and Description |
---|---|
ArrayList<Anchor> |
Response.getImageLinks()
Gets all img-src links discovered - only responses of text/html are
analyzed by the html parser.
|
ArrayList<Anchor> |
Response.getLinks()
Gets all links discovered - only responses of text/html are analyzed by
the html parser.
|
Modifier and Type | Method and Description |
---|---|
void |
PageRankWriter.addLink(long id,
Anchor sb) |
Modifier and Type | Method and Description |
---|---|
Anchor |
Stringer.createAnchor(int fromHandle,
URI uri) |
Copyright © 2016 Egothor. All Rights Reserved.