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, warningpublic void startDocument()
throws SAXException
startDocument in interface ContentHandlerstartDocument in class XMLFilterImplSAXExceptionpublic void startElement(String arg0, String arg1, String arg2, Attributes arg3) throws SAXException
startElement in interface ContentHandlerstartElement in class XMLFilterImplSAXExceptionpublic void endElement(String arg0, String arg1, String arg2) throws SAXException
endElement in interface ContentHandlerendElement in class XMLFilterImplSAXExceptionpublic void startPrefixMapping(String prefix, String url) throws SAXException
startPrefixMapping in interface ContentHandlerstartPrefixMapping in class XMLFilterImplSAXExceptionCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.