A B C D E F G I M N P R S T U V W X

A

AddCatalogPages - Class in com.adobe.idml.samples
The AddCatalogPages sample extends PackageTransformer taking advantage of a hook it provides that allows a subclass to do additional work before or after the transformation.
AddCatalogPages(String, String, String) - Constructor for class com.adobe.idml.samples.AddCatalogPages
This constructor sets up the XSL paths and the input XML file containing the information needed to add new content to the an existing IDML file.
addPages(String, String) - Method in class com.adobe.idml.samples.AddCatalogPages
Adds pages to an existing IDML file.
addParameters(ArrayList<XslParam>) - Method in class com.adobe.idml.FileTransformer
Adds parameters that will be passed to the style sheet.
afterTransform(String, File) - Method in class com.adobe.idml.PackageTransformer
A hook method into the XSL transformation with the String, String, String, ArrayList signature which is called after the transforms take place.

B

beforeTransform(String, File) - Method in class com.adobe.idml.PackageTransformer
A hook method into the XSL transformation with the String, String, String, ArrayList signature which is called before the transforms take place.
beforeTransform(String, File) - Method in class com.adobe.idml.samples.AddCatalogPages
Overrides beforeTransform of the PackageTransformer class.

C

cleanup() - Method in class com.adobe.idml.samples.ReplaceImages
Removes the temporary directory used for IDML Package extraction.
clearParameters() - Method in class com.adobe.idml.FileTransformer
Clears the parameters that are passed to the style sheet.
com.adobe.idml - package com.adobe.idml
 
com.adobe.idml.samples - package com.adobe.idml.samples
 
compress(String, String) - Static method in class com.adobe.idml.Package
The compress method builds an IDML compatible archive from all the files contained in directory provided.
compress(File, String) - Static method in class com.adobe.idml.Package
The compress method builds an IDML compatible archive from all the files contained in directory provided.
ConditionalText - Class in com.adobe.idml.samples
The ConditionalText sample shows how to work with Conditional Text within an IDML package.
ConditionalText() - Constructor for class com.adobe.idml.samples.ConditionalText
 
copy(String, String, String) - Method in class com.adobe.idml.samples.CopyStyles
Creates a new IDML file by copying styles from a source IDML file to a destination IDML.
CopyDir(File, File) - Static method in class com.adobe.idml.FileUtils
Copies the contents of a source directory into a destination directory.
CopyFile(File, File) - Static method in class com.adobe.idml.FileUtils
Copy a file
CopyStyles - Class in com.adobe.idml.samples
This class can be used to copy styles of any type (Object, Paragraph, Character and so on) from one IDML Package or another.
CopyStyles(String) - Constructor for class com.adobe.idml.samples.CopyStyles
This constructor sets up an XSL Locator object.
createFile(String) - Static method in class com.adobe.idml.FileUtils
Creates a text file at the location specified.
CreateTempDir() - Static method in class com.adobe.idml.FileUtils
Creates a temporary directory.
CreateTempFile() - Static method in class com.adobe.idml.FileUtils
Creates a temp file that is deleted on exit.

D

decompress(String, String) - Static method in class com.adobe.idml.Package
The decompress method can be used to extract an IDML archive specified in the compressedFilePath parameter to the directory specified in the targetDirPath parameter.
decompress(File, File) - Static method in class com.adobe.idml.Package
The decompress method can be used to extract an IDML archive specified in the idmlSrcFile parameter to the directory specified in the idmlDestinationFile parameter.
decompress(String) - Static method in class com.adobe.idml.Package
Creates a temporary directory and decompresses the IDML file provided into that directory.
decompress(File) - Static method in class com.adobe.idml.Package
Creates a temporary directory and decompresses the IDML file provided into that directory.
DeleteDirectory(File) - Static method in class com.adobe.idml.FileUtils
Deletes the directory specified by dir.
deleteFile(String) - Static method in class com.adobe.idml.FileUtils
Deletes a file.
dumpInfo(String) - Static method in class com.adobe.idml.PackageInspector
Uses PackageInspector to dump various bits of content to STDOUT.

E

ensureDirectory(String) - Static method in class com.adobe.idml.FileUtils
Creates the directory if it does not already exist.
ensureDirectory(File) - Static method in class com.adobe.idml.FileUtils
Creates the directory if it does not already exist.
ensureParentDirectory(String) - Static method in class com.adobe.idml.FileUtils
Ensures that the directory containing the file specified exists.
expand(String, String) - Method in class com.adobe.idml.samples.PageBuilder
Creates a package from the input XML file specified.
exportList(String) - Method in class com.adobe.idml.samples.ReplaceImages
Writes a the image ID's and paths to an XML File.
extract(String, String) - Method in class com.adobe.idml.samples.ReplaceStory
Extracts a single story file.
extractAll(String) - Method in class com.adobe.idml.samples.ReplaceStory
Extracts all the stories in an IDML file.
extractNotes(String, String) - Method in class com.adobe.idml.samples.Notes
Copies notes from an IDML file to a separate text file.

F

FileTransformer - Class in com.adobe.idml
The FileTransformer class is used to transform s single XML input file into one or many files.
FileTransformer(File, ArrayList<XslParam>) - Constructor for class com.adobe.idml.FileTransformer
Construct a FileTransformer loaded with a style sheet.
FileUtils - Class in com.adobe.idml
File specific utility methods used by other classes in the package.
FileUtils() - Constructor for class com.adobe.idml.FileUtils
 

G

getAllXmlFiles() - Method in class com.adobe.idml.PackageXmlLocator
Returns an ArrayList of Strings containing paths to all the XML Files in an expanded IDML file.
getAttribute(NamedNodeMap, String) - Static method in class com.adobe.idml.XmlUtils
Returns a String containing the result after searching the element for the attribute name provided.
getAttribute(String, String) - Static method in class com.adobe.idml.XmlUtils
Returns a String containing the result of the xPath expression after it is executed against the XML file.
getAttribute(ArrayList<String>, String) - Static method in class com.adobe.idml.XmlUtils
Returns a String containing the result of the xPath expression after it is executed against the XML file.
getAttributePairsForElement(String, String, String, String) - Static method in class com.adobe.idml.XmlUtils
Returns a HashTable of Strings containing the result of the xPath expression after it is executed against the XML file.
getAttributePairsForElement(ArrayList<String>, String, String, String) - Static method in class com.adobe.idml.XmlUtils
Returns a HashTable of Strings containing the result of the xPath expression after it is executed against the XML files.
getAttributes(String, String) - Static method in class com.adobe.idml.XmlUtils
Returns a ArrayList of Strings containing the result of the xPath expression after it is executed against the XML file.
getAttributes(ArrayList<String>, String) - Static method in class com.adobe.idml.XmlUtils
Returns a ArrayList of Strings containing the result of the xPath expression after it is executed against the XML file.
getBackingStoryFilePath() - Method in class com.adobe.idml.PackageXmlLocator
Returns a String with a file path to the BackingStory.xml file within an expanded IDML file.
GetCharacterStyleIDNamePairs() - Method in class com.adobe.idml.PackageInspector
Get a Hashtable containing all CharacterStyle Self ID/Name pairs.
getCorrespondingXslDirPath(String) - Method in class com.adobe.idml.PackageXslLocator
Given an XML file name this method will return the path to directory containing the matching XSL file needed for the transform.
getCorrespondingXslFilePath(String) - Method in class com.adobe.idml.PackageXslLocator
Given an XML file name this method will return the path to the matching XSL file needed for the transform.
getDesignMapFilePath() - Method in class com.adobe.idml.PackageXmlLocator
Returns a String with a file path to the designmap.xml file within an expanded IDML file.
getDirectory(String) - Static method in class com.adobe.idml.FileUtils
Returns a file object representing the path given.
getElements(String, String) - Static method in class com.adobe.idml.XmlUtils
Gets an ArrayList of the text content in a group of elements.
getElements(ArrayList<String>, String) - Static method in class com.adobe.idml.XmlUtils
Gets an ArrayList of the text content in a group of elements.
getExistingXmlDoc(String) - Static method in class com.adobe.idml.XmlUtils
Get a DOM Document object from an existing file.
getFile(String) - Static method in class com.adobe.idml.FileUtils
Returns a file object representing the path given.
getFileSize(File) - Static method in class com.adobe.idml.FileUtils
Get the size of a file in Kilobytes.
getFileType(String) - Static method in class com.adobe.idml.FileUtils
Get the file extension for a file.
getFileWriter(File) - Static method in class com.adobe.idml.FileUtils
Gets a buffered writer for a text file.
getIdmlReferencedFile(String) - Static method in class com.adobe.idml.FileUtils
Returns a file object representing the path given.
GetLayerIDNamePairs() - Method in class com.adobe.idml.PackageInspector
Get Hashtable of all layer Self ID and Name pairs.
GetLayerIDs() - Method in class com.adobe.idml.PackageInspector
Get the Self attributes for all layers in the package.
GetLinkIDURIPairs() - Method in class com.adobe.idml.PackageInspector
Get a Hashtable of all Link ID/LinkResourceURI pairs in the package.
getLinksFromPackage() - Method in class com.adobe.idml.samples.ReplaceImages
Gets a the image ID's and links from the source IDML Package in a Hashtable.
GetMasterSpreadIDNamePairs() - Method in class com.adobe.idml.PackageInspector
Get a Hashtable of all master spread Self ID/Name pairs.
GetMasterSpreadIDs() - Method in class com.adobe.idml.PackageInspector
Get the Self attributes for all master spreads in the package.
getMasterSpreadsDirPath() - Method in class com.adobe.idml.PackageXmlLocator
Returns a String with a folder path to the MasterSpreads folder within an expanded IDML file.
getMasterSpreadXmlFiles() - Method in class com.adobe.idml.PackageXmlLocator
Returns an ArrayList of Strings containing paths to all the XML Files in the MasterSpreads folder of an expanded IDML file.
getMETAINFDirPath() - Method in class com.adobe.idml.PackageXmlLocator
Returns a String with a folder path to the META-INF folder within an expanded IDML file.
getMETAINFXmlFiles() - Method in class com.adobe.idml.PackageXmlLocator
Returns an ArrayList of Strings containing paths to all the XML Files in the METAINF folder of an expanded IDML file.
getName() - Method in class com.adobe.idml.XslParam
Get the parameter name.
getNewDOMDoc() - Static method in class com.adobe.idml.XmlUtils
Get an empty DOM Document.
getNewXslStylesheet() - Static method in class com.adobe.idml.XmlUtils
Get an empty XSL version 1.0 document.
getNodeListCount(String, String) - Static method in class com.adobe.idml.XmlUtils
Get the number of nodes returned by an expression to an XML file.
GetObjectStyleIDNamePairs() - Method in class com.adobe.idml.PackageInspector
Get a Hashtable of all object style Self ID/Name pairs.
getPackateSchema() - Method in class com.adobe.idml.Validator
 
GetPageCount() - Method in class com.adobe.idml.PackageInspector
Get the number of pages.
GetPageHeight() - Method in class com.adobe.idml.PackageInspector
Get the page height in points as a double.
GetPageWidth() - Method in class com.adobe.idml.PackageInspector
Get the page width in points as a double.
GetParagraphStyleIDNamePairs() - Method in class com.adobe.idml.PackageInspector
Get a Hashtable containing all ParagraphStyle Self ID/Name pairs.
getParentDirectory(File) - Static method in class com.adobe.idml.FileUtils
Returns the parent directory for the file provided.
getParentDirectory(String) - Static method in class com.adobe.idml.FileUtils
Returns the parent directory for the file provided.
getParentDirectoryPath(String) - Static method in class com.adobe.idml.FileUtils
Given a file path this method returns the parent directory path.
getPreferencesFilePath() - Method in class com.adobe.idml.PackageXmlLocator
Returns a String with a file path to the Preferences.xml file within an expanded IDML file.
getRelativePath(String, String) - Static method in class com.adobe.idml.FileUtils
Returns a relative path from the directory provided to the file specified.
getRelativePath(File, File) - Static method in class com.adobe.idml.FileUtils
Returns a relative path from the directory provided to the file specified.
getResourcesDirPath() - Method in class com.adobe.idml.PackageXmlLocator
Returns a String with a folder path to the Resources folder within an expanded IDML file.
getResourcesXmlFiles() - Method in class com.adobe.idml.PackageXmlLocator
Returns an ArrayList of Strings containing paths to all the XML Files in the Resources folder of an expanded IDML file.
getScaledImageIcon(int, int, File) - Static method in class com.adobe.idml.ImageUtils
Given an image file and the required dimensions, this method will return a scaled ImageIcon object for the image file provided.
GetSpreadCount() - Method in class com.adobe.idml.PackageInspector
Gets the number of spreads.
getSpreadsDirPath() - Method in class com.adobe.idml.PackageXmlLocator
Returns a String with a folder path to the Spreads folder within an expanded IDML file.
getSpreadXmlFiles() - Method in class com.adobe.idml.PackageXmlLocator
Returns an ArrayList of Strings containing paths to all the XML Files in the Spreads folder of an expanded IDML file.
getStoriesDirPath() - Method in class com.adobe.idml.PackageXmlLocator
Returns a String with a folder path to the Stories folder within an expanded IDML file.
getStoriesXmlFiles() - Method in class com.adobe.idml.PackageXmlLocator
Returns an ArrayList of Strings containing paths to all the XML Files in the Stories folder of an expanded IDML file.
GetStoryIDs() - Method in class com.adobe.idml.PackageInspector
Get the "Self" attribute for all stories in the package.
GetStoryIDsAndContent() - Method in class com.adobe.idml.PackageInspector
Get Story Self ID/ Text Content pairs for each story in the package.
getStylesFilePath() - Method in class com.adobe.idml.PackageXmlLocator
Returns a String with a file path to the Styles.xml file within an expanded IDML file.
getTagsFilePath() - Method in class com.adobe.idml.PackageXmlLocator
Returns a String with a file path to the Tags.xml file within an expanded IDML file.
getUnifiedSchema() - Method in class com.adobe.idml.Validator
 
getValue() - Method in class com.adobe.idml.XslParam
Get the parameter value
getXMLDirPath() - Method in class com.adobe.idml.PackageXmlLocator
Returns a String with a folder path to the XML folder within an expanded IDML file.
getXMLFile(String, String) - Method in class com.adobe.idml.PackageXmlLocator
Returns a String containing the path to the first XML File in the designated folder that returns a result.
getXMLXmlFiles() - Method in class com.adobe.idml.PackageXmlLocator
Returns an ArrayList of Strings containing paths to all the XML Files in the XML folder of an expanded IDML file.
getXPathValue(String, String) - Static method in class com.adobe.idml.XmlUtils
Given an XML file path and an XPath expression, this method will return a node set containing the results of the query.
getXPathValue(File, String) - Static method in class com.adobe.idml.XmlUtils
Given an XML file and an XPath expression, this method will return a node set containing the results of the query.
getXSLPath() - Method in class com.adobe.idml.samples.PageBuilder
Returns the XSL path provided to the class.
getXslRoot() - Method in class com.adobe.idml.PackageXslLocator
Returns the path to the XSL root directory.

I

ICMLBuilder - Class in com.adobe.idml.samples
ICMLBuilder uses a FileTransformer to build an ICMLFile.
ICMLBuilder() - Constructor for class com.adobe.idml.samples.ICMLBuilder
 
ImageUtils - Class in com.adobe.idml
This class contains utilities related to viewing images in a Java graphical interface.
ImageUtils() - Constructor for class com.adobe.idml.ImageUtils
 
importList(String, String) - Method in class com.adobe.idml.samples.ReplaceImages
Imports an XML file with image ID's mapped to links and applies the changes to a copy of the source IDML Package.
importXmlFile(String, String, String) - Method in class com.adobe.idml.samples.ImportXmlTemplate
Imports an XML file to the root as if the file were imported through Indesign's Import XML feature.
ImportXmlTemplate - Class in com.adobe.idml.samples
Merges an IDML file tagged using XML tags feature with an XML file containing changes for that file.
ImportXmlTemplate(String) - Constructor for class com.adobe.idml.samples.ImportXmlTemplate
Instantiates a new ImportXmlTemplate object and creates an XSLLocator for the directory of XSL files provided.
init(String, String) - Method in class com.adobe.idml.Validator
Initialize the class with both types of schemas.
isAPackage(String) - Static method in class com.adobe.idml.Package
Is this an IDML package.
isInExcludeList(String) - Method in class com.adobe.idml.PackageTransformer
A hook method into the XSL transformation with the String, String, String, ArrayList signature.
isSupportedByImageIO(String) - Static method in class com.adobe.idml.ImageUtils
Determines if the file type of the image is supported by this utility.

M

main(String[]) - Static method in class com.adobe.idml.Package
Driver method for packaging and unpackaging.
main(String[]) - Static method in class com.adobe.idml.PackageInspector
Driver method for obtain information from a package.
main(String[]) - Static method in class com.adobe.idml.samples.AddCatalogPages
 
main(String[]) - Static method in class com.adobe.idml.samples.ConditionalText
Driver program for ConditionalText sample.
main(String[]) - Static method in class com.adobe.idml.samples.CopyStyles
The main method used to initialize the CopyStyles class.
main(String[]) - Static method in class com.adobe.idml.samples.ICMLBuilder
This program constructs the ICMLBuilder instance with the designated XSL File and a parameter designating the table width.
main(String[]) - Static method in class com.adobe.idml.samples.ImportXmlTemplate
 
main(String[]) - Static method in class com.adobe.idml.samples.Notes
The main method used to initialize the Notes class.
main(String[]) - Static method in class com.adobe.idml.samples.PageBuilder
Initializes a PageBuilder instance and sets the default XSL directory used for transforms.
main(String[]) - Static method in class com.adobe.idml.samples.ReplaceImages
The main method used to initialize the ReplaceImages class.
main(String[]) - Static method in class com.adobe.idml.samples.ReplaceStory
Program that allows you to replace stories from the command line.
main(String[]) - Static method in class com.adobe.idml.Validator
 
makeDynamicMain(ArrayList<String>) - Method in class com.adobe.idml.PackageXslLocator
Builds a file named dynamic_main.xsl which will contain XSL:Inlude references to all XSL files in the provided directory and sub-directories.

N

Notes - Class in com.adobe.idml.samples
This class contains tools for removing and extracting notes from an IDML package.
Notes() - Constructor for class com.adobe.idml.samples.Notes
The default constructor.
Notes(String) - Constructor for class com.adobe.idml.samples.Notes
This constructor sets up an XSL Locator object.

P

Package - Class in com.adobe.idml
Contains methods for working with IDML packages.
Package() - Constructor for class com.adobe.idml.Package
 
PackageException - Exception in com.adobe.idml
A simple Exception subclass thrown by several IDMLTools methods.
PackageException(String) - Constructor for exception com.adobe.idml.PackageException
 
PackageInspector - Class in com.adobe.idml
PackageInspector contains a set of methods for inspecting package content.
PackageInspector(File) - Constructor for class com.adobe.idml.PackageInspector
Instantiates a new PackageInspector object for the directory of XML files provided.
PackageInspector(String) - Constructor for class com.adobe.idml.PackageInspector
Instantiates a new PackageInspector object for the directory path to the XML files provided.
PackageTransformer - Class in com.adobe.idml
Contains overloaded transform methods.
PackageTransformer() - Constructor for class com.adobe.idml.PackageTransformer
 
PackageXmlLocator - Class in com.adobe.idml
Given the location of an extracted IDML Package file, this class will locate the individual XML files.
PackageXmlLocator(String) - Constructor for class com.adobe.idml.PackageXmlLocator
Instantiates a new XMLLocator object for the expanded IDML file provided.
PackageXmlLocator(File) - Constructor for class com.adobe.idml.PackageXmlLocator
Instantiates a new XMLLocator object for the expanded IDML file provided.
PackageXslLocator - Class in com.adobe.idml
Contains tools for locating the XSL file need for the transformation.
PackageXslLocator(String) - Constructor for class com.adobe.idml.PackageXslLocator
Instantiates a new XSLLocator object for the directory of XSL files provided.
PageBuilder - Class in com.adobe.idml.samples
PageBuilder builds an IDML package from a set of XSL style sheets and XML input data.
PageBuilder(String) - Constructor for class com.adobe.idml.samples.PageBuilder
Sets the XSL Path.

R

release() - Method in class com.adobe.idml.samples.ReplaceStory
A temporary directory is maintained on disk until this function is called signaling that we are done with these resources.
removeNotes(String, String) - Method in class com.adobe.idml.samples.Notes
Creates a copy of an IDML file with the notes removed.
replace(String, String) - Method in class com.adobe.idml.samples.ReplaceStory
Replaces a story in the working directory.
ReplaceImages - Class in com.adobe.idml.samples
This class contains tools that can be used to replace images in an IDML Package.
ReplaceImages(String, String) - Constructor for class com.adobe.idml.samples.ReplaceImages
This constructor requires an XSL directory to locate the transforms and an IDML Package containing the images to be replaced.
ReplaceImagesGUI - Class in com.adobe.idml.samples
This is a Swing graphical wrapper for the ReplaceImages class.
ReplaceImagesGUI(ReplaceImages) - Constructor for class com.adobe.idml.samples.ReplaceImagesGUI
Constructor requiring a ReplaceImages object.
ReplaceStory - Class in com.adobe.idml.samples
ReplaceStory can be used to extract and replace stories from IDML package files.
ReplaceStory(String) - Constructor for class com.adobe.idml.samples.ReplaceStory
A ReplaceStory object is constructed with a path to an IDML file.
reset(File, ArrayList<XslParam>) - Method in class com.adobe.idml.FileTransformer
Reinitializes to a new XSL file and set of parameters.

S

scaleImage(BufferedImage, int, int) - Static method in class com.adobe.idml.ImageUtils
Scales a BufferedImage object to the size requested.
setPackageSchema(String) - Method in class com.adobe.idml.Validator
Set the path to the package schema.
setSourcePackage(String) - Method in class com.adobe.idml.samples.ReplaceImages
Set the IDML Package in which to replace images.
setUnifiedSchema(String) - Method in class com.adobe.idml.Validator
Sets the unified schema path
setXSLPath(String) - Method in class com.adobe.idml.samples.PageBuilder
Sets the XSL path.

T

transform(String, String, String, ArrayList<XslParam>) - Method in class com.adobe.idml.PackageTransformer
Performs a set of XSL transformations on an IDML input file or directory.
transform(PackageXslLocator, PackageXmlLocator, ArrayList<XslParam>) - Method in class com.adobe.idml.PackageTransformer
Performs XSL transformations on all XML files in the IDML input file.
transformFile(File, File) - Method in class com.adobe.idml.FileTransformer
Transforms an XML file with the current style sheet and parameters.

U

updatePackage(Hashtable<String, String>, String) - Method in class com.adobe.idml.samples.ReplaceImages
Makes a copy of the source IDML Package and updates the links with the values found in the links Hashtable.

V

validate(String) - Method in class com.adobe.idml.Validator
This method validates IDML packages (compressed or decompressed) as well as non-package files (ICML and IDMS).
validatePackage(String) - Method in class com.adobe.idml.Validator
Valildates an IDML package.
validateUnifiedFile(String) - Method in class com.adobe.idml.Validator
Validates a non-package file (such as an ICML, IDMS).
Validator - Class in com.adobe.idml
The Validator class can be used to validate IDML packages, extracted IDML packages, and non-package IDML files such as IDMS (snippets) and ICML (InCopy stories).
Validator(String, String) - Constructor for class com.adobe.idml.Validator
Contructor used to create an instance of an Validator loaded with paths to schemas.
Validator(String) - Constructor for class com.adobe.idml.Validator
This constructor takes a path to one schema folder and examines it to decide which type of schema it is, and calls init(String, String) appropriately.
Validator() - Constructor for class com.adobe.idml.Validator
Simple contructor for instantiated an unoaded Validator.
verifyDirectory(String) - Static method in class com.adobe.idml.FileUtils
Throws an error if the file object is invalid.
verifyDirectory(File) - Static method in class com.adobe.idml.FileUtils
Throws an error if the file object representing the directory is invalid.
verifyFile(String) - Static method in class com.adobe.idml.FileUtils
Throws an error if the file object is invalid.
verifyFile(File) - Static method in class com.adobe.idml.FileUtils
Throws an error if the file object is invalid.
verifyPackage(String) - Static method in class com.adobe.idml.Package
Throws an exception if the file is not an IDML package.

W

windowActivated(WindowEvent) - Method in class com.adobe.idml.samples.ReplaceImagesGUI
(non-Javadoc)
windowClosed(WindowEvent) - Method in class com.adobe.idml.samples.ReplaceImagesGUI
(non-Javadoc)
windowClosing(WindowEvent) - Method in class com.adobe.idml.samples.ReplaceImagesGUI
Cleans the temporary directory on the closing event.
windowDeactivated(WindowEvent) - Method in class com.adobe.idml.samples.ReplaceImagesGUI
(non-Javadoc)
windowDeiconified(WindowEvent) - Method in class com.adobe.idml.samples.ReplaceImagesGUI
(non-Javadoc)
windowIconified(WindowEvent) - Method in class com.adobe.idml.samples.ReplaceImagesGUI
(non-Javadoc)
windowOpened(WindowEvent) - Method in class com.adobe.idml.samples.ReplaceImagesGUI
(non-Javadoc)
writeTempFiles(String) - Method in class com.adobe.idml.samples.ReplaceStory
Writes the temporary working directory to an IDML package or to another working directory (if a directory is specified).
writeXmlFile(Document, File) - Static method in class com.adobe.idml.XmlUtils
Given a file object and an XML DOM Document, this method will write a formatted XML file to disk.

X

XmlUtils - Class in com.adobe.idml
This class contains static methods for working with XML related technologies such as XML, XSL and XPath.
XmlUtils() - Constructor for class com.adobe.idml.XmlUtils
 
XslParam - Class in com.adobe.idml
This class stores a single parameter name/value pair These parameters are used to add parameters from the Java application to the XSL StyleSheets at transform time.
XslParam(String, String) - Constructor for class com.adobe.idml.XslParam
This constructor loads the parameter name and value.

A B C D E F G I M N P R S T U V W X

Copyright © 2008 Adobe Systems Incorporated. All Rights Reserved.