buildEndTagEvent

fnXmlEvent buildEndTagEvent( ref TokenProcessingState state, const XmlToken tok) @safe nothrow

Processes an END_TAG token and returns the corresponding XmlEvent.

This function pops the element and namespace stacks.

Parameters

stateMutable processing state (stacks are updated).
tokThe END_TAG token.

Returns

An END_ELEMENT event.