|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.dante.extex.backend.pageFilter.selector.PageSelector
This page filter selects some pages to be shipped out.
Constructor Summary | |
PageSelector()
Creates a new object. |
|
PageSelector(java.lang.String spec)
Creates a new object. |
Method Summary | |
protected void |
addRule(de.dante.extex.backend.pageFilter.selector.IntervalRule rule)
Add a rule to the set of rules. |
void |
addSelector(java.lang.String spec)
Add some specifications for pages to be selected. |
void |
close()
This method is invoked upon the end of the processing. |
void |
setOutput(PagePipe pipe)
Setter for the output node pipe. |
void |
setParameter(java.lang.String name,
java.lang.String value)
Setter for a named parameter. |
void |
shipout(Page page)
This is the entry point for the document writer. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PageSelector()
public PageSelector(java.lang.String spec)
spec
- the specification of the pages to selectMethod Detail |
public void addSelector(java.lang.String spec)
spec
- the specification of the pages to selectprotected void addRule(de.dante.extex.backend.pageFilter.selector.IntervalRule rule)
rule
- the rule to addpublic void close() throws BackendException
PagePipe
close
in interface PagePipe
BackendException
- in case of a back-end errorPagePipe.close()
public void setOutput(PagePipe pipe)
PagePipe
setOutput
in interface PagePipe
pipe
- the output node pipede.dante.extex.backend.nodeFilter.PagePipe#setOutput(
de.dante.extex.backend.nodeFilter.PagePipe)
public void setParameter(java.lang.String name, java.lang.String value)
PagePipe
setParameter
in interface PagePipe
name
- the name of the parametervalue
- the value of the parameterde.dante.extex.backend.nodeFilter.PagePipe#setParameter(
java.lang.String, java.lang.String)
public void shipout(Page page) throws BackendException
PagePipe
shipout
in interface PagePipe
page
- the nodes to send
BackendException
- in case of an errorde.dante.extex.backend.nodeFilter.PagePipe#shipout(
de.dante.extex.typesetter.type.page.Page)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |