API:EPrints/DataObj/SAX/Handler
EPrints 3 Reference: Directory Structure - Metadata Fields - Repository Configuration - XML Config Files - XML Export Format - EPrints data structure - Core API - Data Objects
Latest Source Code (3.4, 3.3) | Revision Log | Before editing this page please read Pod2Wiki
Contents
NAME
EPrints::DataObj::SAX::Handler - SAX handler for EPrints data objects.
DESCRIPTION
This class provides a SAX handler for parsing EPrints data objects.
METHODS
Constructor Methods
new
EPrints::DataObj::SAX::Handler->new
Create new SAX Handler.
Object Methods
start_element
$sax_handler->start_element( $data )
Use $data to start a new element.
end_element
$sax_handler->end_element( $data )
Use $data to end an element.
characters
$sax_handler->characters( $data )
Use $data to add characters to element.
COPYRIGHT
© Copyright 2000-2024 University of Southampton.
EPrints 3.4 is supplied by EPrints Services.
http://www.eprints.org/eprints-3.4/
LICENSE
This file is part of EPrints 3.4 http://www.eprints.org/.
EPrints 3.4 and this file are released under the terms of the GNU Lesser General Public License version 3 as published by the Free Software Foundation unless otherwise stated.
EPrints 3.4 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with EPrints 3.4. If not, see http://www.gnu.org/licenses/.