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 TypeMethodDescriptionvoidCisConversionResult.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 XmlBuilderstatic XmlBuilderCmisUtils.getPropertyXml(org.apache.chemistry.opencmis.commons.data.PropertyData<?> property) static XmlBuilderCmisUtils.objectData2Xml(org.apache.chemistry.opencmis.commons.data.ObjectData object) static XmlBuilderCmisUtils.objectData2Xml(org.apache.chemistry.opencmis.commons.data.ObjectData object, XmlBuilder cmisXml) static XmlBuilderCmisUtils.objectInFolderList2xml(org.apache.chemistry.opencmis.commons.data.ObjectInFolderList oifs) static XmlBuilderCmisUtils.objectList2xml(org.apache.chemistry.opencmis.commons.data.ObjectList result) static XmlBuilderCmisUtils.propertyDefintions2Xml(Map<String, org.apache.chemistry.opencmis.commons.definitions.PropertyDefinition<?>> propertyDefinitions) static XmlBuilderCmisUtils.repositoryInfo2xml(org.apache.chemistry.opencmis.commons.data.RepositoryInfo repository) static XmlBuilderCmisUtils.typeDefinition2Xml(org.apache.chemistry.opencmis.client.api.ObjectType objectType) static XmlBuilderCmisUtils.typeDescendants2Xml(List<org.apache.chemistry.opencmis.client.api.Tree<org.apache.chemistry.opencmis.client.api.ObjectType>> objectTypes) static XmlBuilderCmisUtils.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 voidCmisUtils.cmisObject2Xml(XmlBuilder cmisXml, org.apache.chemistry.opencmis.client.api.CmisObject object) static XmlBuilderCmisUtils.objectData2Xml(org.apache.chemistry.opencmis.commons.data.ObjectData object, XmlBuilder cmisXml) static XmlBuilderCmisUtils.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 XmlBuilderLdapSender.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 TypeMethodDescriptionvoidITrigger.toXml(XmlBuilder monitor) voidTrigger.toXml(XmlBuilder monitor) -
Uses of XmlBuilder in org.frankframework.util
Methods in org.frankframework.util that return XmlBuilderModifier and TypeMethodDescriptionstatic XmlBuilderstatic XmlBuilderDir2Xml.getFileAsXmlBuilder(File file, String nameShown) static XmlBuilderJdbcUtil.warningsToXmlBuilder(SQLWarning warnings) Deprecated.Methods in org.frankframework.util with parameters of type XmlBuilderModifier and TypeMethodDescriptionstatic voidProcessMetrics.addNumberProperty(XmlBuilder list, String name, long value) static voidProcessMetrics.addProperty(XmlBuilder list, String name, String value) voidXmlBuilder.addSubElement(XmlBuilder newElement) static voidJdbcUtil.warningsToXml(SQLWarning warnings, XmlBuilder parent) Deprecated.