Initial commit
authorkim <kim@3cdefd35-fc62-479d-8e8d-bae585ffb9ca>
Fri, 21 Nov 2008 05:00:50 +0000 (05:00 +0000)
committerkim <kim@3cdefd35-fc62-479d-8e8d-bae585ffb9ca>
Fri, 21 Nov 2008 05:00:50 +0000 (05:00 +0000)
commit3623eefccfb5fc69e19ad975a3669f51a2a8b276
tree8c321ed511b501e0cb8dd4bde83cacec655ca5bc
Initial commit

git-svn-id: svn+ssh://idea.nguyen.vg/svn/sxsi/trunk/xpathcomp@1 3cdefd35-fc62-479d-8e8d-bae585ffb9ca
74 files changed:
LICENCE [new file with mode: 0644]
Makefile [new file with mode: 0644]
OCamlDriver.cpp [new file with mode: 0644]
OCamlSXSIDrive.cpp [new file with mode: 0644]
OCamlStorageInterface.cpp [new file with mode: 0644]
OCamlStorageInterface.h [new file with mode: 0644]
StorageInterface.cpp [new file with mode: 0644]
StorageInterface.h [new file with mode: 0644]
Utils.h [new file with mode: 0644]
XMLDocShredder.cpp [new file with mode: 0644]
XMLDocShredder.h [new file with mode: 0644]
automaton.ml [new file with mode: 0644]
automaton.mli [new file with mode: 0644]
benchmark/Makefile [new file with mode: 0644]
benchmark/benchmark.ml [new file with mode: 0644]
benchmark/benchmark.mli [new file with mode: 0644]
benchmark/depend [new file with mode: 0644]
benchmark/main.ml [new file with mode: 0644]
debug.ml [new file with mode: 0644]
depend [new file with mode: 0644]
intSet.ml [new file with mode: 0644]
intSet.mli [new file with mode: 0644]
main.ml [new file with mode: 0644]
memory.ml [new file with mode: 0644]
memory.mli [new file with mode: 0644]
tag.ml [new file with mode: 0644]
tag.mli [new file with mode: 0644]
tagSet.ml [new file with mode: 0644]
tagSet.mli [new file with mode: 0644]
tests/a.dtd [new file with mode: 0644]
tests/base.xml [new file with mode: 0644]
tests/dblp_bht_entity.dtd [new file with mode: 0644]
tests/schema/calstblx.dtd [new file with mode: 0644]
tests/schema/catalog.xml [new file with mode: 0644]
tests/schema/dbcentx.mod [new file with mode: 0644]
tests/schema/dbebnf.dtd [new file with mode: 0644]
tests/schema/dbgenent.mod [new file with mode: 0644]
tests/schema/dbhierx.mod [new file with mode: 0644]
tests/schema/dbnotnx.mod [new file with mode: 0644]
tests/schema/dbpoolx.mod [new file with mode: 0644]
tests/schema/docbook.cat [new file with mode: 0644]
tests/schema/docbookx.dtd [new file with mode: 0644]
tests/schema/ent/README [new file with mode: 0644]
tests/schema/ent/isoamsa.ent [new file with mode: 0644]
tests/schema/ent/isoamsb.ent [new file with mode: 0644]
tests/schema/ent/isoamsc.ent [new file with mode: 0644]
tests/schema/ent/isoamsn.ent [new file with mode: 0644]
tests/schema/ent/isoamso.ent [new file with mode: 0644]
tests/schema/ent/isoamsr.ent [new file with mode: 0644]
tests/schema/ent/isobox.ent [new file with mode: 0644]
tests/schema/ent/isocyr1.ent [new file with mode: 0644]
tests/schema/ent/isocyr2.ent [new file with mode: 0644]
tests/schema/ent/isodia.ent [new file with mode: 0644]
tests/schema/ent/isogrk1.ent [new file with mode: 0644]
tests/schema/ent/isogrk2.ent [new file with mode: 0644]
tests/schema/ent/isogrk3.ent [new file with mode: 0644]
tests/schema/ent/isogrk4.ent [new file with mode: 0644]
tests/schema/ent/isolat1.ent [new file with mode: 0644]
tests/schema/ent/isolat2.ent [new file with mode: 0644]
tests/schema/ent/isonum.ent [new file with mode: 0644]
tests/schema/ent/isopub.ent [new file with mode: 0644]
tests/schema/ent/isotech.ent [new file with mode: 0644]
tests/schema/htmltblx.mod [new file with mode: 0644]
tests/schema/soextblx.dtd [new file with mode: 0644]
tests/schema/tdg.dtd [new file with mode: 0644]
tests/schema/xkb.dtd [new file with mode: 0644]
tests/test.xml [new file with mode: 0644]
tests/tiny.xml [new file with mode: 0644]
tree.ml [new file with mode: 0644]
tree.mli [new file with mode: 0644]
ulexer.ml [new file with mode: 0644]
ulexer.mli [new file with mode: 0644]
xPath.ml [new file with mode: 0644]
xPath.mli [new file with mode: 0644]