DESCRIPTION

Often you'll want to create your own subclass of this as the basic notes are pretty limited (plain text only).

Constructor

$subject is an RDF::Trine::Node (though probably not a Literal!) indicating the subject of the note. $text is the plain text content of the note.

Public Methods

$node is an RDF::Trine::Node. Checks if the subject of $note is $node. Alias: is_relelvant_to. Gets an XML::LibXML::Element representing the note. $namespace and $tagname are used to create the new element. If an unexpected namespace or tagname is supplied, may die. Expected namespace is 'http://www.w3.org/1999/xhtml'. Expected tagname is any \s-1XHTML\s0 tag that can contain text nodes.

BUGS

Please report any bugs to <http://rt.cpan.org/>.

RELATED TO RDF::RDFa::Generator::HTML::Pretty::Note…

RDF::RDFa::Generator, RDF::RDFa::Linter.

<http://www.perlrdf.org/>.

AUTHOR

Toby Inkster <[email protected]>.

COPYRIGHT AND LICENCE

Copyright (C) 2010 by Toby Inkster

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8 or, at your option, any later version of Perl 5 you may have available.