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.Element.hasChildren()
          Deprecated in Beta 9, instead of this method you can check the size of a getChildren() call 
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.outputString(String)
          Deprecated in beta9, use XMLOutputter.outputString(Text) instead 
org.jdom.Element.removeChildren()
          Deprecated in Beta 9, instead of this method you can call clear() on the list returned by getChildren() or by getContent() 
org.jdom.Element.setChildren(List)
          Deprecated in Beta 9, use setContent(List) instead 
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 
org.jdom.input.DOMBuilder.setValidation(boolean)
          Deprecated in Beta 9, DOMBuilder shouldn't be used for building from files and that's the only time validation matters 
 

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 © 2003 Jason Hunter, Brett McLaughlin. All Rights Reserved.