|
Returns a reverse child iterator pointing just in fromt of the first
child markup object in the element
.
markup::reverse_iterator element::rend();1st Variety
markup::const_reverse_iterator element::rend() const;2nd Variety
none
Returns a reverse child markup iterator (or const reverse iterator in the second variety) pointing just in front of the first child markup object
within the called element
.
This operation is revelant only if it is called on a derived element
object, since only element's can contain other markup objects. When
called from a derived element
, this operation returns a reverse iterator pointing just in front of the first child markup object in the element
,
which is the end of the children in reverse order.
Constant