Uses of Interface
ecologylab.xml.XMLTranslationExceptionTypes

Packages that use XMLTranslationExceptionTypes
ecologylab.appframework Interface Ecology Lab Application Development Framework makes interfacing with the runtime platform easier. 
ecologylab.appframework.types Type declarations for the Interface Ecology Lab Application Development Framework. 
ecologylab.appframework.types.prefs Type declarations for preferences, in the Interface Ecology Lab Application Development Framework. 
ecologylab.generic Basic library building blocks of underlying functionality, in modules not large enough to warrant individual packages. 
ecologylab.sensor.gps.data   
ecologylab.services.authentication Interface Ecology Lab Distributed Computing Services framework - Authentication

Enables the use of authentication for client-server relationships. 

ecologylab.services.authentication.logging Interface Ecology Lab Distributed Authentication Framework Logging subsystem. 
ecologylab.services.authentication.messages Interface Ecology Lab Distributed Services Authentication Framework -- authentication messages. 
ecologylab.services.logging Interface Ecology Lab Logging. 
ecologylab.services.logging.playback Program elements for building log playback applications. 
ecologylab.services.messages Messages passed in the ecologylab.services Distributed Computing Framework (DCF). 
ecologylab.services.messages.cf Messages for combinFormation client services. 
ecologylab.standalone Stand-alone applications for demonstrating Interface Ecology Lab components. 
ecologylab.standalone.visualizer   
ecologylab.tests Stand-alone applications for testing Interface Ecology Lab Fundamental components. 
ecologylab.xml Provides facilities to translate trees of nested Java objects to equivalent XML DOMs, and vice versa. 
ecologylab.xml.library.dc ElementState subclasses that enable translation of XML entities from the Dublin-Core namespace. 
ecologylab.xml.library.endnote   
ecologylab.xml.library.feedburner ElementState subclasses that enable translation of XML entities from the Feedburner namespace. 
ecologylab.xml.library.geom ElementState subclasses that enable transferring information about geometry, such as 2D vectors or shapes. 
ecologylab.xml.library.icdl   
ecologylab.xml.library.itunes ElementState subclasses that enable translation of XML entities from the Apple iTunes podcast namespace. 
ecologylab.xml.library.jnlp ElementState subclasses that enable translation of XML entities from the Java Network Launch Protocol namespace. 
ecologylab.xml.library.jnlp.applet   
ecologylab.xml.library.jnlp.application   
ecologylab.xml.library.jnlp.information   
ecologylab.xml.library.jnlp.resource   
ecologylab.xml.library.kml   
ecologylab.xml.library.kml.feature   
ecologylab.xml.library.kml.feature.container   
ecologylab.xml.library.kml.geometry   
ecologylab.xml.library.kml.style   
ecologylab.xml.library.kml.view   
ecologylab.xml.library.media ElementState subclasses that enable translation of XML entities from the Yahoo media specification. 
ecologylab.xml.library.opml Ecologylab.XML derived classes of ElementState that implement an Outline Processor Markup Language parser. 
ecologylab.xml.library.rest   
ecologylab.xml.library.rest.nsdl   
ecologylab.xml.library.rss Ecologylab.XML derived classes of ElementState that implement an RSS parser. 
ecologylab.xml.library.yahoo ElementState subclasses that enable translation of XML entities from the Yahoo web services API. 
ecologylab.xml.types.element Subclasses of ElementState that define nested XML elements. 
 

Uses of XMLTranslationExceptionTypes in ecologylab.appframework
 

Classes in ecologylab.appframework that implement XMLTranslationExceptionTypes
 class ApplicationEnvironment
          An instance of Environment, which is an application, rather than an applet, or a servlet.
 

Uses of XMLTranslationExceptionTypes in ecologylab.appframework.types
 

Classes in ecologylab.appframework.types that implement XMLTranslationExceptionTypes
 class AssetsState
          Handles the loading and parsing of the asset version XML file
 class AssetState
           
 class Preference
          Deprecated. 
 class PreferencesSet
          Deprecated. 
 

Uses of XMLTranslationExceptionTypes in ecologylab.appframework.types.prefs
 

Classes in ecologylab.appframework.types.prefs that implement XMLTranslationExceptionTypes
 class Choice<T>
          Multi-choice option for a preference.
 class ChoiceBoolean
          A Boolean Choice object, for a multi-choice preference.
 class ChoiceFloat
          A Float Choice object, for a multi-choice preference.
 class ChoiceInt
          An Integer Choice object, for a multi-choice preference.
 class MetaPref<T>
          Metadata about a Preference.
 class MetaPrefBoolean
          Metadata about a Boolean Preference.
 class MetaPrefColor
           
 class MetaPrefFile
          Metadata about a File Preference.
 class MetaPrefFloat
          Metadata about a Float Preference.
 class MetaPrefInt
          Metadata about an Integer Preference.
 class MetaPrefSet
          Groupings of MetaPrefs, by category.
 class MetaPrefString
          Metadata about a String Preference.
 class Pref<T>
          Generic base class for application Preference objects.
 class PrefBoolean
          Pref for a Boolean
 class PrefColor
          A preference that is a Color.
 class PrefElementState
          A preference that is an ElementState.
 class PrefFile
          Pref indicating a File.
 class PrefFloat
          Pref for a Float
 class PrefInt
          Pref for an Integer
 class PrefSet
          A serial set of Pref objects.
 class PrefString
          Preference that is a String
 class RangeFloatState
           
 class RangeIntState
           
 class RangeState<T extends Comparable>
           
 

Uses of XMLTranslationExceptionTypes in ecologylab.generic
 

Classes in ecologylab.generic that implement XMLTranslationExceptionTypes
 class DoubleSlot
          Reference version of a double type.
 

Uses of XMLTranslationExceptionTypes in ecologylab.sensor.gps.data
 

Classes in ecologylab.sensor.gps.data that implement XMLTranslationExceptionTypes
 class AngularCoord
          An object for representing a world coordinate (either latitude, or longitude), stored as a floating-point degree.
 class GeoCoordinate
           
 class GPSDatum
          Represents an instant of GPS data computed from a series of NMEA strings.
 class SVData
          Stores information about a GPS satellite (space vehicle, or SV), as reported by a GPS receiver.
 

Uses of XMLTranslationExceptionTypes in ecologylab.services.authentication
 

Classes in ecologylab.services.authentication that implement XMLTranslationExceptionTypes
 class AuthenticationList<E extends AuthenticationListEntry>
          Contains a HashMap of AuthenticationListEntry's that are hashed on their username values.
 class AuthenticationListEntry
          An entry for an AuthenticationList.
 

Uses of XMLTranslationExceptionTypes in ecologylab.services.authentication.logging
 

Classes in ecologylab.services.authentication.logging that implement XMLTranslationExceptionTypes
 class AuthenticationOp
          Logging operation that indicates when a user logs in or out of the server.
 

Uses of XMLTranslationExceptionTypes in ecologylab.services.authentication.messages
 

Classes in ecologylab.services.authentication.messages that implement XMLTranslationExceptionTypes
 class Login
          Used to log into a server that requires authentication; carries username and password information in strings, and checks them against "authenticationList" in the objectRegistry.
 class LoginStatusResponse
          Indicates the response from the server regarding an attempt to log in.
 class Logout
          A Logout message indicates that the connnected client no longer wants to be connected.
 class LogoutStatusResponse
          Indicates the response from the server regarding an attempt to log out.
 

Uses of XMLTranslationExceptionTypes in ecologylab.services.logging
 

Classes in ecologylab.services.logging that implement XMLTranslationExceptionTypes
 class Epilogue
          Request message about letting the server to write closing block for xml logs and close the log file.
 class Logging<T extends MixedInitiativeOp>
          Provides a framework for interaction logging.
 class LogOps
          Bundle a sequence of MixedInitiativeOps, and send them to the logging server.
 class LogRequestMessage
          Transport for getting log data to the server, without need for any additional translation.
 class LogueMessage
          Base class for SendPrologue and SendEpilogue.
 class MixedInitiativeOp
          A user operation, which can be serialized, logged, Undo/Redo'ed, played in history, and so on.
 class Prologue
          request message for the Logging server to open new log file and write the header.
 class SendEpilogue
          Allows the application to send application-specific content to the log, at the end of a session.
 class SendPrologue
          Allows the application to send application-specific content to the log, at the beginning of a session.
 

Uses of XMLTranslationExceptionTypes in ecologylab.services.logging.playback
 

Classes in ecologylab.services.logging.playback that implement XMLTranslationExceptionTypes
 class LogPlayer<OP extends MixedInitiativeOp,LOG extends Logging<OP>>
          The main application for playing back log files.
 

Uses of XMLTranslationExceptionTypes in ecologylab.services.messages
 

Classes in ecologylab.services.messages that implement XMLTranslationExceptionTypes
 class BadSemanticContentResponse
          The ResponseMessage send from server to client when the RequestMessage is well-formed, but doesn't make sense in the current context.
 class CloseMessage
           
 class ContinuedHTTPGetRequest
           
 class ErrorResponse
          Base class for all ResponseMessages that indicate errors.
 class HttpGetRequest
          Deprecated.  
 class HttpRequest
          A message to be sent to a ServicesServer through HTTP that the Services will respond with an HTTP redirect URL based on whether there was an error or not.
 class IgnoreRequest
          This is a message for the case when the server wants to ignore certain requests and send nothing to the client.
 class InitConnectionRequest
           
 class InitConnectionResponse
           
 class KmlRequest
           
 class KmlResponse
           
 class OkResponse
          Base class for all ResponseMessages that were processed successfully.
 class PingRequest
           
 class RequestMessage
          Abstract base class for ecologylab.services DCF request messages.
 class ResponseMessage
          Abstract base class for ecologylab.services DCF response messages.
 class ServiceMessage
          Abstract base class for ecologylab.services DCF request and response messages.
 class SetPreferences
          Deprecated. 
 class StopMessage
          Informs the service server to shut down.
 class UrlMessage
           
 

Uses of XMLTranslationExceptionTypes in ecologylab.services.messages.cf
 

Classes in ecologylab.services.messages.cf that implement XMLTranslationExceptionTypes
 class CfCollaborationGetSurrogate
           
 class DocumentState
          Seed element used to tell combinFormation to process a document.
 class SearchState
          Seed element that directs combinFormation to perform a search.
 class Seed
          Specification of a directive to the agent or otherwise to compositon space services.
 class SeedCf
          Pass a set of seeds to combinFormation's agents.
 class SeedSet
          A collection of seeds that will be performed by the agent, or elsewhere, by composition space services.
 

Uses of XMLTranslationExceptionTypes in ecologylab.standalone
 

Classes in ecologylab.standalone that implement XMLTranslationExceptionTypes
 class PrefsEditorAp
          Standalone app to open a prefs editing dialog.
 class TestXml
           
 class TestXMLTag
           
 

Uses of XMLTranslationExceptionTypes in ecologylab.standalone.visualizer
 

Classes in ecologylab.standalone.visualizer that implement XMLTranslationExceptionTypes
 class ProjectionVisualizer
           
 

Uses of XMLTranslationExceptionTypes in ecologylab.tests
 

Classes in ecologylab.tests that implement XMLTranslationExceptionTypes
 class ClassTagged
           
 class Composed
           
 class FieldTagged
           
 class TestScalarCollection
           
 

Uses of XMLTranslationExceptionTypes in ecologylab.xml
 

Classes in ecologylab.xml that implement XMLTranslationExceptionTypes
 class ElementState
          This class is the heart of the ecologylab.xml translation framework.
 class XMLTranslationException
          There are certain rules one has to follow while using this framework for translation from Java to XML and back.
 

Uses of XMLTranslationExceptionTypes in ecologylab.xml.library.dc
 

Classes in ecologylab.xml.library.dc that implement XMLTranslationExceptionTypes
 class Dc
          Dublin Core Metadata Element Set, as defined at There is no enclosing parent element in the XML markup.
 class DcTag
          Dublin Core Metadata Element Set, as defined at There is no enclosing parent element in the XML markup.
 

Uses of XMLTranslationExceptionTypes in ecologylab.xml.library.endnote
 

Classes in ecologylab.xml.library.endnote that implement XMLTranslationExceptionTypes
 class Author
           
 class ContributorList
           
 class DateList
           
 class Keyword
           
 class KeywordList
           
 class Records
           
 class TitleList
           
 class XmlState
           
 

Uses of XMLTranslationExceptionTypes in ecologylab.xml.library.feedburner
 

Classes in ecologylab.xml.library.feedburner that implement XMLTranslationExceptionTypes
 class Feedburner
           
 

Uses of XMLTranslationExceptionTypes in ecologylab.xml.library.geom
 

Classes in ecologylab.xml.library.geom that implement XMLTranslationExceptionTypes
 class Ellipse2DDoubleState
          Encapsulates a Ellipse2D.Double for use in translating to/from XML.
 class Line2DDoubleState
          Encapsulates a Rectangle2D.Double for use in translating to/from XML.
 class Point2DDoubleState
          Encapsulates a Point2D.Double for use in translating to/from XML.
 class Rectangle2DDoubleState
          Encapsulates a Rectangle2D.Double for use in translating to/from XML.
 class RectangularShape
           
 class TestFloats
           
 class Vector2d
           
 

Uses of XMLTranslationExceptionTypes in ecologylab.xml.library.icdl
 

Classes in ecologylab.xml.library.icdl that implement XMLTranslationExceptionTypes
 class Book
          Book item in ICDL BookXMLResults response.
 class Response
          The root element in a reply to ICDL BookXMLResults.
 

Uses of XMLTranslationExceptionTypes in ecologylab.xml.library.itunes
 

Classes in ecologylab.xml.library.itunes that implement XMLTranslationExceptionTypes
 class Itunes
          XMLNS (namespace) corresponding to itunes podcasts.
 

Uses of XMLTranslationExceptionTypes in ecologylab.xml.library.jnlp
 

Classes in ecologylab.xml.library.jnlp that implement XMLTranslationExceptionTypes
 class AllPermissionsElement
           
 class JnlpState
          Parses JNLP files for Java web launch.
 

Uses of XMLTranslationExceptionTypes in ecologylab.xml.library.jnlp.applet
 

Classes in ecologylab.xml.library.jnlp.applet that implement XMLTranslationExceptionTypes
 class AppletDesc
           
 class Param
           
 

Uses of XMLTranslationExceptionTypes in ecologylab.xml.library.jnlp.application
 

Classes in ecologylab.xml.library.jnlp.application that implement XMLTranslationExceptionTypes
 class ApplicationDesc
           
 class Argument
           
 

Uses of XMLTranslationExceptionTypes in ecologylab.xml.library.jnlp.information
 

Classes in ecologylab.xml.library.jnlp.information that implement XMLTranslationExceptionTypes
 class AssociationElement
           
 class Description
          A short statement about the application.
 class HomepageElement
          Contains a single attribute, href, which is a URL locating the home page for the Application.
 class Icon
          Contains an HTTP URL to an image file in either GIF or JPEG format.
 class InformationElement
           
 class MenuElement
           
 class OfflineAllowedElement
           
 class RelatedContentElement
          related-content element: The optional related-content element describes an additional piece of related content, such as a readme file, help pages, or links to registration pages, as a hint to a JNLP Client.
 class ShortcutElement
          shortcut element: The optional shortcut element can be used to indicate an application's preferences for desktop integration.
 

Uses of XMLTranslationExceptionTypes in ecologylab.xml.library.jnlp.resource
 

Classes in ecologylab.xml.library.jnlp.resource that implement XMLTranslationExceptionTypes
 class HrefBasedResource
           
 class J2se
          The j2se element specifies what Java 2 SE Runtime Environment (JRE) versions an application is supported on, as well as standard parameters to the Java Virtual Machine.
 class Jar
          A jar element specifies a JAR file that is part of the application's classpath.
 class Nativelib
          A nativelib element specifies a JAR file that contains native libraries.
 class Property
          The property element defines a system property that will be available through the System.getProperty and System.setProperties methods.
 class ResourceElement
           
 class ResourceElementArray
          The resources element is used to specify all the resources, such as Java class files, native libraries, and system properties, that are part of the application.
 

Uses of XMLTranslationExceptionTypes in ecologylab.xml.library.kml
 

Classes in ecologylab.xml.library.kml that implement XMLTranslationExceptionTypes
 class Kml
          From http://code.google.com/apis/kml/documentation/kml_tags_beta1.html#kml The root element of a KML file.
 class KmlObject
          From: http://code.google.com/apis/kml/documentation/kml_tags_beta1.html#object This is an abstract base class and cannot be used directly in a KML file.
 

Uses of XMLTranslationExceptionTypes in ecologylab.xml.library.kml.feature
 

Classes in ecologylab.xml.library.kml.feature that implement XMLTranslationExceptionTypes
 class KmlFeature
           
 class Placemark
           
 

Uses of XMLTranslationExceptionTypes in ecologylab.xml.library.kml.feature.container
 

Classes in ecologylab.xml.library.kml.feature.container that implement XMLTranslationExceptionTypes
 class Container
           
 class Document
           
 class Folder
          From http://code.google.com/apis/kml/documentation/kml_tags_beta1.html#folder A Folder is used to arrange other Features hierarchically (Folders, Placemarks, NetworkLinks, or Overlays).
 

Uses of XMLTranslationExceptionTypes in ecologylab.xml.library.kml.geometry
 

Classes in ecologylab.xml.library.kml.geometry that implement XMLTranslationExceptionTypes
 class Coordinates
          The Coordinates object is a special case specifically for KML.
 class Geometry
           
 class LineString
          From http://code.google.com/apis/kml/documentation/kml_tags_beta1.html#linestring: Defines a connected set of line segments.
 class Point
           
 

Uses of XMLTranslationExceptionTypes in ecologylab.xml.library.kml.style
 

Classes in ecologylab.xml.library.kml.style that implement XMLTranslationExceptionTypes
 class ColorStyle
           
 class LineStyle
           
 class PolyStyle
           
 class Style
           
 class StyleSelector
           
 

Uses of XMLTranslationExceptionTypes in ecologylab.xml.library.kml.view
 

Classes in ecologylab.xml.library.kml.view that implement XMLTranslationExceptionTypes
 class AbstractView
           
 class Camera
          From http://code.google.com/apis/kml/documentation/kml_tags_beta1.html#camera
 class LookAt
           
 

Uses of XMLTranslationExceptionTypes in ecologylab.xml.library.media
 

Classes in ecologylab.xml.library.media that implement XMLTranslationExceptionTypes
 class Content
          Primary element of the media XML name space.
 class Credit
          Leaf node with attributes (so not declared as such).
 class Group
          Yahoo Media XML Namespace Group element.
 class Media
          Root class for inserting elements from the Yahoo Media XML Namespace.
 class Thumbnail
          Thumbnail element.
 

Uses of XMLTranslationExceptionTypes in ecologylab.xml.library.opml
 

Classes in ecologylab.xml.library.opml that implement XMLTranslationExceptionTypes
 class Body
          OPML element
 class Opml
          Outline Processor Markup Language root element.
 class Outline
          Nestable Outline Processor Markup Language construct.
 

Uses of XMLTranslationExceptionTypes in ecologylab.xml.library.rest
 

Classes in ecologylab.xml.library.rest that implement XMLTranslationExceptionTypes
 class Fields
           
 class Header
           
 class Record
           
 class RestSearchResult
          Rest Search Results
 class ResultsInfo
           
 class SearchResults
          Represents REST search results
 

Uses of XMLTranslationExceptionTypes in ecologylab.xml.library.rest.nsdl
 

Classes in ecologylab.xml.library.rest.nsdl that implement XMLTranslationExceptionTypes
 class NSDLSearchService
          NSDL search REST wrapper.
 

Uses of XMLTranslationExceptionTypes in ecologylab.xml.library.rss
 

Classes in ecologylab.xml.library.rss that implement XMLTranslationExceptionTypes
 class Channel
          RSS parser channel element ElementState declaration.
 class Channel2
          RSS parser channel element ElementState declaration.
 class Item
          RSS parser ite element ElementState declaration.
 class RDFState
          Alternative root element ElementState declarations for RSS parser: that nasty RSS versions: .90 and 1.0.
 class RssState
          ElementState for the root element of the RSS parser.
 

Uses of XMLTranslationExceptionTypes in ecologylab.xml.library.yahoo
 

Classes in ecologylab.xml.library.yahoo that implement XMLTranslationExceptionTypes
 class Result
          Result from a Yahoo Search.
 class ResultSet
          Top level result set collection element for Yahoo search.
 class ThumbnailState
          Yahoo image search Thumbnail image XML description.
 

Uses of XMLTranslationExceptionTypes in ecologylab.xml.types.element
 

Classes in ecologylab.xml.types.element that implement XMLTranslationExceptionTypes
 class ArrayListState<T extends ElementState>
          An ElementState XML tree node for collecting a set of nested elements, using an ArrayList (non-synchronized).
 class HashMapState<K,V extends ElementState & Mappable<K>>
          An ElementState XML tree node that supports a HashMap whose values are Mappable (capable of supplying their own key into the map).
 class HashSetState<T extends ElementState>
          An ElementState XML tree node that supports an ArrayList of children (as well as whatever else you add to it).
 class IntState
          Reference version of an int type.
 class StringState
           
 class SynchronizedHashMapState<K,V extends ElementState & Mappable<K>>
          An ElementState XML tree node that supports a HashMap whose values are Mappable (capable of supplying their own key into the map).
 class VectorState<T extends ElementState>
          An ElementState XML tree node for collecting a set of nested elements, using a Vector (synchronized).