net.sf.saxon.om
public class PrefixNormalizer extends XMLFilterImpl
Method Summary | |
---|---|
void | endPrefixMapping(String prefix)
Filter an end Namespace prefix mapping event.
|
void | startElement(String uri, String localName, String qName, Attributes atts)
Filter a start element event.
|
void | startPrefixMapping(String prefix, String uri)
Filter a start Namespace prefix mapping event.
|
Parameters: prefix The Namespace prefix.
Throws: org.xml.sax.SAXException The client may throw an exception during processing.
Parameters: uri The element's Namespace URI, or the empty string. localName The element's local name, or the empty string. qName The element's qualified (prefixed) name, or the empty string. atts The element's attributes.
Throws: org.xml.sax.SAXException The client may throw an exception during processing.
Parameters: prefix The Namespace prefix. uri The Namespace URI.
Throws: org.xml.sax.SAXException The client may throw an exception during processing.