Deprecated API

Deprecated Methods
org.jdom.Element.addChild(Comment)
          Use addContent(Comment) instead 
org.jdom.Element.addChild(Element)
          Use addContent(Element) instead 
org.jdom.Element.addChild(Entity)
          Use addContent(Entity) instead 
org.jdom.Element.addChild(ProcessingInstruction)
          Use addContent(ProcessingInstruction) instead 
org.jdom.Element.addChild(String)
          Use addContent(String) instead 
org.jdom.Document.addComment(Comment)
          use addContent(Comment) instead 
org.jdom.Document.addProcessingInstruction(ProcessingInstruction)
          use addContent(ProcessingInstruction) instead 
org.jdom.Document.addProcessingInstruction(String, Map)
          use addContent(ProcessingInstruction) instead 
org.jdom.Document.addProcessingInstruction(String, String)
          use addContent(ProcessingInstruction) instead 
org.jdom.Element.getContent()
          Use getTextTrim() instead 
org.jdom.Element.getContent(boolean)
          Use getText() and getTextTrim() instead 
org.jdom.Element.getMixedContent(boolean)
          Use getMixedContent(), with no arguments, instead 
org.jdom.Element.removeChild(Comment)
          Use getMixedContent().remove(comment) instead 
org.jdom.Element.removeChild(Element)
          Use getMixedContent().remove(element) instead 
org.jdom.Element.removeChild(Entity)
          Use getMixedContent().remove(entity) instead 
org.jdom.Element.removeChild(ProcessingInstruction)
          Use getMixedContent().remove(pi) instead 
org.jdom.Element.removeContent(Comment)
          Use getMixedContent().remove(comment) instead 
org.jdom.Element.removeContent(Element)
          Use getMixedContent().remove(element) instead 
org.jdom.Element.removeContent(Entity)
          Use getMixedContent().remove(entity) instead 
org.jdom.Element.removeContent(ProcessingInstruction)
          Use getMixedContent().remove(pi) instead 
org.jdom.Document.removeProcessingInstruction(ProcessingInstruction)
          use doc.getMixedContent().remove(PI) instead 
org.jdom.Element.setContent(String)
          Use setText(String) instead 
 



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