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. 
 

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-2009 The Apache Software Foundation. All Rights Reserved.