Uses of Class
org.apache.sis.internal.book.BookException
Packages that use BookException
Package
Description
Takes the source HTML files in the
sis-site/main/source/developer-guide/
directory
and assembles them in a single file to be published in the asf-staging/book/
directory.-
Uses of BookException in org.apache.sis.internal.book
Methods in org.apache.sis.internal.book that throw BookExceptionModifier and TypeMethodDescriptionprivate void
Assembler.appendToTableOfContent
(Node appendTo, int level, Element referenced) Appends the given header to the table of content.private Element
Assembler.createLink
(String reference, String text) Creates a<a href="reference">text</a>
node.void
Applies emphasing on the words found in all text node of the given node.private void
Performs on the given node the processing documented in the class javadoc.private Node[]
Assembler.replaceByBody
(File input, Node toReplace) Copies the body of the given source HTML file in-place of the given target node.void
Assembles the document and writes to the destination.Constructors in org.apache.sis.internal.book that throw BookExceptionModifierConstructorDescriptionCreates a new assembler for the given input and output files.CodeColorizer
(Document document) Creates a new color colorizer.