Unix Man page/Perldoc/Info page, English-Chinese Dictionary,
Chinese-English Dictionary
XML::Elemental::CharacUser(Contributed Perl DocXML::Elemental::Characters(3pm) NAME XML::Elemental::Characters - a generic characters object. DESCRIPTION XML::Elemental::Characters is a subclass of XML::Elemental::Node that is used by the Elemental parser to represent character data. METHODS XML::Elemental::Characters->new Parameterless constructor. Returns an instance of the object. $chars->parent([$object]) Returns a reference to the parent object. If a parameter is passed the parent is set. $chars->data([$string]) A method that returns the character data as a string. If a parameter is passed the value is set. $chars->root A method that returns a reference to the Elemental Document object. AUTHOR & COPYRIGHT Please see the XML::Elemental manpage for author, copyright, and license information. perl v5.8.7 2005-11-18 XML::Elemental::Characters(3pm) |