Uses of Class
cloud.opencode.base.xml.bind.XmlBinder
Packages that use XmlBinder
Package
Description
OpenCode Base XML Module - Comprehensive XML processing library
OpenCode Base XML 模块 - 全面的 XML 处理库
Bind Package - XML to Java object binding (JAXB-style)
绑定包 - XML 到 Java 对象绑定(JAXB 风格)
-
Uses of XmlBinder in cloud.opencode.base.xml
Methods in cloud.opencode.base.xml that return XmlBinder -
Uses of XmlBinder in cloud.opencode.base.xml.bind
Methods in cloud.opencode.base.xml.bind that return XmlBinderModifier and TypeMethodDescriptionstatic XmlBinderXmlBinder.create()Creates a new XML binder.Sets the output encoding.XmlBinder.formatted(boolean formatted) Sets formatted output.XmlBinder.indent(int indent) Sets the indentation level.XmlBinder.registerAdapter(XmlAdapter<?, ?> adapter) Registers a type adapter.Sets schema validation.