Uses of Class
org.egothor.text.Anchor

Packages that use Anchor
org.egothor.html This package contains a specific implementation of core objects for HTML with "home" and "content" support. 
org.egothor.text This package contains support of some textual routines/processes. 
 

Uses of Anchor in org.egothor.html
 

Methods in org.egothor.html that return types with arguments of type Anchor
 java.util.ArrayList<Anchor> HTMLField.getImageLinks()
           
 java.util.ArrayList<Anchor> HTMLParser.getImageLinks()
          Return a Vector of the links obtained by the Handler.
 java.util.ArrayList<Anchor> HTMLField.getLinks()
           
 java.util.ArrayList<Anchor> HTMLParser.getLinks()
          Return a Vector of the links obtained by the Handler.
 

Uses of Anchor in org.egothor.text
 

Methods in org.egothor.text that return Anchor
 Anchor Stringer.createAnchor(int fromHandle, java.net.URI uri)