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.DOMOutputter.output(Attribute)
          Deprecated in Beta 9, since a DOM Attr should not be isolated from its Document; use output(Document) instead 
org.jdom.output.DOMOutputter.output(Element)
          Deprecated in Beta 9, since a DOM Element should not be isolated from its Document; use output(Document) instead 
org.jdom.output.XMLOutputter.output(String, OutputStream)
          Deprecated in beta8, see XMLOutputter.output(Text,OutputStream) 
org.jdom.output.XMLOutputter.output(String, Writer)
          Deprecated in beta8, see XMLOutputter.output(Text,Writer) 
org.jdom.output.XMLOutputter.setIndent(boolean)
          Deprecated in beta9, use setIndent(String) instead 
org.jdom.output.XMLOutputter.setIndent(int)
          Deprecated in beta9, use setIndent(String) instead 
org.jdom.output.XMLOutputter.setIndentSize(int)
          Deprecated in beta9, use setIndent(String) instead 
 

Deprecated Constructors
org.jdom.input.DOMBuilder(boolean)
          Deprecated in Beta 9, DOMBuilder shouldn't be used for building from files and that's the only time validation matters 
org.jdom.input.DOMBuilder(String, boolean)
          Deprecated in Beta 9, DOMBuilder shouldn't be used for building from files and that's the only time validation matters 
 



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