Package org.daisy.dotify.api.formatter
Interface DynamicSequenceBuilder
-
public interface DynamicSequenceBuilder
Provides a dynamic sequence builder.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReferenceListBuilder
newReferencesListContext(ItemSequenceProperties props)
Creates a new reference list builder at the current position.FormatterCore
newStaticContext()
Creates a new formatter core at the current position.
-
-
-
Method Detail
-
newStaticContext
FormatterCore newStaticContext()
Creates a new formatter core at the current position.- Returns:
- returns a new formatter core
-
newReferencesListContext
ReferenceListBuilder newReferencesListContext(ItemSequenceProperties props)
Creates a new reference list builder at the current position.- Parameters:
props
- the properties of the reference list- Returns:
- a new reference list builder
-
-