A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
IllegalStateError — Class in package com.adobe.errors
This class represents an Error that is thrown when a method is called when the receiving instance is in an invalid state.
IllegalStateError(message) — Constructor in class com.adobe.errors.IllegalStateError
Constructor
image — Property in class com.adobe.fileformats.vcard.VCard
IntUtil — Class in package com.adobe.utils
Contains reusable methods for operations pertaining to int values.
ioError — Event in class com.adobe.webapis.URLLoaderBase
Dispatched if a call to the server results in a fatal error that terminates the download.
IO_ERROR — Static property in class com.adobe.protocols.dict.Dict
isAbsolute() — Method in class com.adobe.net.URI
Is this URI an absolute URI? An absolute URI is a complete, fully qualified reference to a resource.
isDirectory() — Method in class com.adobe.net.URI
Does this URI point to a resource that is a directory/folder? The URI specification dictates that any path that ends in a slash is a directory.
isHierarchical() — Method in class com.adobe.net.URI
Is this URI a hierarchical URI? URI's can be
isOfFileType(extension) — Method in class com.adobe.net.URI
Does this URI point to a resource of the given file type? Given a file extension (or just a file name, this will strip the extension), check to see if this URI points to a file of that type.
isOfType(scheme) — Method in class com.adobe.net.URI
Is this URI of a particular scheme type? For example, passing "http" to a URI object that represents the URI "http://site.com/" would return true.
isRelative() — Method in class com.adobe.net.URI
Is this URI a relative URI? Relative URI's do not have a scheme and only contain a relative path with optional anchor and query parts.
isValid() — Method in class com.adobe.net.URI
Is this a valid URI?
isValidXML(data) — Static method in class com.adobe.utils.XMLUtil
Checks whether the specified string is valid and well formed XML.
IURIResolver — Interface in package com.adobe.net
The URI class cannot know about DNS aliases, virtual hosts, or symbolic links that may be involved.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z