Uses of Class
org.ujorm.tools.xml.builder.XmlBuilder
Packages that use XmlBuilder
-
Uses of XmlBuilder in org.ujorm.tools.xml.builder
Methods in org.ujorm.tools.xml.builder that return XmlBuilderModifier and TypeMethodDescriptionfinal @NotNull XmlBuilderXmlBuilder.addCDATA(@Nullable CharSequence charData) Deprecated.final @NotNull XmlBuilderXmlBuilder.addComment(@Nullable CharSequence comment) Deprecated.final @NotNull XmlBuilderXmlBuilder.addElement(@NotNull String name) Create a newXmlBuilderfor a required name and add it to children.final @NotNull XmlBuilderXmlBuilder.addRawText(@Nullable Object value) Add an native text with no escaped characters, for example: XML code, JavaScript, CSS stylesfinal @NotNull XmlBuilderAdd a text and escape special characterfinal @NotNull XmlBuilderXmlBuilder.addTextTemplated(@Nullable CharSequence template, @NotNull Object... values) Message template with hight performance.XmlPrinter.createElement(@NotNull String name) Create any elementstatic @NotNull XmlBuilderXmlBuilder.forHtml(@NotNull Appendable response) Create builder for HTMLstatic @NotNull XmlBuilderXmlBuilder.forNiceHtml(@NotNull Appendable response) protected @Nullable XmlBuilderXmlBuilder.nextChild(@Nullable XmlBuilder element) Setup statesfinal @NotNull XmlBuilderXmlBuilder.setAttribute(@Nullable String name, @Nullable Object value) Add an attributeMethods in org.ujorm.tools.xml.builder with parameters of type XmlBuilderModifier and TypeMethodDescriptionprotected @Nullable XmlBuilderXmlBuilder.nextChild(@Nullable XmlBuilder element) Setup statesprotected voidXmlPrinter.writeRawValue(@NotNull Object rawValue, @NotNull XmlBuilder element) Write the content of an envelope