org.extex.typesetter.type.page
Interface PageFactory
- All Known Implementing Classes:
- PageFactoryImpl
public interface PageFactory
This class provides a factory for page instances.
- Version:
- $Revision: 4399 $
- Author:
- Gerd Neugebauer
newInstance
Page newInstance(NodeList nodes,
PageContext context,
Typesetter typesetter)
throws GeneralException
- Get a new instance of a page.
- Parameters:
nodes - the nodes containedcontext - the interpreter contexttypesetter - the typesetter
- Returns:
- the new instance or
null if the page would be
empty
- Throws:
GeneralException - in case of an error