Deprecated API


Contents
Deprecated Methods
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.document.DocumentMeta.getKeywords()
          use the <keyWords/> tag instead of. 
org.apache.maven.doxia.sink.XhtmlBaseSink.resetState()
          since 1.1.2, use XhtmlBaseSink.init() instead of. 
org.apache.maven.doxia.document.DocumentMeta.setKeywords(String)
          use the <keyWords/> tag instead of. 
 

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. 
 



Copyright © 2005-2010 Apache Software Foundation. All Rights Reserved.