RandomSec/main
Iain Sproat d71c563831 XmlImportUtilities.detectPathFromTag and XmlImportUtilities.detectRecordElement methods now use a generic TreeParser interface. A lightweight wrapper XmlParser wraps XMLStreamReader to provide parsing for xml data.
This is another small step towards a generic importer for tree structured data.  My plan is to refactor more of XmlImportUtilities' methods to use the TreeParser interface so that XmlStreamReader is no longer called directly from XmlImportUtilities.

git-svn-id: http://google-refine.googlecode.com/svn/trunk@1322 7d457c2a-affb-35e4-300a-418c747d4874
2010-09-27 17:40:51 +00:00
..
.settings adding eclipse project files and changing the build system 2010-05-30 17:13:37 +00:00
IDEs Eclipse .launch file for tests now correctly points to project 'grefine' rather than incorrect 'refine'. 2010-09-27 14:47:06 +00:00
src XmlImportUtilities.detectPathFromTag and XmlImportUtilities.detectRecordElement methods now use a generic TreeParser interface. A lightweight wrapper XmlParser wraps XMLStreamReader to provide parsing for xml data. 2010-09-27 17:40:51 +00:00
tests XmlImportUtilities.detectPathFromTag and XmlImportUtilities.detectRecordElement methods now use a generic TreeParser interface. A lightweight wrapper XmlParser wraps XMLStreamReader to provide parsing for xml data. 2010-09-27 17:40:51 +00:00
webapp the sandbox->freebase loading conduit is now named "refinery" 2010-09-25 01:57:56 +00:00
.classpath Renamed sub-projects as they are known to Eclipse 2010-09-22 16:40:46 +00:00
.gitignore another gitignore for eclipse git support 2010-05-31 09:00:37 +00:00
.project Renamed sub-projects as they are known to Eclipse 2010-09-22 16:40:46 +00:00