[jdom-commits] CVS Update: jdom/src/java/org/jdom/input

nobody nobody at chimbo.servlets.com
Wed Apr 2 12:40:40 PST 2003


****************************************
Date:   Wed Apr  2, 2003 @13:40:40 MST
Author: 

Update of /home/cvs/jdom/src/java/org/jdom/input
In directory chimbo:/tmp/cvs-serv29638/input

Modified Files:
SAXBuilder.java SAXHandler.java
Added Files:
JAXPParserFactory.java
Log Message:
Builder changes from Laurent.

CVS Breaks out the JAXP work into a package protected JAXPParserFactory class.
CVS Simplifies the SAXBuilder by removing the element Stack.
CVS Trusts the SAX parser to correctly report namespaces (can we trust that?)

In Laurent's words:

Atttached is a proposal to solve the problem of namespace loss reported by
Stefan Liebig (see
http://lists.denveronline.net/lists/jdom-interest/2002-October/011504.html).

The patch is quite violent! It simply removes the need for the
availableNamespace list and removes the getNamespace() method. For that, it
entirely relies on the SAX parser correctly reporting namespaces thru
startPrefixMapping.

Although my tests did not show any problem, it would be nice if someone could
review it thoroughly.

-jh-

===================================================================
File: no file JAXPParserFactory.java		Status: Needs Checkout

   Working revision:	1.1	Wed Apr  2 20:40:40 2003
   Repository revision:	1.1	/home/cvs/jdom/src/java/org/jdom/input/JAXPParserFactory.java,v

   Existing Tags:
	No Tags Exist

===================================================================
File: no file SAXBuilder.java		Status: Needs Checkout

   Working revision:	1.73	Wed Apr  2 20:40:40 2003
   Repository revision:	1.73	/home/cvs/jdom/src/java/org/jdom/input/SAXBuilder.java,v

   Existing Tags:
	jdom_1_0_b8              	(revision: 1.64)
	jdom_1_0_b8_rc1          	(revision: 1.64)
	jdom_prefilter           	(revision: 1.59)
	jdom_1_0_b7              	(revision: 1.53)
	jdom_1_0_b6              	(revision: 1.34)
	start                    	(revision: 1.1.1.1)
	jdom                     	(branch: 1.1.1)

===================================================================
File: no file SAXHandler.java		Status: Needs Checkout

   Working revision:	1.49	Wed Apr  2 20:40:40 2003
   Repository revision:	1.49	/home/cvs/jdom/src/java/org/jdom/input/SAXHandler.java,v

   Existing Tags:
	jdom_1_0_b8              	(revision: 1.39)
	jdom_1_0_b8_rc1          	(revision: 1.38)
	jdom_prefilter           	(revision: 1.27)
	jdom_1_0_b7              	(revision: 1.18)




More information about the jdom-commits mailing list