Uses of Class
org.ujorm.tools.xml.model.XmlModel
Packages that use XmlModel
-
Uses of XmlModel in org.ujorm.tools.xml.dom
Subclasses of XmlModel in org.ujorm.tools.xml.domConstructors in org.ujorm.tools.xml.dom with parameters of type XmlModel -
Uses of XmlModel in org.ujorm.tools.xml.model
Methods in org.ujorm.tools.xml.model that return XmlModelModifier and TypeMethodDescriptionfinal @NotNull XmlModelXmlModel.addCDATA(@Nullable CharSequence charData) Add a character data inCDATAformat to XML only.final @NotNull XmlModelXmlModel.addComment(@Nullable CharSequence comment) Add a comment text.@NotNull XmlModelXmlModel.addElement(@NotNull String name) Create a newXmlModelfor a required name and add it to children.final @NotNull XmlModelXmlModel.addElement(@NotNull XmlModel element) Add a child elementfinal @NotNull XmlModelXmlModel.addRawText(@Nullable Object value) Add an native text with no escaped characters, for example: XML code, JavaScript, CSS stylesfinal @NotNull XmlModelAdd a text and escape special characterfinal @NotNull XmlModelXmlModel.addTextTemplated(@Nullable CharSequence template, @NotNull Object... values) Message template with hight performance.final @NotNull XmlModelXmlModel.setAttribute(@NotNull String name, @Nullable Object value) Set one attributeMethods in org.ujorm.tools.xml.model with parameters of type XmlModelModifier and TypeMethodDescriptionfinal @NotNull XmlModelXmlModel.addElement(@NotNull XmlModel element) Add a child elementfinal @NotNull XmlWriterRender the XML code without headerprotected @NotNull XmlWriterXmlWriter.write(int level, @Nullable CharSequence name, @Nullable Map<String, Object> attributes, @Nullable List<Object> children, @NotNull XmlModel element) Render the XML code without headerConstructors in org.ujorm.tools.xml.model with parameters of type XmlModel
XmlModelrather.