ContentHandler.endPrefixMapping(prefix)
End the scope of a prefix-URI mapping.
See startPrefixMapping()
for details. This event will always occur after the corresponding endElement()
event, but the order of endPrefixMapping()
events is not otherwise guaranteed.
Please login to continue.