Uses of Package
xsmeral.semnet.crawler

Packages that use xsmeral.semnet.crawler
xsmeral.semnet.crawler Core classes of the crawler - the crawler/processor itself, host manager, URL manager, DB layer 
xsmeral.semnet.crawler.model Data containers used by the crawler - host and entity descriptors, entity document, URL entry 
xsmeral.semnet.manager Classes for management of processing jobs 
xsmeral.semnet.query The query interface. 
xsmeral.semnet.util Various utility classes for working with XPath or URLs, and processors for debugging. 
 

Classes in xsmeral.semnet.crawler used by xsmeral.semnet.crawler
ConfigurationException
          Indicates a problem with user configuration.
HostMapper
          HostMapper is responsible for mapping hosts to IDs.
RDBLayer
          Relational DB Layer for Crawler.
URLManager.LimitClause
          The LIMIT clause of SQL statement.
URLManager.OrderClause
          The ORDER BY clause of SQL statement.
URLManager.Query
          Complete SQL query.
URLManager.QueryBuilder
          Builder of queries.
URLManager.WhereClause
          The WHERE clause of SQL statement.
 

Classes in xsmeral.semnet.crawler used by xsmeral.semnet.crawler.model
RDBLayer
          Relational DB Layer for Crawler.
 

Classes in xsmeral.semnet.crawler used by xsmeral.semnet.manager
ConfigurationException
          Indicates a problem with user configuration.
 

Classes in xsmeral.semnet.crawler used by xsmeral.semnet.query
ConfigurationException
          Indicates a problem with user configuration.
 

Classes in xsmeral.semnet.crawler used by xsmeral.semnet.util
ConfigurationException
          Indicates a problem with user configuration.