[root] / trunk / io / xmlparser / inc / TXMLParser.h Repository:
ViewVC logotype

Log of /trunk/io/xmlparser/inc/TXMLParser.h

Parent Directory Parent Directory


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:

Revision 29654 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jul 31 14:34:14 2009 UTC (5 years, 5 months ago) by rdm
File length: 3846 byte(s)
Diff to previous 28833
make TXMLParser::StopParser() public, so it can be called from a SAX handler
to stop the parsing, if desired.

Revision 28833 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jun 5 14:08:12 2009 UTC (5 years, 7 months ago) by rdm
File length: 3846 byte(s)
Diff to previous 23151
call xmlInitParser and xmlCleanupParser in TXMLParser and not in TXMLDocument.
Fixes issue 51276.

Revision 23151 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Apr 11 16:20:58 2008 UTC (6 years, 9 months ago) by rdm
File length: 3847 byte(s)
Diff to previous 21809
move xmlparser to io.

Revision 21809 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jan 22 16:11:46 2008 UTC (7 years ago) by brun
Original Path: trunk/xmlparser/inc/TXMLParser.h
File length: 3847 byte(s)
Diff to previous 20882
From Matevz:
Fix effc++ warnings in gui/ and xmlparser/.

Revision 20882 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 19 11:31:26 2007 UTC (7 years, 2 months ago) by rdm
Original Path: trunk/xmlparser/inc/TXMLParser.h
File length: 3709 byte(s)
Diff to previous 20337
Set property svn:eol-style LF on all source and Makefiles. This should avoid
problems with Win32 line endings ending up in the repository. All MS tools
support LF eols fine.

Revision 20337 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Oct 13 16:15:15 2007 UTC (7 years, 3 months ago) by rdm
Original Path: trunk/xmlparser/inc/TXMLParser.h
File length: 3709 byte(s)
Diff to previous 19826
Add methods:
   void   SetReplaceEntities(Bool_t)
   Bool_t GetReplaceEntities() const
this allows the setting of the replaceEntities attribute in the xmlParserCtxt
so that entities coming from external documents will be properly expanded.
This fixes issue: 28145.

Revision 19826 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 19 19:56:11 2007 UTC (7 years, 4 months ago) by rdm
Original Path: trunk/xmlparser/inc/TXMLParser.h
File length: 3504 byte(s)
Diff to previous 19825
imported svn:keywords Id property

Revision 19825 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 19 19:49:10 2007 UTC (7 years, 4 months ago) by rdm
Original Path: trunk/xmlparser/inc/TXMLParser.h
File length: 3553 byte(s)
Diff to previous 11769
remove :$ from tag line

Revision 11769 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed May 11 13:19:50 2005 UTC (9 years, 8 months ago) by rdm
Original Path: trunk/xmlparser/inc/TXMLParser.h
File length: 3563 byte(s)
Diff to previous 11338
From Jose Lo:
DOM parser interface to libxml2. The DOM (Document Object Model) is a
platform and language-neutral interface that will allow programs and
scripts to dynamically access and update the content, structure and
style of documents.

Comes with two new tutorials: DOMParsePerson.C and DOMRecursive.C.

Revision 11338 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Mar 14 20:02:41 2005 UTC (9 years, 10 months ago) by rdm
Original Path: trunk/xmlparser/inc/TXMLParser.h
File length: 3897 byte(s)
Diff to previous 11326
removed exception, not used and conflicting with std:exception.

Revision 11326 - (view) (download) (as text) (annotate) - [select for diffs]
Added Mon Mar 14 15:33:43 2005 UTC (9 years, 10 months ago) by rdm
Original Path: trunk/xmlparser/inc/TXMLParser.h
File length: 3886 byte(s)
Simple API for XML (SAX) interface using libxml2 as low level parser
library. SAX is event driven and the ROOT interface uses its signal/slots
to have handler functions being registered and called. For an example see
tutorials/SAXHandler.C. This module is only build when libxml2 is found
by ./configure.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

Subversion Admin
ViewVC Help
Powered by ViewVC 1.0.9