Class ClassNameRewriter
java.lang.Object
org.xml.sax.helpers.XMLFilterImpl
org.frankframework.xml.FullXmlFilter
org.frankframework.configuration.filters.ClassNameRewriter
- All Implemented Interfaces:
ContentHandler,DTDHandler,EntityResolver,ErrorHandler,LexicalHandler,XMLFilter,XMLReader
-
Field Summary
FieldsFields inherited from class org.frankframework.xml.FullXmlFilter
log -
Constructor Summary
ConstructorsConstructorDescriptionClassNameRewriter(ContentHandler handler, org.springframework.context.ApplicationContext applicationContext) -
Method Summary
Modifier and TypeMethodDescriptionvoidstartElement(String uri, String localName, String qName, Attributes attributes) Methods inherited from class org.frankframework.xml.FullXmlFilter
comment, endCDATA, endDTD, endEntity, setContentHandler, setParent, setParentsLexicalHandler, startCDATA, startDTD, startEntityMethods inherited from class org.xml.sax.helpers.XMLFilterImpl
characters, endDocument, endElement, endPrefixMapping, error, fatalError, getContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getParent, getProperty, ignorableWhitespace, notationDecl, parse, parse, processingInstruction, resolveEntity, setDocumentLocator, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setProperty, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.xml.sax.ContentHandler
declaration
-
Field Details
-
LEGACY_PACKAGE_NAME
- See Also:
-
ORG_FRANKFRAMEWORK_PACKAGE_NAME
- See Also:
-
CLASS_NAME_ATTRIBUTE
- See Also:
-
-
Constructor Details
-
ClassNameRewriter
public ClassNameRewriter(ContentHandler handler, org.springframework.context.ApplicationContext applicationContext)
-
-
Method Details
-
startElement
public void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException - Specified by:
startElementin interfaceContentHandler- Overrides:
startElementin classXMLFilterImpl- Throws:
SAXException
-