XML Pull Parser
Edit Page
Report
Scan day: 03 March 2014 UTC
21
Virus safety - good
Description: A fast parser using a pull-based approach instead of SAX. It does not read DTDs and is optimized for small documents like SOAP. [Open Source, BSD-like]
Home page of XML Pull Parser (XPP) Home page of XML Pull Parser (XPP) Why yet another API for XML (or why pull parsing is exciting)? Xml Pull Parser (in short XPP) is a streaming pull XML parser and should be used when there is a need to process quickly and efficiently all input elements (for example in SOAP processors). Pull parsing is just one level up from tokenizing XML (and that is actually how XPP2 default implementation is done). This means that XPP is representing the simplest way of processing XML that you can get (working with tokenizer would be even lower level but is not simple and most of applications would be much more complex to extract useful information from XML tokens ...). With XPP pull parser it is easy to build a next layer on top of it such as standard SAX2 push model (a prototype SAX2 driver for XPP2 is available). Every SAX2 parser has a tokenizer and a pull interface buried inside and XPP2 exposes this layer allowing for faster XML processing - and that is what I wanted to achieve in XPP2 and what makes this project interesting :-)
Size: 1072 chars
Contact Information
Email:Send Message
Phone&Fax: —
Address: —
Extended: —
WEBSITE Info
| Page title: | Home page of XML Pull Parser (XPP) |
| Keywords: | |
| Description: | |
| IP-address: | 129.79.247.149 |
WHOIS Info
| NS | Name Servers: DNS1.IU.EDU DNS2.IU.EDU |
| WHOIS | |
| Date | activated: 03-Mar-1986 last updated: 22-May-2013 expires: 31-Jul-2014 |
