Deprecated API

Deprecated Classes
org.openxml.XMLDocument
          Alternative API will be introduced in OpenXML 1.1 
org.openxml.XMLElement
          Alternative API will be introduced in OpenXML 1.1 
 

Deprecated Interfaces
org.openxml.parser.ErrorSinkHandler
          This class has been deprecated and no longer supported. It will be removed in release 1.1. Use ErrorHandler instead. 
org.openxml.parser.SourceLocation
          Replaced with Locator 
org.openxml.XMLElementFactory
          Alternative API will be introduced in OpenXML 1.1 
 

Deprecated Exceptions
org.openxml.parser.FatalParseException
          Replaced with SAXParseException 
org.openxml.parser.ParseException
          Replaced with SAXParseException 
org.openxml.parser.ValidityException
          Replaced with SAXParseException 
org.openxml.parser.WellFormedException
          Replaced with SAXParseException 
 

Deprecated Methods
org.openxml.DOMFactory.createPrinter(OutputStream, int)
          This method has become obsolete in favor of the X3P Publisher and Producer APIs. This method is temporarily provided for backward compatibility but will not be included in release 1.1. 
org.openxml.DOMFactory.createPrinter(OutputStream, int, Class)
          This method has become obsolete in favor of the X3P Publisher and Producer APIs. This method is temporarily provided for backward compatibility but will not be included in release 1.1. 
org.openxml.DOMFactory.createPrinter(Writer, int)
          This method has become obsolete in favor of the X3P Publisher and Producer APIs. This method is temporarily provided for backward compatibility but will not be included in release 1.1. 
org.openxml.DOMFactory.createPrinter(Writer, int, Class)
          This method has become obsolete in favor of the X3P Publisher and Producer APIs. This method is temporarily provided for backward compatibility but will not be included in release 1.1. 
org.openxml.parser.BaseParser.getSourceURI()
          Use BaseParser.getSystemId() instead. 
org.openxml.parser.BaseParser.setErrorSink(ErrorSinkHandler)
          Use BaseParser.setErrorHandler(org.xml.sax.ErrorHandler) instead