-
Methods Method Description org.apache.maven.doxia.document.DocumentMeta.getKeywords() use the <keyWords/> tag instead of.org.apache.maven.doxia.document.DocumentMeta.setKeywords(String) use the <keyWords/> tag instead of.org.apache.maven.doxia.parser.AbstractParser.getBasedir() this does not work in multi-module builds, see DOXIA-373org.apache.maven.doxia.sink.impl.Xhtml5BaseSink.resetState() since 1.1.2, useXhtml5BaseSink.init()
instead of.org.apache.maven.doxia.sink.impl.XhtmlBaseSink.figure() UseXhtmlBaseSink.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.impl.XhtmlBaseSink.figureCaption() UseXhtmlBaseSink.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.impl.XhtmlBaseSink.figureGraphics(String) UseXhtmlBaseSink.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.sink.impl.XhtmlBaseSink.resetState() since 1.1.2, useXhtmlBaseSink.init()
instead of.org.apache.maven.doxia.util.DoxiaUtils.byteToHex(byte) UseString.format( "%02X", bytes[j] )
-
Constructors Constructor Description org.apache.maven.doxia.macro.MacroRequest(Map<String, Object>, File) prefer other constructororg.apache.maven.doxia.parser.module.AbstractParserModule(String, String, String) can cause confusion with constructor with multiple extensionsorg.apache.maven.doxia.parser.ParseException(Exception) UsingParseException(Exception, int, int)
to specify the line and column number.