XML_Util::splitQualifiedName() -- split qualified name
Descripción
Splits a qualified name and returns array with namespace and local part.
Parámetro
string $qname - qualified tag name (e.g. xsl:stylsheet)
string $defaultNs - default namespace, will be used in return value, if qualified name contains only a local part
Valor devuelto
array assoc array containing namespace and local part of the tag
Nota
Esta función debe ser llamada
estáticamente.