JDOM
1.0beta10

Deprecated API

Deprecated Fields
org.jdom.Attribute.CDATA_ATTRIBUTE
          Deprecated in Beta 10 use CDATA_TYPE 
org.jdom.Attribute.ENTITIES_ATTRIBUTE
          Deprecated in Beta 10 use ENTITIES_TYPE 
org.jdom.Attribute.ENTITY_ATTRIBUTE
          Deprecated in Beta 10 use ENTITY_TYPE 
org.jdom.Attribute.ENUMERATED_ATTRIBUTE
          Deprecated in Beta 10 use ENUMERATED_TYPE 
org.jdom.Attribute.ID_ATTRIBUTE
          Deprecated in Beta 10 use ID_TYPE 
org.jdom.Attribute.IDREF_ATTRIBUTE
          Deprecated in Beta 10 use IDREF_TYPE 
org.jdom.Attribute.IDREFS_ATTRIBUTE
          Deprecated in Beta 10 use IDREFS_TYPE 
org.jdom.Attribute.NMTOKEN_ATTRIBUTE
          Deprecated in Beta 10 use NMTOKEN_TYPE 
org.jdom.Attribute.NMTOKENS_ATTRIBUTE
          Deprecated in Beta 10 use NMTOKENS_TYPE 
org.jdom.Attribute.NOTATION_ATTRIBUTE
          Deprecated in Beta 10 use NOTATION_TYPE 
org.jdom.Attribute.UNDECLARED_ATTRIBUTE
          Deprecated in Beta 10 use UNDECLARED_TYPE 
 

Deprecated Methods
org.jdom.ProcessingInstruction.getNames()
          Deprecated in Beta 10, use getPseudoAttributeNames() instead. 
org.jdom.ProcessingInstruction.getValue(String)
          Deprecated in Beta 10, use getPseudoAttributeValue() instead. 
org.jdom.ProcessingInstruction.removeValue(String)
          Deprecated in Beta 10, use removePseudoAttributeValue() instead. 
org.jdom.output.XMLOutputter.setEncoding(String)
          Deprecated in Beta 10, use the Format class instead 
org.jdom.output.XMLOutputter.setExpandEmptyElements(boolean)
          Deprecated in Beta 10, use the Format class instead 
org.jdom.output.XMLOutputter.setIndent(String)
          Deprecated in Beta 10, use the Format class instead 
org.jdom.output.XMLOutputter.setLineSeparator(String)
          Deprecated in Beta 10, use the Format class instead 
org.jdom.output.XMLOutputter.setNewlines(boolean)
          Deprecated in Beta 10 since newlines will now just be added if indent is non-null 
org.jdom.output.XMLOutputter.setOmitDeclaration(boolean)
          Deprecated in Beta 10, use the Format class instead 
org.jdom.output.XMLOutputter.setOmitEncoding(boolean)
          Deprecated in Beta 10, use the Format class instead 
org.jdom.output.XMLOutputter.setTextNormalize(boolean)
          Deprecated in Beta 10, use the Format class instead 
org.jdom.output.XMLOutputter.setTextTrim(boolean)
          Deprecated in Beta 10, use the Format class instead 
org.jdom.output.XMLOutputter.setTrimAllWhite(boolean)
          Deprecated in Beta 10, use the Format class instead 
org.jdom.ProcessingInstruction.setValue(String, String)
          Deprecated in Beta 10, use addPseudoAttributeValue() instead. 
 

Deprecated Constructors
org.jdom.Document(List, DocType)
          Deprecated in beta10 because the DocType is now part of the content list itself 
org.jdom.input.JDOMParseException(String, Document, Throwable)
          Use JDOMParseException.JDOMParseException(String, Throwable, Document) instead. 
org.jdom.output.XMLOutputter(String)
          Deprecated in Beta 10, use the Format class instead 
org.jdom.output.XMLOutputter(String, boolean)
          Deprecated in Beta 10, use the Format class instead 
org.jdom.output.XMLOutputter(String, boolean, String)
          Deprecated in Beta 10, use the Format class instead 
 


JDOM
1.0beta10

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