|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
[book(), book_()]
,
invoked on the current sink, produces the same result as
getBookBlock()
.
[bookAuthor(), text( author ), bookAuthor_()]
, invoked on the current sink, produces the same result as
getBookAuthorBlock
( author ).
[bookDate(), text( date ), bookDate_()]
,
invoked on the current sink, produces the same result as
getBookDateBlock
( date ).
[bookHead(), bookHead_()]
,
invoked on the current sink, produces the same result as
getBookHeadBlock()
.
[bookTitle(), text( title ), bookTitle_()]
,
invoked on the current sink, produces the same result as
getBookTitleBlock
( title ).
[chapter(), chapter_()]
,
invoked on the current sink, produces the same result as
getChapterBlock
().
[chapterTitle(), text( title ),
chapterTitle_()]
, invoked on the current sink, produces
the same result as
getChapterTitleBlock
( title ).
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |