|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - The type of the document element holding the author metadata.public interface Author<T>
The interface for producing the metadata of an author.
| Method Summary | |
|---|---|
Author<T> |
email(String email)
Passes the email address of the author. |
T |
end()
Returns focus to the parent document element. |
Author<T> |
firstname(String firstname)
Passes the first name of the author. |
Author<T> |
surname(String surname)
Passes the surname of the author. |
| Method Detail |
|---|
Author<T> firstname(String firstname)
firstname - The first name of the author.
Author<T> surname(String surname)
surname - The surname of the author.
Author<T> email(String email)
email - The email address of the author.
T end()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||