- ElementVisitorForXHTML - Class in fr.opensagres.odfdom.converter.internal.xhtml
-
- ElementVisitorForXHTML(ODFXHTMLPage, XHTMLOptions, OdfDocument, OutputStream, Writer) - Constructor for class fr.opensagres.odfdom.converter.internal.xhtml.ElementVisitorForXHTML
-
- endAttribute() - Method in class fr.opensagres.xdocreport.xhtml.extension.XHTMLPageContentBuffer
-
- endCSSStyleDeclaration() - Method in class fr.opensagres.xdocreport.xhtml.extension.CSSStyleSheet
-
- endElement(String) - Method in class fr.opensagres.xdocreport.xhtml.extension.XHTMLPageContentBuffer
-
- endElement(String, StringBuilder, int) - Method in class fr.opensagres.xdocreport.xhtml.extension.XHTMLPageContentBuffer
-
- endElement(String, Writer, int) - Method in class fr.opensagres.xdocreport.xhtml.extension.XHTMLPageContentBuffer
-
- endElement(String, OutputStream, int) - Method in class fr.opensagres.xdocreport.xhtml.extension.XHTMLPageContentBuffer
-
- endElementNotEnclosed() - Method in class fr.opensagres.xdocreport.xhtml.extension.XHTMLPageContentBuffer
-
- Entities() - Constructor for class fr.opensagres.xdocreport.xhtml.extension.StringEscapeUtils.Entities
-
- entityName(int) - Method in class fr.opensagres.xdocreport.xhtml.extension.StringEscapeUtils.Entities
-
Returns the name of the entity identified by the specified value.
- entityValue(String) - Method in class fr.opensagres.xdocreport.xhtml.extension.StringEscapeUtils.Entities
-
Returns the value of the entity identified by the specified name.
- escape(String) - Method in class fr.opensagres.xdocreport.xhtml.extension.StringEscapeUtils.Entities
-
Escapes the characters in a String.
- escape(Writer, String) - Method in class fr.opensagres.xdocreport.xhtml.extension.StringEscapeUtils.Entities
-
Escapes the characters in the String passed and writes the result to the Writer
passed.
- escapeHtml(String) - Static method in class fr.opensagres.xdocreport.xhtml.extension.StringEscapeUtils
-
Escapes the characters in a String using HTML entities.
- escapeHtml(Writer, String) - Static method in class fr.opensagres.xdocreport.xhtml.extension.StringEscapeUtils
-
Escapes the characters in a String using HTML entities and writes them to a Writer.
- exportImageAsBase64(boolean) - Method in class fr.opensagres.odfdom.converter.xhtml.XHTMLOptions
-