EndElement Class Reference

#include <Pt/Xml/EndElement.h>

Represents a closing element tag in an XML document.

Inherits Node, and NonCopyable.

Public Member Functions

 EndElement ()
 Constructs an empty EndElement.
 
void clear ()
 Clears all content.
 
const QNamename () const
 Returns the qualified element name.
 
const StringnamespaceUri () const
 Returns the namespace Uri for this element name.
 
void setName (const QName &name, const Namespace &ns)
 Returns the qualified element name.
 
Type type () const
 Returns the type of the node.
 

Related Functions

EndElementtoEndElement (Node *node)
 Casts a generic node to an EndElement node.
 
const EndElementtoEndElement (const Node *node)
 Casts a generic node to an EndElement node.
 
EndElementtoEndElement (Node &node)
 Casts a generic node to an EndElement node.
 
const EndElementtoEndElement (const Node &node)
 Casts a generic node to an EndElement node.