Deprecated API
Contents
-
Deprecated InterfacesInterfaceDescriptionThis interface is incomplete and will be removed. Use
SimplifiedDocbookMarkupinstead.useSinkinstead (since 1.0-alpha-6).
-
Deprecated ClassesClassDescriptionSince 1.1, this sink is not more supported. If you are looking for a
Sinkwhich produces pretty formatted XML, you could use theXdocSink(java.io.Writer)as usual and reformat theSinkcontent produced withXmlUtil.prettyFormat(java.io.Reader, java.io.Writer).
-
Deprecated FieldsFieldDescriptionuse the <keyWords/> tag instead of.since 1.1, use
DocbookMarkup.DEFAULT_SGML_PUBLIC_IDinstead of.since 1.1, useDocbookMarkup.DEFAULT_SGML_SYSTEM_IDinstead of.since 1.1, useDocbookMarkup.DEFAULT_XML_PUBLIC_IDinstead of.since 1.1, useDocbookMarkup.DEFAULT_XML_SYSTEM_IDinstead of.
-
Deprecated MethodsMethodDescriptionuse the <keyWords/> tag instead of.use the <keyWords/> tag instead of.since 1.1.2, use
AptSink.init()instead of.This method was used for the original apt format, which removed all non alphanumeric characters from anchors. UseAptUtils.encodeAnchor(String)instead.This method was used for the original apt format, which removed all non alphanumeric characters from anchors. UseAptUtils.encodeAnchor(String)instead.Use HtmlTools#escapeHTML(String,boolean).do not use!xml mode is not used.since 1.1.2, useDocBookSink.init()instead of.xml mode is not used.use write(String)this does not work in multi-module builds, see DOXIA-373since 1.1.2, useXhtml5BaseSink.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.Use #tableCell(SinkEventAttributes) instead.Use #tableHeaderCell(SinkEventAttributes) instead.Use #verbatim(SinkEventAttributes) instead.UseString.format( "%02X", bytes[j] )
-
Deprecated ConstructorsConstructorDescriptionprefer other constructorsince 1.1can 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.