Uses of Class
org.jivesoftware.smackx.xhtmlim.XHTMLText
Packages that use XHTMLText
Package
Description
Smacks implementation of XHTML-IM (XEP-0071), which provides the ability to send and receive formatted messages using
XHTML.
-
Uses of XHTMLText in org.jivesoftware.smackx.xhtmlim
Methods in org.jivesoftware.smackx.xhtmlim that return XHTMLTextModifier and TypeMethodDescriptionAppends a given text to the XHTMLText.XHTMLText.appendBrTag()Appends a tag that inserts a single carriage return.XHTMLText.appendCloseAnchorTag()Appends a tag that indicates that an anchor section ends.XHTMLText.appendCloseBlockQuoteTag()Appends a tag that indicates that a blockquote section ends.XHTMLText.appendCloseBodyTag()Appends a tag that indicates that the body section ends.XHTMLText.appendCloseCodeTag()Appends a tag that indicates end of text that is the code for a program.XHTMLText.appendCloseEmTag()Appends a tag that indicates end of emphasis.XHTMLText.appendCloseHeaderTag(int level) Appends a tag that indicates that a header section ends.XHTMLText.appendCloseInlinedQuoteTag()Appends a tag that indicates that an inlined quote section ends.XHTMLText.appendCloseLineItemTag()Appends a tag that indicates that a line item section ends.XHTMLText.appendCloseOrderedListTag()Appends a tag that indicates that an ordered list section ends.XHTMLText.appendCloseParagraphTag()Appends a tag that indicates the end of a new paragraph.XHTMLText.appendCloseSpanTag()Appends a tag that indicates that a span section ends.XHTMLText.appendCloseStrongTag()Appends a tag that indicates that a strong section ends.XHTMLText.appendCloseUnorderedListTag()Appends a tag that indicates that an unordered list section ends.Appends a tag that indicates an image.XHTMLText.appendLineItemTag(String style) Appends a tag that indicates the start of a new line item within a list.XHTMLText.appendOpenAnchorTag(String href, String style) Appends a tag that indicates that an anchor section begins.XHTMLText.appendOpenBlockQuoteTag(String style) Appends a tag that indicates that a blockquote section begins.XHTMLText.appendOpenCiteTag()Appends a tag that indicates a reference to work, such as a book, report or web site.XHTMLText.appendOpenCodeTag()Appends a tag that indicates text that is the code for a program.XHTMLText.appendOpenEmTag()Appends a tag that indicates emphasis.XHTMLText.appendOpenHeaderTag(int level, String style) Appends a tag that indicates a header, a title of a section of the message.XHTMLText.appendOpenInlinedQuoteTag(String style) Appends a tag that indicates that an inlined quote section begins.XHTMLText.appendOpenOrderedListTag(String style) Appends a tag that creates an ordered list.XHTMLText.appendOpenParagraphTag(String style) Appends a tag that indicates the start of a new paragraph.XHTMLText.appendOpenSpanTag(String style) Appends a tag that allows to set the fonts for a span of text.XHTMLText.appendOpenStrongTag()Appends a tag that indicates text which should be more forceful than surrounding text.XHTMLText.appendOpenUnorderedListTag(String style) Appends a tag that creates an unordered list.Methods in org.jivesoftware.smackx.xhtmlim with parameters of type XHTMLText
XHTMLManager.addBody(MessageBuilder, XHTMLText)instead.