SYNOPSISstring xmlReaderGetNsURI(xmlReader reader)
Parameters:
reader
- the xmlReader
object
Returns:
DESCRIPTIONxmlReaderGetNsURI()
determines and returns the URI for the
namespace of the current element or attribute. Inherited namespaces
work properly - Namespaces that are defined in the root element of a
document will be resolved if xmlReaderGetNsURI()
is called on a
sub-element that uses that namespace.
EXAMPLE<$uri = (xmlReaderGetNsURI($reader))>
SEE ALSOxmlReaderGetLocalName
,
xmlReaderGetNsPrefix