Lines Matching full:xhtml
33 * Manages XHTML formatted texts within messages. A XHTMLManager provides a high level access to
34 * get and set XHTML bodies to messages, enable and disable XHTML support and check if remote XMPP
35 * clients support XHTML.
41 private final static String namespace = "http://jabber.org/protocol/xhtml-im";
43 // Enable the XHTML support on every established connection
54 * Returns an Iterator for the XHTML bodies in the message. Returns null if
55 * the message does not contain an XHTML extension.
57 * @param message an XHTML message
69 * Adds an XHTML body to the message.
71 * @param message the message that will receive the XHTML body
72 * @param body the string to add as an XHTML body to the message
86 * Returns true if the message contains an XHTML extension.
88 * @param message the message to check if contains an XHTML extentsion or not
89 * @return a boolean indicating whether the message is an XHTML message
96 * Enables or disables the XHTML support on a given connection.<p>
98 * Before starting to send XHTML messages to a user, check that the user can handle XHTML
99 * messages. Enable the XHTML support to indicate that this client handles XHTML messages.
117 * Returns true if the XHTML support is enabled for the given connection.
119 * @param connection the connection to look for XHTML support
120 * @return a boolean indicating if the XHTML support is enabled for the given connection
127 * Returns true if the specified user handles XHTML messages.
131 * @return a boolean indicating whether the specified user handles XHTML messages