Deprecated API


Contents
Deprecated Interfaces
org.apache.maven.doxia.module.docbook.DocbookMarkup
          This interface is incomplete and will be removed. Use SimplifiedDocbookMarkup instead. 
org.codehaus.doxia.sink.Sink
          use Sink instead (since 1.0-alpha-6). 
 

Deprecated Classes
org.apache.maven.doxia.module.xdoc.XmlWriterXdocSink
          Since 1.1, this sink is not more supported. If you are looking for a Sink which produces pretty formatted XML, you could use the XdocSink.XdocSink(java.io.Writer) as usual and reformat the Sink content produced with XmlUtil.prettyFormat(java.io.Reader, java.io.Writer). 
 

Deprecated Fields
org.apache.maven.doxia.module.docbook.DocBookSink.DEFAULT_SGML_PUBLIC_ID
          since 1.1, use DocbookMarkup.DEFAULT_SGML_PUBLIC_ID instead of. 
org.apache.maven.doxia.module.docbook.DocBookSink.DEFAULT_SGML_SYSTEM_ID
          since 1.1, use DocbookMarkup.DEFAULT_SGML_SYSTEM_ID instead of. 
org.apache.maven.doxia.module.docbook.DocBookSink.DEFAULT_XML_PUBLIC_ID
          since 1.1, use DocbookMarkup.DEFAULT_XML_PUBLIC_ID instead of. 
org.apache.maven.doxia.module.docbook.DocBookSink.DEFAULT_XML_SYSTEM_ID
          since 1.1, use DocbookMarkup.DEFAULT_XML_SYSTEM_ID instead of. 
 

Deprecated Methods
org.apache.maven.doxia.module.apt.AptUtils.encodeFragment(String)
          This method was used for the original apt format, which removed all non alphanumeric characters from anchors. Use AptUtils.encodeAnchor(String) instead. 
org.apache.maven.doxia.module.docbook.DocBookSink.escapeSGML(String, boolean)
          Use HtmlTools#escapeHTML(String,boolean). 
org.apache.maven.doxia.sink.XhtmlBaseSink.figure()
          Use XhtmlBaseSink.figure(SinkEventAttributes), this method is only kept for backward compatibility. Note that the behavior is different though, as this method writes an img tag, while correctly the img tag should be written by figureGraphics(). 
org.apache.maven.doxia.sink.XhtmlBaseSink.figureCaption()
          Use XhtmlBaseSink.figureCaption(SinkEventAttributes), this method is only kept for backward compatibility. Note that the behavior is different though, as this method only writes an alt attribute. 
org.apache.maven.doxia.sink.XhtmlBaseSink.figureGraphics(String)
          Use XhtmlBaseSink.figureGraphics(String,SinkEventAttributes), this method is only kept for backward compatibility. Note that the behavior is different though, as this method does not write the img tag, only the src attribute. 
org.apache.maven.doxia.parser.AbstractParser.getBasedir()
          this does not work in multi-module builds, see DOXIA-373 
org.apache.maven.doxia.document.DocumentMeta.getKeywords()
          use the <keyWords/> tag instead of. 
org.apache.maven.doxia.module.docbook.DocBookSink.graphicElement()
          do not use! 
org.apache.maven.doxia.module.docbook.DocBookSink.isXMLMode()
          xml mode is not used. 
org.apache.maven.doxia.module.apt.AptUtils.linkToKey(String)
          This method was used for the original apt format, which removed all non alphanumeric characters from anchors. Use AptUtils.encodeAnchor(String) instead. 
org.apache.maven.doxia.module.xdoc.XdocSink.markup(String)
          use write(String) 
org.apache.maven.doxia.sink.XhtmlBaseSink.resetState()
          since 1.1.2, use XhtmlBaseSink.init() instead of. 
org.apache.maven.doxia.module.apt.AptSink.resetState()
          since 1.1.2, use AptSink.init() instead of. 
org.apache.maven.doxia.module.docbook.DocBookSink.resetState()
          since 1.1.2, use DocBookSink.init() instead of. 
org.apache.maven.doxia.document.DocumentMeta.setKeywords(String)
          use the <keyWords/> tag instead of. 
org.apache.maven.doxia.module.docbook.DocBookSink.setXMLMode(boolean)
          xml mode is not used. 
org.apache.maven.doxia.sink.Sink.tableCell(String)
          Use #tableCell(SinkEventAttributes) instead. 
org.apache.maven.doxia.sink.Sink.tableHeaderCell(String)
          Use #tableHeaderCell(SinkEventAttributes) instead. 
org.apache.maven.doxia.sink.Sink.verbatim(boolean)
          Use #verbatim(SinkEventAttributes) instead. 
 

Deprecated Constructors
org.apache.maven.doxia.parser.ParseException(Exception)
          Using ParseException.ParseException(Exception, int, int) to specify the line and column number. 
org.apache.maven.doxia.parser.ParseException(Exception, String, int)
          Using ParseException.ParseException(Exception, String, int, int) to specify the column number. 
org.apache.maven.doxia.module.xdoc.XmlWriterXdocSink(XMLWriter)
          since 1.1 
 



Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.