@ignore
protected function init($graph, $base) {
$this->graph = $graph;
$this->state = 0;
$this->xLang = null;
$this->xBase = new EasyRdf_ParsedUri($base);
$this->xml = 'http://www.w3.org/XML/1998/namespace';
$this->rdf = 'http://www.w3.org/1999/02/22-rdf-syntax-ns#';
$this->nsp = array(
$this->xml => 'xml',
$this->rdf => 'rdf',
);
$this->sStack = array();
$this->sCount = 0;
}