Top "Sax" questions

SAX stands for Simple API for XML, and is an event-based way of reading XML data from a document.

Parse XML file on BlackBerry

I want to know how to parse XML data on a BlackBerry. I read somewhere that JSON is good method …

xml blackberry java-me sax kxml
Better way to parse xml

I've been parsing XML like this for years, and I have to admit when the number of different element becomes …

java xml sax
Using SAX to parse common XML elements

I'm currently using SAX (Java) to parse a a handful of different XML documents, with each document representing different data …

java xml sax
Java SAX Parsing

There's an XML stream which I need to parse. Since I only need to do it once and build my …

java xml sax
Android SAX parser not getting full text from between tags

I've created my own DefaultHandler to parse rss feeds and for most feeds it's working fine, however, for ESPN, it …

android parsing escaping sax
how to import XSD types into root schema?

This is my existing XSD schema in foo.xsd, that declares just the type: <xs:schema xmlns:xs="http://…

java xml xsd sax
Parsing an XML stream with no root element

I need to parse a continuous stream of well-formed XML elements, to which I am only given an already constructed …

java xml sax xmlreader
Java SAXParser: Different between `localName` and `qName`

In Java, Handler class contains method which name is startElement.this method has prototype: public void startElement(String uri, String …

java xml terminology sax
Is there a SaxParser that reads json and fires events so it looks like xml

This would be great as it would allow my xml stuff to read json w/out any change except for …

java xml json sax
unknown protocol: c (JDOM a SAXBuilder)

I'm using JDOM with SAXBuilder to parse XML files, and I have a problem with a file which is throwing …

java parsing exception sax jdom