public abstract class PMMLFilter extends XMLFilterImpl
| Constructor and Description |
|---|
PMMLFilter(Version target) |
PMMLFilter(XMLReader reader,
Version target) |
| Modifier and Type | Method and Description |
|---|---|
protected static int |
compare(Version left,
Version right) |
void |
endElement(String namespaceURI,
String localName,
String qualifiedName) |
void |
endPrefixMapping(String prefix) |
abstract Attributes |
filterAttributes(String localName,
Attributes attributes) |
abstract String |
filterLocalName(String localName) |
Version |
getSource() |
Version |
getTarget() |
protected static boolean |
hasAttribute(Attributes attributes,
String localName) |
protected static Attributes |
renameAttribute(Attributes attributes,
String oldLocalName,
String localName) |
protected static Attributes |
setAttribute(Attributes attributes,
String localName,
String value) |
void |
startElement(String namespaceURI,
String localName,
String qualifiedName,
Attributes attributes) |
void |
startPrefixMapping(String prefix,
String namespaceURI) |
characters, endDocument, 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, unparsedEntityDecl, warningpublic PMMLFilter(Version target)
public abstract Attributes filterAttributes(String localName, Attributes attributes)
public void startPrefixMapping(String prefix, String namespaceURI) throws SAXException
startPrefixMapping in interface ContentHandlerstartPrefixMapping in class XMLFilterImplSAXExceptionpublic void endPrefixMapping(String prefix) throws SAXException
endPrefixMapping in interface ContentHandlerendPrefixMapping in class XMLFilterImplSAXExceptionpublic void startElement(String namespaceURI, String localName, String qualifiedName, Attributes attributes) throws SAXException
startElement in interface ContentHandlerstartElement in class XMLFilterImplSAXExceptionpublic void endElement(String namespaceURI, String localName, String qualifiedName) throws SAXException
endElement in interface ContentHandlerendElement in class XMLFilterImplSAXExceptionpublic Version getSource()
public Version getTarget()
protected static boolean hasAttribute(Attributes attributes, String localName)
protected static Attributes setAttribute(Attributes attributes, String localName, String value)
protected static Attributes renameAttribute(Attributes attributes, String oldLocalName, String localName)
Copyright © 2015 University of Tartu. All Rights Reserved.