Difference: JavaNotes (21 vs. 22)

Revision 2230 Jun 2004 - TobyCabot

Line: 1 to 1
 
META TOPICPARENT name="ProgrammingNotes"
(over to JavaProgrammingBookmarks)
Line: 93 to 93
  There was another implementation but it seems to have fallen off the net. Google had cached entries for a package called TCE/Java at http://www.voicenet.com/~hsk0/tce/ but it seems to have fallen off the net. The guy that wrote it is Howard Kapustein, maybe he'll show up again.
Changed:
<
<

XML Parsing

>
>

XML Event-based Parsing

  http://cafeconleche.org/books/xmljava/ - looks like a good starter book.
Line: 103 to 103
 

SAX Parser

Changed:
<
<
This is the old approach.
>
>
This is the old SAX 1.0 approach.
 

Property

Line: 116 to 116
 

XML Reader

Changed:
<
<
This is the new approach.
>
>
This is the SAX 2.0 approach.
 

Property

Line: 131 to 131
  parser = XMLReaderFactory.createXMLReader();
Added:
>
>

STaX

A "pull" approach where the application requests events from the parser. Need to check it out further. Intro at http://www.xml.com/pub/a/2003/09/17/stax.html .

 

Profiling

View topic | History: r36 < r35 < r34 < r33 | More topic actions...
Copyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding The Caboteria? Send feedback