public class NamespaceFilter extends XMLFilterImpl
Constructor and Description |
---|
NamespaceFilter(String prefix,
String namespaceUri,
boolean addNamespace) |
Modifier and Type | Method and Description |
---|---|
void |
endElement(String arg0,
String arg1,
String arg2) |
void |
startDocument() |
void |
startElement(String arg0,
String arg1,
String arg2,
Attributes arg3) |
void |
startPrefixMapping(String prefix,
String url) |
characters, endDocument, endPrefixMapping, error, fatalError, getContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getParent, getProperty, ignorableWhitespace, notationDecl, parse, parse, processingInstruction, resolveEntity, setContentHandler, setDocumentLocator, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setParent, setProperty, skippedEntity, unparsedEntityDecl, warning
public void startDocument() throws SAXException
startDocument
in interface ContentHandler
startDocument
in class XMLFilterImpl
SAXException
public void startElement(String arg0, String arg1, String arg2, Attributes arg3) throws SAXException
startElement
in interface ContentHandler
startElement
in class XMLFilterImpl
SAXException
public void endElement(String arg0, String arg1, String arg2) throws SAXException
endElement
in interface ContentHandler
endElement
in class XMLFilterImpl
SAXException
public void startPrefixMapping(String prefix, String url) throws SAXException
startPrefixMapping
in interface ContentHandler
startPrefixMapping
in class XMLFilterImpl
SAXException
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.