AtomParser::start_ns()
Method of the class: AtomParser{}
No Hooks.
Return
null
. Nothing (null).
Usage
$AtomParser = new AtomParser(); $AtomParser->start_ns( $parser, $prefix, $uri );
- $parser (required)
- -
- $prefix (required)
- -
- $uri (required)
- -
AtomParser::start_ns() AtomParser::start ns code WP 6.7.1
function start_ns($parser, $prefix, $uri) { $this->_p("starting: " . $prefix . ":" . $uri); array_push($this->ns_decls, array($prefix,$uri)); }