Log of /trunk/io/xmlparser/inc/TXMLParser.h
Parent Directory
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
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
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.