yacy_search_server/source/net/yacy/document/parser/html
2011-12-01 11:20:13 +00:00
..
AbstractScraper.java do not allocate a StringBuilder object in case that there is not enough memory for that 2011-07-16 23:17:19 +00:00
AbstractTransformer.java removed finalize methods because of a hint in 2010-04-23 09:32:29 +00:00
CharacterCoding.java *) added comments 2011-09-25 13:16:52 +00:00
ContentScraper.java Initial performance improvements 2011-11-30 11:15:54 +00:00
ContentTransformer.java hack to reduce resource contention caused by massive UTF8 decodings which use java.nio resources: 2011-05-27 08:24:54 +00:00
Evaluation.java bugfixes in html parser 2011-08-31 16:02:06 +00:00
ImageEntry.java added more attributes for html parser and enhanced data structures 2011-04-28 13:09:01 +00:00
Scraper.java added more attributes for html parser and enhanced data structures 2011-04-28 13:09:01 +00:00
ScraperInputStream.java - added new protocol loader for 'file'-type URLs 2010-05-25 12:54:57 +00:00
ScraperListener.java
Transformer.java
TransformerWriter.java Allow initial buffer size definition in TransformWriter, and use available() method to set it in htmlParser. In this situation a ByteArrayInputStream is used so the available() method gives a good size estimation and avoid the buffer needing to be continually grown 2011-12-01 11:20:13 +00:00