![]() |
![]()
| ![]() |
![]()
NAMERDF::Trine::Iterator::SAXHandler - SAX Handler for parsing SPARQL XML Results format VERSIONThis document describes RDF::Trine::Iterator::SAXHandler version 1.019 STATUSThis module's API and functionality should be considered unstable. In the future, this module may change in backwards-incompatible ways, or be removed entirely. If you need functionality that this module provides, please get in touch <http://www.perlrdf.org/>. SYNOPSISuse RDF::Trine::Iterator::SAXHandler; my $handler = RDF::Trine::Iterator::SAXHandler->new(); my $p = XML::SAX::ParserFactory->parser(Handler => $handler); $p->parse_file( $string ); my $iter = $handler->iterator; METHODSBeyond the methods documented below, this class inherits methods from the XML::SAX::Base class.
BUGSPlease report any bugs or feature requests to through the GitHub web interface at <https://github.com/kasei/perlrdf/issues>. AUTHORGregory Todd Williams "<gwilliams@cpan.org>" COPYRIGHTCopyright (c) 2006-2012 Gregory Todd Williams. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
|