summaryrefslogtreecommitdiff
path: root/packages/fcl-xml/src/xmlread.pp
Commit message (Expand)AuthorAgeFilesLines
* * Cleanup ParseContent()sergei2011-02-231-34/+17
* * xmlread.pp: split handling of node and validation stacks. Validation stack ...sergei2011-02-221-54/+47
* * xmlread.pp, remove FCursorStack and resort back to a single cursor node. Bu...sergei2011-02-211-82/+63
* * xmlread.pp, continue separating validation checks from the rest of code.sergei2011-02-211-54/+49
* * xmlread.pp, started separating validation checks from the rest of code.sergei2011-02-201-72/+91
* * xmlread.pp, the end of root element is now detected without involving DOM n...sergei2011-02-191-3/+5
* * xmlread.pp, handle entity references in streaming style.sergei2011-02-181-42/+107
* + fcl-xml, initial implementation of 'shared' DTD: it now consists of the mod...sergei2011-02-141-101/+99
* * Don't mess with DOM stuff in TXMLReader.ParseXmlOrTextDecl. Instead, put de...sergei2011-02-131-29/+22
* * xmlread.pp, fixed condition that was causing an infinite loop in case when ...sergei2011-01-151-1/+1
* * xmlread.pp: separated DOM-specific code into DoStartElement(); introduced F...sergei2010-10-311-32/+41
* * xmlread.pp: maintain ID map at reader side, so it can do ID/IDREF validatio...sergei2010-10-301-16/+40
* * xmlread.pp: since FIdRefs and FNotationRefs are never used at the same time...sergei2010-10-301-25/+21
* * xmlread.pp, implemented some c14n features: when parsing with Options.Canon...sergei2010-10-291-22/+41
* * xmlread.pp, fixed an issue introduced by combination of r16046 and r16172: ...sergei2010-10-281-1/+7
* * xmlread.pp, added location information to TNodeData and got namespace-relat...sergei2010-10-271-8/+15
* * xmlread.pp, modified attribute parsing code to use DOM-independent data str...sergei2010-10-271-144/+159
* + New unit dtdmodel.pp containing DTD-related classes.sergei2010-10-251-297/+118
* * xmlread.pp, continued reducing DOM dependencies:sergei2010-10-231-30/+49
* * xmlread.pp, modified attribute parsing code to use DOM-independent data str...sergei2010-10-191-102/+56
* * xmlread.pp, modified attribute parsing code to use DOM-independent data str...sergei2010-10-181-19/+69
* xmlread.pp, r16175 caused a regression in level1/core/commentgetcomment; we s...sergei2010-10-181-1/+2
* * xmlread.pp, do some cleanup and get rid of FCursor field.sergei2010-10-161-34/+21
* * xmlread.pp, doing progress with streaming API:sergei2010-10-151-34/+52
* * xmlread.pp, doing progress with streaming API:sergei2010-10-141-41/+170
* * xmlread.pp: started implementing the streaming API, aka XmlTextReader from ...sergei2010-10-051-48/+102
* * xmlread.pp, renamed all parameters and local vars named 'Name', 'Prefix', '...sergei2010-10-041-38/+38
* * xmlread.pp, a bit better separation of DOM-specific and DOM-independent cod...sergei2010-09-301-23/+20
* XML reader, forgot to pass current settings to the nested reader (although it...sergei2010-09-261-1/+3
* XML reader:sergei2010-09-261-37/+29
* * xmlread.pp, removed FRecognizePE field. Its functionality is replaced by ch...sergei2010-09-141-8/+1
* * xmlread.pp: refactoring, no function chages:sergei2010-09-131-65/+56
* * xmlread.pp, a misplaced assignment could cause a #13 character to pass non-...sergei2010-09-131-1/+1
* xmlread.pp, moved decoder procedures to xmlutils.pp, so they can be reused by...sergei2010-08-081-132/+1
* xmlread.pp:sergei2010-08-081-6/+2
* * Moved TWideCharBuf and associated functions from xmlread.pp to xmlutils.pp,...sergei2010-08-061-49/+0
* - xmlread.pp, removed redundant 'var' modifiers from TStream arguments of les...sergei2010-08-061-8/+8
* + Enumeration type for XML versionsergei2010-06-151-15/+16
* * xmlread.pp: when IgnoreComments=True, merge together text nodes that preced...sergei2010-06-151-3/+10
* xmlread.pp, TXMLFileSource.FetchData, don't lose the data that remains in the...sergei2010-02-151-0/+8
* * xmlread.pp, added a flag to force input stack unwinding upon reader destruc...sergei2009-12-081-8/+6
* * Removed null-termination in TXMLStreamInputSource.FetchData(): it isn't nec...sergei2009-12-081-1/+5
* * xmlread.pp: In case of reference to an undefined parameter entity, produce ...sergei2009-12-011-13/+24
* * xmlread.pp: move all entity recursion checks into one place (in ContextPush).sergei2009-11-301-34/+30
* * Rewrote TXMLReader.ParseContent to eliminate the inner loop;sergei2009-11-211-69/+97
* xmlread.pp: More on entity processing:sergei2009-11-201-113/+122
* * Reverted removal of 'ISO8859-1' encoding because it is still used in fcl-re...sergei2009-11-181-1/+4
* * Call StoreLocation once in SkipQuote, rather than every time after calling it.sergei2009-11-181-22/+16
* * Replaced all literal parsing routines with a single ParseLiteral(). Due to ...sergei2009-11-161-99/+168
* xmlread.pp, tighten up checks while parsing the xml declaration:sergei2009-10-261-15/+44