public class DocxImagesTransformer extends AbstractTransformer implements Contextualizable
Modifier and Type | Field and Description |
---|---|
private Content |
_content |
private Context |
_context |
private ZipFile |
_zipFile |
contentHandler, EMPTY_CONTENT_HANDLER, lexicalHandler, xmlConsumer
ROLE
Constructor and Description |
---|
DocxImagesTransformer() |
Modifier and Type | Method and Description |
---|---|
void |
contextualize(Context context) |
void |
recycle() |
void |
setup(SourceResolver resolver,
Map objectModel,
String src,
Parameters par) |
void |
startElement(String uri,
String localName,
String raw,
Attributes atts) |
characters, comment, endCDATA, endDocument, endDTD, endElement, endEntity, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startCDATA, startDocument, startDTD, startEntity, startPrefixMapping
setConsumer, setContentHandler, setLexicalHandler
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping
comment, endCDATA, endDTD, endEntity, startCDATA, startDTD, startEntity
setConsumer
public DocxImagesTransformer()
public void contextualize(Context context) throws ContextException
contextualize
in interface Contextualizable
ContextException
public void setup(SourceResolver resolver, Map objectModel, String src, Parameters par) throws ProcessingException, SAXException, IOException
setup
in interface SitemapModelComponent
ProcessingException
SAXException
IOException
public void startElement(String uri, String localName, String raw, Attributes atts) throws SAXException
startElement
in interface ContentHandler
startElement
in class AbstractXMLPipe
SAXException
public void recycle()
recycle
in interface Recyclable
recycle
in class AbstractXMLProducer