public class ImageDataTransformer extends XmlTransformer
scalefit="1"
, width="100%"
, and contentdepth="100%"
attributes.Constructor and Description |
---|
ImageDataTransformer()
Construct an updater to match DocBook XML files.
|
handleFile, update
public ImageDataTransformer()
The files are updated in place.
The following example shows how this might be used in your code.
File xmlSourceDirectory = new File("/path/to/xml/files/"); // Update XML files. ImageDataTransformer idt = new ImageDataTransformer(); return idt.update(xmlSourceDirectory);
Copyright © 2025 Open Identity Platform Community. All rights reserved.