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

nobody nobody at chimbo.servlets.com
Thu Feb 19 01:30:25 PST 2004


****************************************
Date:   Thu Feb 19, 2004 @02:30:25 MST
Author: 

Update of /home/cvs/jdom/src/java/org/jdom/output
In directory chimbo:/tmp/cvs-serv29808/src/java/org/jdom/output

Modified Files:
XMLOutputter.java
Log Message:
Reduced the visibility on some XMLOutputter internals that we don't want to
guarantee support for over the long term. Some people who want custom output
formatting may need to copy some code blocks. That's OK since JDOM is open
source and while it's less than ideal, it's better than our exposing protected
internal variables and methods that we may have reason to change later.

Now marked private:
userFormat
printString()
printContentRange()
printTextRange()
Now static final:
preserveFormat

-jh-

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

   Working revision:	1.105	Thu Feb 19 09:30:25 2004
   Repository revision:	1.105	/home/cvs/jdom/src/java/org/jdom/output/XMLOutputter.java,v

   Existing Tags:
	jdom_1_0_b10             	(revision: 1.102)
	jdom_1_0_b10_rc1         	(revision: 1.101)
	after_rolf               	(revision: 1.100)
	before_rolf              	(revision: 1.100)
	jdom_1_0_b9              	(revision: 1.91)
	jdom_1_0_b8              	(revision: 1.76)
	jdom_prefilter           	(revision: 1.66)
	jdom_1_0_b7              	(revision: 1.62)
	jdom_1_0_b6              	(revision: 1.35)
	start                    	(revision: 1.1.1.1)
	jdom                     	(branch: 1.1.1)




More information about the jdom-commits mailing list