Adds external flush function,
[SXSI/XMLTree.git] / XMLTree.h
2011-04-19 kimAdds external flush function,
2011-04-19 kimRewrite printing function to make it faster. Now also...
2011-02-21 kiminline TaggedChild/TaggedFollowingSibling
2011-02-18 kimAdd auxiliary function to export tag symbol
2011-02-11 kimAdd NumTags method.
2011-02-07 kimAdd some inlining by hand
2010-10-27 nvalimakAdded filename to Save() and Load()
2010-04-30 kimBackport changes from the grammar branch
2010-04-28 kimFix the printing some more
2010-04-28 kimMore fixing in the printing code
2010-04-27 kimFix printing
2010-04-15 kimAdded option to not print text nodes while Printing.
2010-04-12 kim.
2009-08-20 kimBetter naming, some inlining.
2009-05-31 kimAdded XMLTree::Closing XMLTree::IsOpen
2009-05-29 nvalimakApprox pattern matching functions
2009-05-11 kimRemoved the naive text interface
2009-05-08 nvalimakAdded GetText(i,j)
2009-04-30 kimMerge the last bit of Diego's code with the modifications:
2009-04-28 kimInitial merge of Diego's cleaned up XMLTree class.
2009-04-16 kimAdded IsFirstChild and LastChild
2009-03-23 nvalimakJouni's Incremental BWT integrated into TextCollection
2009-03-11 kimAdded TaggedFollBelow
2009-03-10 kimAdded wrapper for TextCollection->Count(s)
2009-03-10 kimAdded TaggedFoo stuff
2009-03-08 fclaudeAdding stats function
2009-03-03 fclaudeUgly patch
2009-03-03 kimFix allocation bug for CachedText
2009-03-02 kimdon't return .c_str() without copying it first
2009-02-27 darroyueDiego: added method TaggedAncestor, renamed former...
2009-02-16 kimAdded caching of TextCollection
2009-02-16 kimAdded TaggedNext
2009-01-29 kimSome more debugging and comments.
2009-01-29 kimDebugged the save/load functions
2009-01-28 kim- Added an option to disable the TextCollection.
2009-01-28 kimHardcode "<@>" and "<$>" at position 0 and 1 in the...
2009-01-27 kimAdd RegisterTag method
2009-01-27 kimAdd TextCollection->EmptyText() wrapper
2009-01-14 darroyueNew (faster) representation for tags added; faster...
2008-12-11 darroyuefixed the topmost () bug, added getTextCollection function
2008-11-27 kimMakefile should not include testTextCollection.o which...
2008-11-27 kim.
2008-11-27 darroyuefixed small mistakes with text search functions in...
2008-11-25 darroyueadded text search functions, fixed the bug when initial...
2008-11-25 kimadded #idefs to avoid multiple inclusion
2008-11-24 kimInitial import of XMLTree