public class NamespaceFilter extends org.xml.sax.helpers.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 org.xml.sax.helpers.XMLFilterImplSAXExceptionpublic void startElement(String arg0, String arg1, String arg2, Attributes arg3) throws SAXException
startElement in interface ContentHandlerstartElement in class org.xml.sax.helpers.XMLFilterImplSAXExceptionpublic void endElement(String arg0, String arg1, String arg2) throws SAXException
endElement in interface ContentHandlerendElement in class org.xml.sax.helpers.XMLFilterImplSAXExceptionpublic void startPrefixMapping(String prefix, String url) throws SAXException
startPrefixMapping in interface ContentHandlerstartPrefixMapping in class org.xml.sax.helpers.XMLFilterImplSAXExceptionCopyright © 2010–2015 MuleSoft, Inc.. All rights reserved.