NAME
XML::NewsML_G2::Writer::News_Item - create DOM tree conforming to NewsML-G2 for News Items
SYNOPSIS
my
$w
= XML::NewsML_G2::Writer::News_Item->new
(
news_item
=>
$ni
,
scheme_manager
=>
$sm
);
my
$p
=
$w
->create_element(
'p'
,
class
=>
'main'
,
_text
=>
'blah'
);
my
$dom
=
$w
->create_dom();
DESCRIPTION
This module implements the creation of a DOM tree conforming to NewsML-G2 for News Items. Depending on the version of the standard specified, a version-dependent role will be applied. For the API of this module, see the documentation of the superclass XML::NewsML_G2::Writer.
ATTRIBUTES
- news_item
-
XML::NewsML_G2::News_Item instance used to create the output document
AUTHOR
Philipp Gortan <philipp.gortan@apa.at>
LICENCE AND COPYRIGHT
Copyright (c) 2013-2014, APA-IT. All rights reserved.
See XML::NewsML_G2 for the license.