Lines Matching refs:getDocNamespaces
2 Bug #55218 getDocNamespaces from current element and not root
20 echo "getDocNamespaces\n";
24 var_dump ( $x->getDocNamespaces(true) ) ;
25 var_dump( $x->person[0]->getDocNamespaces(true) );
26 var_dump( $x->person[1]->getDocNamespaces(true) );
30 var_dump( $x->getDocNamespaces(false) );
31 var_dump( $x->person[0]->getDocNamespaces(false) );
32 var_dump( $x->person[1]->getDocNamespaces(false) );
37 var_dump ( $x->getDocNamespaces(true, false) ) ;
38 var_dump( $x->person[0]->getDocNamespaces(true, false) );
39 var_dump( $x->person[1]->getDocNamespaces(true, false) );
43 var_dump( $x->getDocNamespaces(false, false) );
44 var_dump( $x->person[0]->getDocNamespaces(false, false) );
45 var_dump( $x->person[1]->getDocNamespaces(false, false) );
49 getDocNamespaces