|
NAMEXML::DOM2::Element::Comment DISCRIPTIONComment element object class. METHODS$element->new( $name, %options )Create a new comment element object. $element->xmlify()Returns the comment as xml. $element->text()Return plain text (UTF-8) $element->setComment( $text )Replace comment with $text $element->appendComment( $text )Append to the end of existing comment text $text $element->_can_contain_elements()The element can not contain sub elements. $element->_can_contain_attributes()The element can not contain attributes COPYRIGHTMartin Owens, doctormo@cpan.orgSEE ALSOXML::DOM2,XML::DOM2::DOM::Element
Visit the GSP FreeBSD Man Page Interface. |