Jez Higgins
6bf75264de
Completely removed XMLReader setProperty and getProperty member functions.
...
For nearly everyone, their use can be replaced by either setLexicalHandler
or setDeclHandler. For the particular case of the Xerces extended properties
I'll loop back round and add specific member methods for those.
2020-04-16 20:23:59 +01:00
Jez Higgins
337092fa4e
Merge pull request #6 from Wassasin/master
...
Taggle: Blocks in <a>-tags are not parsed
2014-03-03 10:00:07 +00:00
Quentin Fiard
cc9355c038
Fixed string+int issues in headers
2014-02-27 21:44:40 +00:00
Wouter Geraedts
aaf2a4f478
Taggle/SAX::HTMLSchema: added M_BLOCK for anchor tags
2013-10-30 23:11:49 +01:00
Jez Higgins
45268963bd
getLineNumber/getColumnNumber now return size_t
...
Changed from int - underlying libraries are moving to large sizes
2012-09-14 16:54:51 +01:00
jez
57a1f36532
Applied patch from Ash Berlin which silences a pile of compiler warnings about unused parameters.
2009-12-06 20:48:35 +00:00
Ash Berlin
31c13685d1
Remove warnings:
...
* Unused variable
* Unsigned value always >= 0
* Parameter initialization order
* Virtual destructors for virtual classes
2009-11-28 01:12:28 +00:00
U-isla\jez
2adf2618ed
Pulled static const int definitions out into cpp file
2009-08-01 08:48:41 +01:00
jez
8cadf886d0
Got Taggle test passing.
...
Rework Taggle's internal Element class to use a reference counting scheme,
so it's passed around by reference, rather than y value (and hence having lots of copying). I think the ref-counting is correct, but I haven't checked it yet.
2009-03-12 09:49:45 +00:00
jez
55e7094204
whitespace changes
2009-03-09 22:52:34 +00:00
jez
36400c00be
Quick patch to stop Taggle mangling up UTF-8 multibyte sequences.
2008-09-19 09:03:19 +01:00
jez
88de9056da
build through on cygwin with expat
2008-07-16 10:01:08 +01:00
jez
9ea360f3ef
collapsed tagsoup-port into mainline
2008-04-07 15:37:47 +00:00