[jdom-commits] CVS update: jdom/src/java/org/jdom/input
    jhunter at cvs.jdom.org 
    jhunter at cvs.jdom.org
       
    Fri Jun 15 18:10:01 PDT 2001
    
    
  
Date:	Saturday June 16, 2001 @ 2:10
Author:	jhunter
Update of /home/cvspublic/jdom/src/java/org/jdom/input
In directory www.nmemonix.com:/tmp/cvs-serv24962
Modified Files:
	SAXBuilder.java 
Log Message:
Made SAXBuilder.build(InputSource) public at the suggestion of
Laurent Bihanic <laurent.bihanic at atosorigin.com>.  It used to be protected,
but Laurent had good reasons for making it public:
1. Introducing JDOM in an environment where programmers use InputSources 
   a lot without having to code and maintain the tests to decide whether 
   calling build(InputStream), build(Reader) or build(URL)
2. Using JAXP Source objects that are easily converted into SAXSource that 
   offers a getInputSource (back to use case #1)
-jh-
===================================================================
File: no file SAXBuilder.java		Status: Needs Checkout
   Working revision:	1.52	Sat Jun 16 01:10:01 2001
   Repository revision:	1.52	/home/cvspublic/jdom/src/java/org/jdom/input/SAXBuilder.java,v
   Existing Tags:
	start                    	(revision: 1.1.1.1)
	jdom                     	(branch: 1.1.1)
    
    
More information about the jdom-commits
mailing list