Uses of Class
scone.netobjects.LinkVector

Packages that use LinkVector
scone.netobjects This package provides objects which represent real objects from the internet and the WWW. 
 

Uses of LinkVector in scone.netobjects
 

Fields in scone.netobjects declared as LinkVector
protected  LinkVector HtmlNode.incomingLinks
           
protected  LinkVector HtmlNode.outgoingLinks
           
 

Methods in scone.netobjects that return LinkVector
 LinkVector HtmlNode.getIncomingLinks()
          Returns the Links from other documents to this one.
static LinkVector LinkCache.getLinksFrom(NetNode from)
          returns the links defined in from
static LinkVector LinkCache.getLinksTo(NetNode to)
          returns the links pointing to to
 LinkVector HtmlNode.getOutgoingLinks()
          Returns the Links defined in this document.