Package org.daisy.dotify.formatter.impl.obfl
Provides functionality for creating a Formatter
from a
OBFL.
Provides an ObflParserFactoryService
implementation, ObflParserFactoryImpl
, and an ExpressionFactory
implementation, ExpressionFactoryImpl
.
IMPORTANT: This package contains implementations that should only be accessed using the Java SPI or OSGi. Additional classes in this package should only be used by the implementations herein.
-
Class Summary Class Description ExpressionFactoryImpl Provides an expression factory implementation.ExpressionTools Provides helpers for OBFL-expressions.OBFLCondition TODO: Write java doc.OBFLDynamicContent TODO: Write java doc.OBFLExpressionBase TODO: Write java doc.ObflParserFactoryImpl Provides anOBFL parser factory
implementation.ObflParserImpl Provides aparser for OBFL
.OBFLWsNormalizer Provides a whitespace normalizer for OBFL-files.XMLDataRenderer TODO: Write java doc.XMLParserBase TODO: Write java doc.XSLTRenderingScenario TODO: Write java doc. -
Enum Summary Enum Description OBFLVariable Variables that can be used in an OBFL expression.