-
Deprecated MethodsMethodDescriptionuse the <keyWords/> tag instead of.use the <keyWords/> tag instead of.this does not work in multi-module builds, see DOXIA-373since 1.1.2, use
Xhtml5BaseSink.init()
instead of.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().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.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.since 1.1.2, useXhtmlBaseSink.init()
instead of.UseString.format( "%02X", bytes[j] )
-
Deprecated ConstructorsConstructorDescriptionprefer other constructorcan cause confusion with constructor with multiple extensionsUsing
ParseException(Exception, int, int)
to specify the line and column number.UsingParseException(Exception, String, int, int)
to specify the column number.