Uses of Class
io.john.amiscaray.stir.domain.HTMLDocument
Package | Description |
---|---|
io.john.amiscaray.stir.domain | |
io.john.amiscaray.stir.util |
-
Uses of HTMLDocument in io.john.amiscaray.stir.domain
Methods in io.john.amiscaray.stir.domain that return HTMLDocument Modifier and Type Method Description HTMLDocument
HTMLDocument.HTMLDocumentBuilder. build()
-
Uses of HTMLDocument in io.john.amiscaray.stir.util
Methods in io.john.amiscaray.stir.util with parameters of type HTMLDocument Modifier and Type Method Description String
FormatProcessor. processDocument(HTMLDocument document)
Processes a document's elements and template to produce its HTML markup output.private String
FormatProcessor. processInnerTemplateBlock(String expression, HTMLDocument doc, Integer indentationSize)
Parses the inner content of a template block, converting it to the appropriate HTML content