
XML::Grammar::Screenplay::Struct::Tag - information about an XML/SGML opening or closing tag.
For internal use only.

Version 0.1.2

The tag's name.
The tag's line number.
Determines whether it's a standalone tag or not. (if it's an opening tag).
The attributes of the opening tag in an array.
A placeholder for the element's children.
Append more elements to the children.
Appends a single child.
Uses append_children() .
Detaches the children and returns them as an array reference.

Shlomi Fish, http://www.shlomifish.org/.

Please report any bugs or feature requests to bug-xml-grammar-fiction at rt.cpan.org,
or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=XML-Grammar-Fiction.
I will be notified,
and then you'll automatically be notified of progress on your bug as I make changes.


Copyright 2007 Shlomi Fish, all rights reserved.
This program is released under the following license: MIT X11.