Lines Matching refs:getDocNamespaces
2 Bug #55218 getDocNamespaces from current element and not root
23 echo "getDocNamespaces\n";
27 var_dump ( $x->getDocNamespaces(true) ) ;
28 var_dump( $x->person[0]->getDocNamespaces(true) );
29 var_dump( $x->person[1]->getDocNamespaces(true) );
33 var_dump( $x->getDocNamespaces(false) );
34 var_dump( $x->person[0]->getDocNamespaces(false) );
35 var_dump( $x->person[1]->getDocNamespaces(false) );
40 var_dump ( $x->getDocNamespaces(true, false) ) ;
41 var_dump( $x->person[0]->getDocNamespaces(true, false) );
42 var_dump( $x->person[1]->getDocNamespaces(true, false) );
46 var_dump( $x->getDocNamespaces(false, false) );
47 var_dump( $x->person[0]->getDocNamespaces(false, false) );
48 var_dump( $x->person[1]->getDocNamespaces(false, false) );
53 getDocNamespaces