Package nl.dedicon.pipeline.braille.step
Class JacketManager
- java.lang.Object
-
- nl.dedicon.pipeline.braille.step.JacketManager
-
public class JacketManager extends Object
Move notes right after the parent node of their corresponding noteref- Author:
- Paul Rambags
-
-
Field Summary
Fields Modifier and Type Field Description static String[]JACKET_CLASSES
-
Constructor Summary
Constructors Constructor Description JacketManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcollect(Document document)Collect all jackets (there should be at most one)voidmove()move jackets to the frontvoidsetHeader(String header)set the jacket-header an existing header will become a paragraph
-
-
-
Field Detail
-
JACKET_CLASSES
public static final String[] JACKET_CLASSES
-
-
Method Detail
-
collect
public void collect(Document document)
Collect all jackets (there should be at most one)- Parameters:
document- Document
-
setHeader
public void setHeader(String header)
set the jacket-header an existing header will become a paragraph- Parameters:
header- Jacket header
-
move
public void move()
move jackets to the front
-
-