The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

TEI::Lite::Header

SYNOPSIS

 ## $document is a TEI::Lite::Document.
 my $header = $document->addHeader();

 $header->setTitle( "Title of Document" );

DESCRIPTION

TEI::Lite::Header is part of the TEILite library designed specifically to handle the headers of TEILite files. It provides a set of convience methods to access the most common header elements.

METHODS

appendRevisionEntry
setAuthor
setAuthority
setBibliographicCitation
setDatePublished
setDistributor
setDocumentAvailability
setFunder
setIdentificationNumber
setKeywords
setPrincipalResearcher
setPublisher
setSponsor
setTitle

AUTHOR

D. Hageman <dhageman@dracken.com>

SEE ALSO

XML::Lite, XML::Lite::Document, XML::Lite::Element, XML::Lite::Utility, XML::LibXML, XML::LibXML::Node, XML::LibXML::Element

COPYRIGHT AND LICENSE

Copyright (c) 2002-2005 D. Hageman (Dracken Technologies). All rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.