See startPrefixMapping for details. This event will always occur after the corresponding endElement event, but the order of endPrefixMapping events is not otherwise guaranteed.
@param prefix The prefix that was being mapping. @throws org.xml.sax.SAXException The client may throwan exception during processing. @see #startPrefixMapping @see #endElementSee {@link #startPrefixMapping startPrefixMapping} for details. These events will always occur immediately after the corresponding {@link #endElement endElement} event, but the order of {@link #endPrefixMapping endPrefixMapping} events is not otherwiseguaranteed.
@param prefix the prefix that was being mapped.This is the empty string when a default mapping scope ends. @throws org.xml.sax.SAXException the client may throwan exception during processing @see #startPrefixMapping @see #endElementBy default, do nothing. Application writers may override this method in a subclass to take specific actions at the end of each prefix mapping.
@param prefix The Namespace prefix being declared. @exception org.xml.sax.SAXException Any SAX exception, possiblywrapping another exception. @see org.xml.sax.ContentHandler#endPrefixMapping
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|