Uses of Class
org.ujorm.tools.xml.config.impl.DefaultXmlConfig
Packages that use DefaultXmlConfig
-
Uses of DefaultXmlConfig in org.ujorm.tools.xml.config
Methods in org.ujorm.tools.xml.config that return DefaultXmlConfigModifier and TypeMethodDescriptionstatic DefaultXmlConfigXmlConfig.ofDefault()Create a new default configstatic DefaultXmlConfigCreate a new default config -
Uses of DefaultXmlConfig in org.ujorm.tools.xml.config.impl
Subclasses of DefaultXmlConfig in org.ujorm.tools.xml.config.implMethods in org.ujorm.tools.xml.config.impl with type parameters of type DefaultXmlConfigModifier and TypeMethodDescriptionfinal <T extends DefaultXmlConfig>
TDefaultXmlConfig.setNiceFormat()Assign parameters for a nice format of the HTML resultfinal <T extends DefaultXmlConfig>
TDefaultXmlConfig.setNiceFormat(@Nullable CharSequence indentation) Assign parameters for a nice format of the HTML resultMethods in org.ujorm.tools.xml.config.impl that return DefaultXmlConfigModifier and TypeMethodDescriptionDefaultXmlConfig.setCacheAllowed(boolean cacheAllowed) final DefaultXmlConfigDefaultXmlConfig.setCompressedFormat()Assign parameters for a compressed format of the HTML resultDefaultXmlConfig.setDefaultValue(@NotNull String defaultValue) A replacement text instead of thenullvalueDefaultXmlConfig.setDoctype(@Nullable CharSequence doctype) A header declaration of the document or a doctypeDefaultXmlConfig.setFirstLevel(int firstLevel) Level of the root element, the value may be negative.DefaultXmlConfig.setFormatter(@NotNull Formatter formatter) A default value formatter is implemented by the methodString.valueOf(value)DefaultXmlConfig.setCharset(@NotNull Charset charset) CharsetDefaultXmlConfig.setIndentationSpace(@NotNull CharSequence indentation) An indentation space for elements of the next level, where default value is an empty `String`DefaultXmlConfig.setNewLine(@NotNull CharSequence newLine) A new line sequence