This is just a subclass of HTML::Element. It works basically the same as HTML::Element, except that tagnames and attribute names aren't forced to lowercase, as they are in HTML::Element. HTML::Element describes everything you can do with this class....
JFEARN/XML-TreeBuilder-5.4 - 29 May 2014 00:24:07 GMTBase element class for XML elements. To be derived from to create your own elements for use with the XML::Parser module. Supports output of empty elements using <.... />. It is recommended that you use a version of the XML::Parser module which includ...
MURRAY/PPM-2.1.9 - 09 Jun 2008 09:29:45 GMTA "XML::XSS" rule that matches against the element nodes of the xml document to be rendered....
YANICK/XML-XSS-0.3.5 - 28 Nov 2017 23:39:17 GMTXML::DTD::Element is a Perl module representing an element declaration in a DTD. new $entman = XML::DTD::EntityManager->new; $elt = new XML::DTD::Element($entman, '<!ELEMENT a (b?,c)>'); Constructs a new XML::DTD::Element object. writexml $xo = new X...
WOHL/XML-DTD-0.11 - 09 Aug 2013 18:11:59 GMTAn object of this class represents an XML element, a node in the tree making up an XML document. This is in an abstract form, intended for general manipulation. It is completely isolated from the textual representation of XML, and holds only the mean...
ZEFRAM/XML-Easy-0.011 - 25 Jul 2017 14:39:06 GMTAlthough the main handle to the xml document is the XML::Mini::Document object, much of the functionality and manipulation involves interaction with Element objects. A Element has: - a name - a list of 0 or more attributes (which have a name and a va...
PDEEGAN/XML-Mini-1.38 - 05 Feb 2008 00:13:17 GMTThis module allows you to test the properties of a single XML element on it's own, which may be useful if your module does XML generation....
CYCLES/Test-XML-Element-0.01 - 26 Apr 2009 19:15:07 GMTReturned by "single" in XML::Chain::Selector call....
JKUTEJ/XML-Chain-0.06 - 21 Nov 2018 09:03:44 GMTThis module provides base functionality for XML::Template plugin element modules....
EMRYS/XML-Template-3.20 - 26 Dec 2003 17:11:27 GMTXML::Elemental::Element is a subclass of XML::Elemental::Node that is used by the Elemental parser to represent a tag....
TIMA/XML-Elemental-2.11 - 24 Nov 2009 19:23:44 GMTThis represents a single <element /> in an XML document that was parsed using XML::Tiny::DOM....
DCANTRELL/XML-Tiny-DOM-1.1 - 15 Jul 2009 22:48:09 GMTProvides all the DOM method for XML Elements...
DOCTORMO/XML-DOM2-0.06 - 29 Nov 2007 15:57:28 GMTMORNI/XML-XMLWriter-0.1 - 07 Dec 2003 00:01:42 GMT
TIMA/XML-RSS-Parser-4.0 - 18 Nov 2005 18:33:44 GMT
CDATA Element object class...
DOCTORMO/XML-DOM2-0.06 - 29 Nov 2007 15:57:28 GMTThe XML::Mini::Element::CData is used internally to represent <![CDATA [ CONTENTS ]]>. You shouldn't need to use it directly, see XML::Mini::Element's cdata() method....
PDEEGAN/XML-Mini-1.38 - 05 Feb 2008 00:13:17 GMTEMRYS/XML-Template-3.20 - 26 Dec 2003 17:11:27 GMT