Uses of Class
org.frankframework.xml.SaxElementBuilder
Packages that use SaxElementBuilder
Package
Description
-
Uses of SaxElementBuilder in org.frankframework.documentbuilder
Constructors in org.frankframework.documentbuilder with parameters of type SaxElementBuilderModifierConstructorDescriptionXmlArrayBuilder
(SaxElementBuilder current, String elementName) XmlNodeBuilder
(SaxElementBuilder current, String elementName) XmlObjectBuilder
(SaxElementBuilder current, String elementName) -
Uses of SaxElementBuilder in org.frankframework.filesystem
Methods in org.frankframework.filesystem with parameters of type SaxElementBuilderModifier and TypeMethodDescriptionstatic <M,
A> void MailFileSystemUtils.addAttachmentInfo
(IMailFileSystem<M, A> fileSystem, A attachment, SaxElementBuilder attachmentsXml) static <M,
A> void MailFileSystemUtils.addEmailInfo
(IMailFileSystem<M, A> fileSystem, M emailMessage, SaxElementBuilder emailXml) static <M,
A> void MailFileSystemUtils.addEmailInfoSimple
(IMailFileSystem<M, A> fileSystem, M emailMessage, SaxElementBuilder emailXml) static void
MailFileSystemUtils.addPropertyAsHeader
(SaxElementBuilder xml, String elementName, Object property) static void
MailFileSystemUtils.addPropertyAsHeader
(SaxElementBuilder xml, String elementName, String attributeName, String attributeValue, Object property) static void
MailFileSystemUtils.addRecipientProperty
(SaxElementBuilder recipientsXml, Map<String, Object> properties, String key) void
IMailFileSystem.extractAttachment
(A attachment, SaxElementBuilder attachmentsXml) void
ImapFileSystem.extractAttachment
(jakarta.mail.internet.MimeBodyPart attachment, SaxElementBuilder attachmentsXml) void
IMailFileSystem.extractEmail
(M emailMessage, SaxElementBuilder emailXml) void
ImapFileSystem.extractEmail
(jakarta.mail.Message emailMessage, SaxElementBuilder emailXml) -
Uses of SaxElementBuilder in org.frankframework.util
Methods in org.frankframework.util with parameters of type SaxElementBuilderModifier and TypeMethodDescriptionstatic void
DB2XMLWriter.addFieldDefinitions
(SaxElementBuilder root, ResultSetMetaData rsmeta) static void
DB2XMLWriter.getRowXml
(SaxElementBuilder rows, IDbmsSupport dbmsSupport, ResultSet rs, int rowNumber, ResultSetMetaData rsmeta, String blobCharset, boolean decompressBlobs, String nullValue, boolean trimSpaces, boolean getBlobSmart) -
Uses of SaxElementBuilder in org.frankframework.xml
Subclasses of SaxElementBuilder in org.frankframework.xmlMethods in org.frankframework.xml that return SaxElementBuilderModifier and TypeMethodDescriptionSaxElementBuilder.addAttribute
(String name, int value) SaxElementBuilder.addAttribute
(String name, String value) SaxElementBuilder.addAttributes
(Map<String, String> attributes) SaxElementBuilder.endElement()
SaxElementBuilder.startElement
(String elementName)