public class ExtensionFilter extends SkipFilter
A SAX filter that skips "old-style" PMML extension elements and attributes.
| Constructor and Description |
|---|
ExtensionFilter() |
ExtensionFilter(String namespaceURI) |
ExtensionFilter(XMLReader reader) |
ExtensionFilter(XMLReader reader,
String namespaceURI) |
| Modifier and Type | Method and Description |
|---|---|
Attributes |
filterAttributes(String namespaceURI,
String localName,
Attributes attributes) |
boolean |
matches(String namespaceURI,
String localName) |
characters, endElement, startElementgetLocalName, getNamespaceURI, getQualifiedNameendDocument, 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, startDocument, startPrefixMapping, unparsedEntityDecl, warningpublic ExtensionFilter()
public ExtensionFilter(String namespaceURI)
public ExtensionFilter(XMLReader reader)
public boolean matches(String namespaceURI, String localName)
matches in class ElementFilterpublic Attributes filterAttributes(String namespaceURI, String localName, Attributes attributes)
filterAttributes in class SkipFilterCopyright © 2022. All rights reserved.