[jdom-commits] CVS update: jdom/src/java/org/jdom/output
jhunter at cvs.jdom.org
jhunter at cvs.jdom.org
Tue May 8 22:52:21 PDT 2001
Date: Wednesday May 9, 2001 @ 6:52
Author: jhunter
Update of /home/cvspublic/jdom/src/java/org/jdom/output
In directory www.nmemonix.com:/tmp/cvs-serv14625/output
Modified Files:
DOMOutputter.java XMLOutputter.java
Log Message:
Making progress on the Entity to EntityRef strategy change:
* Removed the Entity class
* Added the EntityRef class
* Changed XMLOutputter.printEntity() to XMLOutputter.printEntityRef()
* Changed methods taking Entity to now take EntityRef
* Added SAXBuilder.setExpandEntitities(boolean) method, which currently
throws a RuntimeException that the feature isn't implemented yet
Thanks to Phil Nelson for contributing much of the code here.
There are no deprecations because the Entity model before this was
pretty much broken.
-jh-
===================================================================
File: no file DOMOutputter.java Status: Needs Checkout
Working revision: 1.23 Wed May 9 05:52:21 2001
Repository revision: 1.23 /home/cvspublic/jdom/src/java/org/jdom/output/DOMOutputter.java,v
Existing Tags:
start (revision: 1.1.1.1)
jdom (branch: 1.1.1)
===================================================================
File: no file XMLOutputter.java Status: Needs Checkout
Working revision: 1.49 Wed May 9 05:52:21 2001
Repository revision: 1.49 /home/cvspublic/jdom/src/java/org/jdom/output/XMLOutputter.java,v
Existing Tags:
start (revision: 1.1.1.1)
jdom (branch: 1.1.1)
More information about the jdom-commits
mailing list