AtomParser::end_nspublicWP 1.0

Method of the class: AtomParser{}

No Hooks.

Returns

null. Nothing (null).

Usage

$AtomParser = new AtomParser();
$AtomParser->end_ns( $parser, $prefix );
$parser(required)
.
$prefix(required)
.

AtomParser::end_ns() code WP 7.0

function end_ns($parser, $prefix) {
    $this->_p("ending: #" . $prefix . "#");
}