|
Returns a descendant iterator pointing just past the last pre-order descendant markup object in the called derived element.
None
Returns a descendant markup iterator (or const descendant iterator in the second variety) pointing just past the last pre-order descendant markup object in the called derived element.
This operation is revelant only if it is called on a derived element
object. This is because the element
is the only type
derived from markup
which can contain child markup objects. If the called markup
object is a const object, a const_descendant_iterator
will be returned. The descendant iterators traverse the document tree in a pre-order fashion. This operation returns a
descendant_iterator
, (or const_descendant_iterator
in the 2nd variety), which points just past the last descendant markup object in the derived element.
By nature of
pre-order traversals, this the last pre-order descendant node would be the right most descendant node of the element at the deepest level.
Constant