yacy_search_server/source/net/yacy/kelondro/io
luccioman 319231a458 Added a generic XML parser, able to parse elements text and URLs.
This parser adds support for any XML based format other than already
supported XML vocabularies such XHTML, RSS/Atom feeds... It will
eventually be used as a fallback if one of these specific parsers fail,
before falling back to the existing genericParser which extracts not
that much useful information except URL tokens.
2017-06-26 16:30:21 +02:00
..
AbstractReader.java added missing @Override annotation 2014-03-28 13:48:37 +01:00
AbstractWriter.java added missing @Override annotation 2014-03-28 13:48:37 +01:00
BufferedRecords.java prevent opening of new files as that could be a cause for the latest 2014-03-28 14:31:43 +01:00
ByteCount.java *) set SVN properties 2011-03-08 01:51:51 +00:00
ByteCountInputStream.java Added 'final' for all exception blocks as this helps the Java compiler 2013-07-17 18:31:30 +02:00
ByteCountOutputStream.java added missing @Override annotation 2014-03-28 13:48:37 +01:00
CachedFileReader.java added missing @Override annotation 2014-03-28 13:48:37 +01:00
CachedFileWriter.java Added 'final' for all exception blocks as this helps the Java compiler 2013-07-17 18:31:30 +02:00
CachedRecords.java - the webgraph shall store all links which appear on a web page and not 2013-09-15 00:30:23 +02:00
CharBuffer.java Added a generic XML parser, able to parse elements text and URLs. 2017-06-26 16:30:21 +02:00
RandomAccessIO.java made class methods static where possible 2012-07-05 12:38:41 +02:00
Reader.java *) set SVN properties 2011-03-08 01:51:51 +00:00
Records.java fix seek error for 0 file size records file 2014-07-06 20:49:01 +02:00
Writer.java *) set SVN properties 2011-03-08 01:51:51 +00:00