NAME

TEI::Lite::Document - TEI::Lite::Document Object

SYNOPSIS

my $document = TEI::Lite::Document->new( 'Corpus'    => 0,
                                         'Composite' => 0 );

my $header = $document->addHeader();

DESCRIPTION

TEI::Lite::Document is a object oriented interface to the 'global' structure of a TEI document.

METHODS

addBackMatter
addCompositeBackMatter
addCompositeFrontMatter
addDocument
addFrontMatter
addHeader
addText
getActiveDocument
getActiveText
getBackMatter
getBody
getCompositeBackMatter
getCompositeFrontMatter
getDocument
getDocuments
getFrontMatter
getHeader
getText
getTexts
setActiveDocument
setActiveText

AUTHOR

D. Hageman <dhageman@dracken.com>

SEE ALSO

TEI::Lite, TEI::Lite::Element, TEI::Lite::Header, TEI::Lite::Utility, XML::LibXML, XML::LibXML::Node, XML::LibXML::Element

COPYRIGHT AND LICENSE

Copyright (c) 2002-2003 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.