Package | Description |
---|---|
org.jivesoftware.smackx.xhtmlim |
Smacks implementation of XEP-0071: XHTML-IM.
|
Modifier and Type | Method and Description |
---|---|
XHTMLText |
XHTMLText.append(String textToAppend)
Appends a given text to the XHTMLText.
|
XHTMLText |
XHTMLText.appendBrTag()
Appends a tag that inserts a single carriage return.
|
XHTMLText |
XHTMLText.appendCloseAnchorTag()
Appends a tag that indicates that an anchor section ends.
|
XHTMLText |
XHTMLText.appendCloseBlockQuoteTag()
Appends a tag that indicates that a blockquote section ends.
|
XHTMLText |
XHTMLText.appendCloseBodyTag()
Appends a tag that indicates that the body section ends.
|
XHTMLText |
XHTMLText.appendCloseCodeTag()
Appends a tag that indicates end of text that is the code for a program.
|
XHTMLText |
XHTMLText.appendCloseEmTag()
Appends a tag that indicates end of emphasis.
|
XHTMLText |
XHTMLText.appendCloseHeaderTag(int level)
Appends a tag that indicates that a header section ends.
|
XHTMLText |
XHTMLText.appendCloseInlinedQuoteTag()
Appends a tag that indicates that an inlined quote section ends.
|
XHTMLText |
XHTMLText.appendCloseLineItemTag()
Appends a tag that indicates that a line item section ends.
|
XHTMLText |
XHTMLText.appendCloseOrderedListTag()
Appends a tag that indicates that an ordered list section ends.
|
XHTMLText |
XHTMLText.appendCloseParagraphTag()
Appends a tag that indicates the end of a new paragraph.
|
XHTMLText |
XHTMLText.appendCloseSpanTag()
Appends a tag that indicates that a span section ends.
|
XHTMLText |
XHTMLText.appendCloseStrongTag()
Appends a tag that indicates that a strong section ends.
|
XHTMLText |
XHTMLText.appendCloseUnorderedListTag()
Appends a tag that indicates that an unordered list section ends.
|
XHTMLText |
XHTMLText.appendImageTag(String align,
String alt,
String height,
String src,
String width)
Appends a tag that indicates an image.
|
XHTMLText |
XHTMLText.appendLineItemTag(String style)
Appends a tag that indicates the start of a new line item within a list.
|
XHTMLText |
XHTMLText.appendOpenAnchorTag(String href,
String style)
Appends a tag that indicates that an anchor section begins.
|
XHTMLText |
XHTMLText.appendOpenBlockQuoteTag(String style)
Appends a tag that indicates that a blockquote section begins.
|
XHTMLText |
XHTMLText.appendOpenCiteTag()
Appends a tag that indicates a reference to work, such as a book, report or web site.
|
XHTMLText |
XHTMLText.appendOpenCodeTag()
Appends a tag that indicates text that is the code for a program.
|
XHTMLText |
XHTMLText.appendOpenEmTag()
Appends a tag that indicates emphasis.
|
XHTMLText |
XHTMLText.appendOpenHeaderTag(int level,
String style)
Appends a tag that indicates a header, a title of a section of the message.
|
XHTMLText |
XHTMLText.appendOpenInlinedQuoteTag(String style)
Appends a tag that indicates that an inlined quote section begins.
|
XHTMLText |
XHTMLText.appendOpenOrderedListTag(String style)
Appends a tag that creates an ordered list.
|
XHTMLText |
XHTMLText.appendOpenParagraphTag(String style)
Appends a tag that indicates the start of a new paragraph.
|
XHTMLText |
XHTMLText.appendOpenSpanTag(String style)
Appends a tag that allows to set the fonts for a span of text.
|
XHTMLText |
XHTMLText.appendOpenStrongTag()
Appends a tag that indicates text which should be more forceful than surrounding text.
|
XHTMLText |
XHTMLText.appendOpenUnorderedListTag(String style)
Appends a tag that creates an unordered list.
|
Modifier and Type | Method and Description |
---|---|
static void |
XHTMLManager.addBody(Message message,
XHTMLText xhtmlText)
Adds an XHTML body to the message.
|