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
Methods in org.frankframework.extensions.aspose.services with parameters of type XmlBuilderModifier and TypeMethodDescriptionvoidCisConversionResult.toXML(XmlBuilder xmlResult) Append this result to the parent -
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 XmlBuilderModifier and TypeMethodDescriptionBlobOutputStream.getWarnings()@NonNull XmlBuilderClobWriter.getWarnings()Constructors in org.frankframework.jdbc with parameters of type XmlBuilderModifierConstructorDescriptionBlobOutputStream(@NonNull IDbmsSupport dbmsSupport, @NonNull Object blobUpdateHandle, int blobColumn, @NonNull OutputStream blobOutputStream, @NonNull ResultSet resultSet, @NonNull XmlBuilder warnings) ClobWriter(@NonNull IDbmsSupport dbmsSupport, @NonNull Object clobUpdateHandle, int clobColumn, @NonNull Writer clobWriter, @NonNull ResultSet resultSet, @NonNull 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 @Nullable XmlBuilderJdbcUtil.warningsToXmlBuilder(@Nullable 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(@Nullable SQLWarning warnings, @NonNull XmlBuilder parent) Deprecated.