Uses of Record Class
dev.jcputney.mjml.parser.MjmlDocument
Packages that use MjmlDocument
-
Uses of MjmlDocument in dev.jcputney.mjml.parser
Methods in dev.jcputney.mjml.parser that return MjmlDocumentModifier and TypeMethodDescriptionstatic MjmlDocumentParses raw MJML source into an MjmlDocument using the default maximum nesting depth.static MjmlDocumentParses raw MJML source into an MjmlDocument with a configurable maximum nesting depth.Methods in dev.jcputney.mjml.parser with parameters of type MjmlDocumentModifier and TypeMethodDescriptionvoidIncludeProcessor.process(MjmlDocument document) Processes all mj-include elements in the document tree, recursively resolving included content and replacing mj-include nodes with the resolved content.