yacy_search_server/source/net/yacy/document/parser/html
2009-12-02 00:37:59 +00:00
..
AbstractScraper.java
AbstractTransformer.java
CharacterCoding.java
ContentScraper.java replaced _all_ size() == 0 with isEmpty() and all size() > 0 with !isEmpty(). The isEmpty() method is much faster in some cases, especially when used to access badly balanced hashtables where an size() operation becomes a large iteration. 2009-12-02 00:37:59 +00:00
ContentTransformer.java replaced _all_ size() == 0 with isEmpty() and all size() > 0 with !isEmpty(). The isEmpty() method is much faster in some cases, especially when used to access badly balanced hashtables where an size() operation becomes a large iteration. 2009-12-02 00:37:59 +00:00
ImageEntry.java added json and rss output for image search 2009-11-23 16:10:50 +00:00
Scraper.java
ScraperInputStream.java
ScraperListener.java
Transformer.java
TransformerWriter.java replaced _all_ size() == 0 with isEmpty() and all size() > 0 with !isEmpty(). The isEmpty() method is much faster in some cases, especially when used to access badly balanced hashtables where an size() operation becomes a large iteration. 2009-12-02 00:37:59 +00:00