|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PackageException | |
|---|---|
| com.adobe.idml | |
| com.adobe.idml.samples | |
| Uses of PackageException in com.adobe.idml |
|---|
| Methods in com.adobe.idml that throw PackageException | |
|---|---|
static java.lang.String |
XmlUtils.getAttribute(java.util.ArrayList<java.lang.String> files,
java.lang.String expr)
Returns a String containing the result of the xPath expression after it is executed against the XML file. |
static java.lang.String |
XmlUtils.getAttribute(org.w3c.dom.NamedNodeMap nm,
java.lang.String attrib)
Returns a String containing the result after searching the element for the attribute name provided. |
static java.lang.String |
XmlUtils.getAttribute(java.lang.String xmlFilePath,
java.lang.String expr)
Returns a String containing the result of the xPath expression after it is executed against the XML file. |
static java.util.Hashtable<java.lang.String,java.lang.String> |
XmlUtils.getAttributePairsForElement(java.util.ArrayList<java.lang.String> xmlFilePaths,
java.lang.String expr,
java.lang.String keyAttrib,
java.lang.String valueAttrib)
Returns a HashTable of Strings containing the result of the xPath expression after it is executed against the XML files. |
static java.util.Hashtable<java.lang.String,java.lang.String> |
XmlUtils.getAttributePairsForElement(java.lang.String file,
java.lang.String expr,
java.lang.String keyAttrib,
java.lang.String valueAttrib)
Returns a HashTable of Strings containing the result of the xPath expression after it is executed against the XML file. |
static java.util.ArrayList<java.lang.String> |
XmlUtils.getAttributes(java.util.ArrayList<java.lang.String> files,
java.lang.String expr)
Returns a ArrayList of Strings containing the result of the xPath expression after it is executed against the XML file. |
static java.util.ArrayList<java.lang.String> |
XmlUtils.getAttributes(java.lang.String xmlFilePath,
java.lang.String expr)
Returns a ArrayList of Strings containing the result of the xPath expression after it is executed against the XML file. |
java.util.Hashtable<java.lang.String,java.lang.String> |
PackageInspector.GetCharacterStyleIDNamePairs()
Get a Hashtable containing all CharacterStyle Self ID/Name pairs. |
static java.util.ArrayList<java.lang.String> |
XmlUtils.getElements(java.util.ArrayList<java.lang.String> xmlFilePaths,
java.lang.String expr)
Gets an ArrayList of the text content in a group of elements. |
static java.util.ArrayList<java.lang.String> |
XmlUtils.getElements(java.lang.String xmlFilePath,
java.lang.String expr)
Gets an ArrayList of the text content in a group of elements. |
static java.io.File |
FileUtils.getIdmlReferencedFile(java.lang.String filePath)
Returns a file object representing the path given. |
java.util.ArrayList<java.lang.String> |
PackageInspector.GetLayerIDs()
Get the Self attributes for all layers in the package. |
java.util.Hashtable<java.lang.String,java.lang.String> |
PackageInspector.GetLinkIDURIPairs()
Get a Hashtable of all Link ID/LinkResourceURI pairs in the package. |
java.util.Hashtable<java.lang.String,java.lang.String> |
PackageInspector.GetMasterSpreadIDNamePairs()
Get a Hashtable of all master spread Self ID/Name pairs. |
java.util.ArrayList<java.lang.String> |
PackageInspector.GetMasterSpreadIDs()
Get the Self attributes for all master spreads in the package. |
static int |
XmlUtils.getNodeListCount(java.lang.String xmlFilePath,
java.lang.String expr)
Get the number of nodes returned by an expression to an XML file. |
java.util.Hashtable<java.lang.String,java.lang.String> |
PackageInspector.GetObjectStyleIDNamePairs()
Get a Hashtable of all object style Self ID/Name pairs. |
int |
PackageInspector.GetPageCount()
Get the number of pages. |
double |
PackageInspector.GetPageHeight()
Get the page height in points as a double. |
double |
PackageInspector.GetPageWidth()
Get the page width in points as a double. |
java.util.Hashtable<java.lang.String,java.lang.String> |
PackageInspector.GetParagraphStyleIDNamePairs()
Get a Hashtable containing all ParagraphStyle Self ID/Name pairs. |
static javax.swing.ImageIcon |
ImageUtils.getScaledImageIcon(int width,
int height,
java.io.File imgFile)
Given an image file and the required dimensions, this method will return a scaled ImageIcon object for the image file provided. |
int |
PackageInspector.GetSpreadCount()
Gets the number of spreads. |
java.util.ArrayList<java.lang.String> |
PackageInspector.GetStoryIDs()
Get the "Self" attribute for all stories in the package. |
java.lang.String |
PackageXmlLocator.getXMLFile(java.lang.String dir,
java.lang.String xpath)
Returns a String containing the path to the first XML File in the designated folder that returns a result. |
static org.w3c.dom.NodeList |
XmlUtils.getXPathValue(java.io.File xmlFile,
java.lang.String expr)
Given an XML file and an XPath expression, this method will return a node set containing the results of the query. |
static org.w3c.dom.NodeList |
XmlUtils.getXPathValue(java.lang.String xmlFilePath,
java.lang.String expr)
Given an XML file path and an XPath expression, this method will return a node set containing the results of the query. |
| Uses of PackageException in com.adobe.idml.samples |
|---|
| Methods in com.adobe.idml.samples that throw PackageException | |
|---|---|
void |
ReplaceImages.exportList(java.lang.String outputFilePath)
Writes a the image ID's and paths to an XML File. |
void |
Notes.extractNotes(java.lang.String idmlSource,
java.lang.String outputFile)
Copies notes from an IDML file to a separate text file. |
java.util.Hashtable<java.lang.String,java.lang.String> |
ReplaceImages.getLinksFromPackage()
Gets a the image ID's and links from the source IDML Package in a Hashtable. |
void |
ReplaceImages.importList(java.lang.String importXmlPath,
java.lang.String idmlOutputPath)
Imports an XML file with image ID's mapped to links and applies the changes to a copy of the source IDML Package. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||