Uses of Class
org.frankframework.util.XmlBuilder
Packages that use XmlBuilder
Package
Description
-
Uses of XmlBuilder in org.frankframework.jdbc
Methods in org.frankframework.jdbc that return XmlBuilderConstructors in org.frankframework.jdbc with parameters of type XmlBuilderModifierConstructorDescriptionBlobOutputStream
(IDbmsSupport dbmsSupport, Object blobUpdateHandle, int blobColumn, OutputStream blobOutputStream, ResultSet resultSet, XmlBuilder warnings) ClobWriter
(IDbmsSupport dbmsSupport, Object clobUpdateHandle, int clobColumn, Writer clobWriter, ResultSet resultSet, XmlBuilder warnings) -
Uses of XmlBuilder in org.frankframework.ldap
Methods in org.frankframework.ldap that return XmlBuilderModifier and TypeMethodDescriptionprotected XmlBuilder
LdapSender.attributesToXml
(Attributes atts) -
Uses of XmlBuilder in org.frankframework.monitoring
Methods in org.frankframework.monitoring that return XmlBuilderModifier and TypeMethodDescriptionAbstractMonitorDestination.toXml()
IMonitorDestination.toXml()
Monitor.toXml()
MonitorDestination.toXml()
MonitorManager.toXml()
Methods in org.frankframework.monitoring with parameters of type XmlBuilderModifier and TypeMethodDescriptionvoid
ITrigger.toXml
(XmlBuilder monitor) void
Trigger.toXml
(XmlBuilder monitor) -
Uses of XmlBuilder in org.frankframework.util
Methods in org.frankframework.util that return XmlBuilderModifier and TypeMethodDescriptionstatic XmlBuilder
static XmlBuilder
Dir2Xml.getFileAsXmlBuilder
(File file, String nameShown) static XmlBuilder
JdbcUtil.warningsToXmlBuilder
(SQLWarning warnings) Deprecated.Methods in org.frankframework.util with parameters of type XmlBuilderModifier and TypeMethodDescriptionstatic void
ProcessMetrics.addNumberProperty
(XmlBuilder list, String name, long value) static void
ProcessMetrics.addProperty
(XmlBuilder list, String name, String value) void
XmlBuilder.addSubElement
(XmlBuilder newElement) static void
JdbcUtil.warningsToXml
(SQLWarning warnings, XmlBuilder parent) Deprecated.