Deprecated API

Deprecated Methods
org.jdom.input.DOMBuilder.build(File)
          Deprecated in Beta 7, SAXBuilder should be used for building from any input other than a DOM tree 
org.jdom.input.DOMBuilder.build(InputStream)
          Deprecated in Beta 7, SAXBuilder should be used for building from any input other than a DOM tree 
org.jdom.input.DOMBuilder.build(URL)
          Deprecated in Beta 7, SAXBuilder should be used for building from any input other than a DOM tree 
org.jdom.output.XMLOutputter.indent(Writer)
          since it's never used in XMLOutputter, used in XMLOutputter indent( out, 0) instead 
org.jdom.output.XMLOutputter.output(String, OutputStream)
          see output(Text,OutputStream) 
org.jdom.output.XMLOutputter.output(String, Writer)
          see output(Text,Writer) 
org.jdom.output.XMLOutputter.setIndentLevel(int)
          Deprecated in beta7, because this is better done with a stacked FilterOutputStream 
org.jdom.output.XMLOutputter.setPadText(boolean)
          Deprecated in beta7, because this is no longer necessary 
org.jdom.output.XMLOutputter.setSuppressDeclaration(boolean)
          Deprecated in beta7, use setOmitDeclaration() instead 
 

Deprecated Constructors
org.jdom.input.SAXHandler(Document)
          Deprecated in beta7, use SAXHandler() instead and let SAXHandler create the Document, then retrieve it with getDocument() 
 



Copyright ? 2002 Jason Hunter, Brett McLaughlin. All Rights Reserved.