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, xmlConsumerROLE| 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, startPrefixMappingsetConsumer, setContentHandler, setLexicalHandlerenableLogging, getLogger, setupLogger, setupLogger, setupLoggerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcharacters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMappingcomment, endCDATA, endDTD, endEntity, startCDATA, startDTD, startEntitysetConsumerpublic DocxImagesTransformer()
public void contextualize(Context context) throws ContextException
contextualize in interface ContextualizableContextExceptionpublic void setup(SourceResolver resolver, Map objectModel, String src, Parameters par) throws ProcessingException, SAXException, IOException
setup in interface SitemapModelComponentProcessingExceptionSAXExceptionIOExceptionpublic void startElement(String uri, String localName, String raw, Attributes atts) throws SAXException
startElement in interface ContentHandlerstartElement in class AbstractXMLPipeSAXExceptionpublic void recycle()
recycle in interface Recyclablerecycle in class AbstractXMLProducer