xmlparser.StartNamespaceDeclHandler(prefix, uri)
Called when an element contains a namespace declaration. Namespace declarations are processed before the StartElementHandler
is called for the element on which declarations are placed.
xmlparser.StartNamespaceDeclHandler(prefix, uri)
Called when an element contains a namespace declaration. Namespace declarations are processed before the StartElementHandler
is called for the element on which declarations are placed.
Please login to continue.