Hello!
I did not find the event to read the entry for position tracking. By code like too ... I do not have to add or you can add yourself that opportunity?
Last edit: Ondrej Pokorny 2015-07-12
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You use the property ApproxStreamPosition that is included in every reader class. Please check the interfaces of the units first. OXml is well documented IMO.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I might have misunderstood you first. The DOM parser doesn't have such option now. Actually, if you process big files, you should use the sequential parser or SAX where you can use ApproxStreamPosition and break reading already now.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Fine! I have seen changes in the sax parser. It would be nice to have the dom parser opportunity .... not necessarily pass nodes, at least us to monitor the movement of the position. Such events do not find ...
Last edit: Grigoriy Poverenniy 2015-07-07
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
View and moderate all "General Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Discussion"
Primary topic is
https://sourceforge.net/p/oxml/discussion/general/thread/0252bd67/
Last edit: Grigoriy Poverenniy 2015-06-10
I assume you found it by yourself :)
No...
Hello!
I did not find the event to read the entry for position tracking. By code like too ... I do not have to add or you can add yourself that opportunity?
Last edit: Ondrej Pokorny 2015-07-12
NativeXML has event NodeNew, NodeLoaded. On this events i can stop parsing or skip node. Can show process indicator and over.
NativeXML spoil...
OXml is good!
Last edit: Grigoriy Poverenniy 2015-06-10
Ok, I was confused by the empty question body.
You use the property ApproxStreamPosition that is included in every reader class. Please check the interfaces of the units first. OXml is well documented IMO.
I might have misunderstood you first. The DOM parser doesn't have such option now. Actually, if you process big files, you should use the sequential parser or SAX where you can use ApproxStreamPosition and break reading already now.
Fine! I have seen changes in the sax parser. It would be nice to have the dom parser opportunity .... not necessarily pass nodes, at least us to monitor the movement of the position. Such events do not find ...
Last edit: Grigoriy Poverenniy 2015-07-07
I added OnProgress event handlers in rev 90.
Very very very good!!!:-)