Uses of Class
org.frankframework.util.XmlBuilder
Packages that use XmlBuilder
Package
Description
-
Uses of XmlBuilder in org.frankframework.batch
Methods in org.frankframework.batch that return XmlBuilder -
Uses of XmlBuilder in org.frankframework.extensions.aspose.services.conv
Methods in org.frankframework.extensions.aspose.services.conv with parameters of type XmlBuilderModifier and TypeMethodDescriptionvoid
CisConversionResult.buildXmlFromResult
(XmlBuilder main, boolean isRoot) Creates and xml containing conversion results both attachments and the main document. -
Uses of XmlBuilder in org.frankframework.extensions.cmis
Methods in org.frankframework.extensions.cmis that return XmlBuilderModifier and TypeMethodDescriptionstatic XmlBuilder
static XmlBuilder
CmisUtils.getPropertyXml
(org.apache.chemistry.opencmis.commons.data.PropertyData<?> property) static XmlBuilder
CmisUtils.objectData2Xml
(org.apache.chemistry.opencmis.commons.data.ObjectData object) static XmlBuilder
CmisUtils.objectData2Xml
(org.apache.chemistry.opencmis.commons.data.ObjectData object, XmlBuilder cmisXml) static XmlBuilder
CmisUtils.objectInFolderList2xml
(org.apache.chemistry.opencmis.commons.data.ObjectInFolderList oifs) static XmlBuilder
CmisUtils.objectList2xml
(org.apache.chemistry.opencmis.commons.data.ObjectList result) static XmlBuilder
CmisUtils.propertyDefintions2Xml
(Map<String, org.apache.chemistry.opencmis.commons.definitions.PropertyDefinition<?>> propertyDefinitions) static XmlBuilder
CmisUtils.repositoryInfo2xml
(org.apache.chemistry.opencmis.commons.data.RepositoryInfo repository) static XmlBuilder
CmisUtils.typeDefinition2Xml
(org.apache.chemistry.opencmis.client.api.ObjectType objectType) static XmlBuilder
CmisUtils.typeDescendants2Xml
(List<org.apache.chemistry.opencmis.client.api.Tree<org.apache.chemistry.opencmis.client.api.ObjectType>> objectTypes) static XmlBuilder
CmisUtils.typeDescendants2Xml
(List<org.apache.chemistry.opencmis.client.api.Tree<org.apache.chemistry.opencmis.client.api.ObjectType>> objectTypes, XmlBuilder parent) Methods in org.frankframework.extensions.cmis with parameters of type XmlBuilderModifier and TypeMethodDescriptionstatic void
CmisUtils.cmisObject2Xml
(XmlBuilder cmisXml, org.apache.chemistry.opencmis.client.api.CmisObject object) static XmlBuilder
CmisUtils.objectData2Xml
(org.apache.chemistry.opencmis.commons.data.ObjectData object, XmlBuilder cmisXml) static XmlBuilder
CmisUtils.typeDescendants2Xml
(List<org.apache.chemistry.opencmis.client.api.Tree<org.apache.chemistry.opencmis.client.api.ObjectType>> objectTypes, XmlBuilder parent) -
Uses of XmlBuilder in org.frankframework.extensions.rekenbox
Methods in org.frankframework.extensions.rekenbox with parameters of type XmlBuilder -
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.