public abstract class AbstractTransformationFilter extends XMLFilterImpl
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTransformationFilter.CurrentElement |
| Constructor and Description |
|---|
AbstractTransformationFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
endElement(String uri,
String localName,
String qName) |
abstract List<KeyValue> |
getElementTransformationList() |
abstract String |
getStartingElementPath()
This method returns the element that we should start transforming at.
|
protected String |
getTrimmedCurrentElementKey(String currentElementKey) |
void |
startElement(String uri,
String localName,
String qName,
Attributes atts) |
abstract AbstractTransformationFilter.CurrentElement |
transformEndElement(AbstractTransformationFilter.CurrentElement currentElement)
This method allows you to modify the element passed in.
|
abstract AbstractTransformationFilter.CurrentElement |
transformStartElement(AbstractTransformationFilter.CurrentElement currentElement)
This method allows you to modify the element passed in.
|
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, startDocument, startPrefixMapping, unparsedEntityDecl, warningpublic AbstractTransformationFilter()
public abstract AbstractTransformationFilter.CurrentElement transformStartElement(AbstractTransformationFilter.CurrentElement currentElement) throws SAXException
currentElement - SAXExceptionpublic abstract AbstractTransformationFilter.CurrentElement transformEndElement(AbstractTransformationFilter.CurrentElement currentElement) throws SAXException
currentElement - SAXExceptionpublic abstract List<KeyValue> getElementTransformationList()
public abstract String getStartingElementPath()
public void startElement(String uri, String localName, String qName, Attributes atts) throws SAXException
startElement in interface ContentHandlerstartElement in class XMLFilterImplSAXExceptionprotected String getTrimmedCurrentElementKey(String currentElementKey)
public void endElement(String uri, String localName, String qName) throws SAXException
endElement in interface ContentHandlerendElement in class XMLFilterImplSAXExceptionCopyright © 2005–2017 The Kuali Foundation. All rights reserved.