Uses of Class
ecologylab.generic.Debug

Packages that use Debug
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.appframework.types.prefs.gui GUI elements for manipulating preferences within applications. 
ecologylab.collections Objects for managing collections. 
ecologylab.concurrent Modules for concurrent programming, such as Monitors. 
ecologylab.generic Basic library building blocks of underlying functionality, in modules not large enough to warrant individual packages. 
ecologylab.io Infrastructural classes that provide a more usable API for I/O. 
ecologylab.net Infrastructural classes that provide a more powerful API for network programming. 
ecologylab.pools   
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.authentication.nio NIO versions of authentication server / client. 
ecologylab.services.distributed.client Clients for distributed computing services. 
ecologylab.services.distributed.impl   
ecologylab.services.distributed.legacy   
ecologylab.services.distributed.server Interface Ecology Lab Distributed Services Framework -- NIO servers. 
ecologylab.services.distributed.server.clientsessionmanager Base and custom context managers for NIO-based servers. 
ecologylab.services.distributed.server.varieties   
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.xmlpolymorph   
ecologylab.tests Stand-alone applications for testing Interface Ecology Lab Fundamental components. 
ecologylab.textformat   
ecologylab.tutorials Stand-alone applications for teaching about the use of Interface Ecology Lab Fundamental components. 
ecologylab.tutorials.oodss.chat   
ecologylab.tutorials.oodss.historyecho   
ecologylab.tutorials.polymorphic.rogue.entity.threat   
ecologylab.tutorials.polymorphic.rogue.game2d.entity   
ecologylab.tutorials.polymorphic.rogue.game2d.entity.goal   
ecologylab.tutorials.polymorphic.rogue.gamedata   
ecologylab.xml Provides facilities to translate trees of nested Java objects to equivalent XML DOMs, and vice versa. 
ecologylab.xml.internaltranslators.cocoa   
ecologylab.xml.internaltranslators.cocoa.library   
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.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.xaml   
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. 
ecologylab.xml.types.scalar Provides an extensible type system for translating fields to and from String representations. 
 

Uses of Debug in ecologylab.appframework
 

Subclasses of Debug in ecologylab.appframework
 class ApplicationEnvironment
          An instance of Environment, which is an application, rather than an applet, or a servlet.
static class Environment.The
          Holds a reference to the singleton global instance of Environment, and simple methods for getting and setting this reference.
 class OutOfMemoryErrorHandler
          Handle running out of memory.
 class PropertiesAndDirectories
          Collects paths and methods for accessing properties that store's on the participant's machine and then accesses again.
 class SimpleDownloadProcessor
          A simple download processor: just download the Downloadable immediately.
 class TraceSlots
          Peephole slots used for tracing concurrent real time deadlocks.
 class UndoRedo<O extends MixedInitiativeOp>
          Undo and Redo Mixed Initiative Operations.
 

Uses of Debug in ecologylab.appframework.types
 

Subclasses of Debug in ecologylab.appframework.types
 class AppFrameworkTranslations
          Base translations for applications that use the ecologylab appframework and services.
 class AssetsState
          Handles the loading and parsing of the asset version XML file
 class AssetState
           
 class AssetsTranslations
          Simple translations used just for loading the assets.xml file.
 

Uses of Debug in ecologylab.appframework.types.prefs
 

Subclasses of Debug in ecologylab.appframework.types.prefs
 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 PrefAuthList
          A preference that is an AuthenticationList.
 class PrefBoolean
          Pref for a Boolean
 class PrefColor
          A preference that is a Color.
 class PrefDelayedOp<O extends MixedInitiativeOp>
           
 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 PrefLong
          Pref for a Long
 class PrefOp<O extends MixedInitiativeOp>
           
 class PrefSet
          A serial set of Pref objects.
 class PrefString
          Preference that is a String
 class PrefTranslations
          Translations for the pref/meta_pref system.
 class RangeFloatState
           
 class RangeIntState
           
 class RangeState<T extends Comparable>
           
 

Uses of Debug in ecologylab.appframework.types.prefs.gui
 

Subclasses of Debug in ecologylab.appframework.types.prefs.gui
 class PrefEditorWidgets
          Contains methods for creating widgets associated with Prefs.
 class PrefsEditor
          Create the GUI for preference editing; also responsible for all actions associated with the GUI.
 

Uses of Debug in ecologylab.collections
 

Subclasses of Debug in ecologylab.collections
 class CollectionTools
          Convenience methods for creating and manipulating collections.
 class DLL<T>
          Doubly linked list of GUI components.
 class FloatSetElement
          A FloatWeightSet element.
 class FloatWeightSet<E extends FloatSetElement>
          Provides the facility of efficient weighted random selection from a set elements, each of whicn includes a characterizing floating point weight.
 class PrefixCollection
          An optimized data structure for managing a hierarchical collection of prefixes, automatically merging and removing entries, and providing a fast matching function.
 class PrefixPhrase
          Recursive unit (bucket) for prefix pattern matching.
 class SetElement
          A FloatWeightSet element.
 

Uses of Debug in ecologylab.concurrent
 

Subclasses of Debug in ecologylab.concurrent
 class DownloadClosure<T extends Downloadable>
          Closure that keeps state about a download, as it progresses.
 class ThreadDebugger
           
 

Uses of Debug in ecologylab.generic
 

Subclasses of Debug in ecologylab.generic
 class CappedResourcePool<T>
           
 class CharArrayPool
           
 class CharBufferPool
          ResourcePool for StringBuilders.
 class CharsetDecoderPool
           
 class ConsoleUtils
          Little group of utilities for making console debugging a little easier.
 class DataTransferTools
          Help for working with Sun's attrocious drag and drop and clipboard "support".
 class DoubleSlot
          Reference version of a double type.
 class ImageTools
          A set of lovely convenience methods for working with images.
 class NewPorterStemmer
          Stemmer, implementing the Porter Stemming Algorithm The Stemmer class transforms a word into its root form.
 class Palette
          Tools for manipulating color spaces.
 class ReflectionTools
          Utility routines for working with reflection.
 class ResourcePool<T>
          This class provides access to a pool of pre-allocated resources.
 class ResourcePoolWithSize<T>
           
 class StringBuffersPool
          Deprecated. 
 class StringBuilderPool
          ResourcePool for StringBuilders.
 class StringTools
          A set of lovely convenience methods for doing operations on String s and StringBuffers.
 

Uses of Debug in ecologylab.io
 

Subclasses of Debug in ecologylab.io
 class Assets
          Used to manage cachable assets.
 class BasicSite
           
 class ByteBufferPool
          This class maintains a collection of ByteBuffers, which may be acquir()'ed for temporary use.
 class DownloadableFileToDisk
           
 class Files
          A set of lovely convenience methods for doing operations on local files.
 class LockFile
          Simple utility to write and detect lock files.
 class NIOTools
          Utility class for managing memory mapped buffers.
 class ZipDownload
          Class implementing DownloadLoadable to allow for the downloading and writing to disk of zip files.
 

Uses of Debug in ecologylab.net
 

Subclasses of Debug in ecologylab.net
 class ConnectionAdapter
          Adapter class to make it easier to use ParsedURL.connect().
 class NetTools
          Reusable static methods that do nifty network stuff.
 class ParsedURL
          Extends the URL with many features for the convenience and power of network programmers.
 class PURLConnection
          Combines URLConnection with InputStream, providing convenience.
 class UserAgent
           
 

Uses of Debug in ecologylab.pools
 

Subclasses of Debug in ecologylab.pools
 class HashMapPool
           
 

Uses of Debug in ecologylab.services.authentication
 

Subclasses of Debug in ecologylab.services.authentication
 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.
 class Authenticator<A extends AuthenticationListEntry>
          Encapsulates all authentication actions, so that Servers don't need to.
 

Uses of Debug in ecologylab.services.authentication.logging
 

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

Uses of Debug in ecologylab.services.authentication.messages
 

Subclasses of Debug in ecologylab.services.authentication.messages
 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<S extends Scope>
          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 Debug in ecologylab.services.authentication.nio
 

Subclasses of Debug in ecologylab.services.authentication.nio
 class AuthClientSessionManager
          Stores information about the connection context for the client, including authentication status.
 class NIOAuthClient<S extends Scope>
          A client application that uses authentication and communicates using NIO.
 class NIODatagramAuthClient<S extends Scope>
           
 

Uses of Debug in ecologylab.services.distributed.client
 

Subclasses of Debug in ecologylab.services.distributed.client
 class NIOClient<S extends Scope>
          Services Client using NIO; a major difference with the NIO version is state tracking.
 class NIODatagramClient<S extends Scope>
           
 

Uses of Debug in ecologylab.services.distributed.impl
 

Subclasses of Debug in ecologylab.services.distributed.impl
 class AbstractNIOServer<S extends Scope>
          Provides access to an NIOServerIOThread, which handles the details of network connections.
 class Manager
          Captures the semantics of the Shutdownable interface, but requires that subclasses implement the shutdown method.
 class MessageWithMetadataPool<M extends ServiceMessage,A>
           
 class NIOCore
          Provides core functionality for NIO-based servers or clients.
 class NIODatagramCore<S extends Scope>
           
 class NIONetworking<S extends Scope>
          Handles backend, low-level communication between distributed programs, using NIO.
 class NIOServerIOThread
          The backend portion of the NIO Server, which handles low-level communication with clients.
 class PreppedRequestPool
           
 

Uses of Debug in ecologylab.services.distributed.legacy
 

Subclasses of Debug in ecologylab.services.distributed.legacy
 class BrowserServices
          Provide socket based browser services.
 class HTTPGetServerToClientConnection
          ServerToClientConnection that can work with HTTP GET format requests.
 class HTTPPostServer
           
 class HTTPPostServerToClientConnection
          Deprecated. 
 class ServerToClientConnection
          Interface Ecology Lab Distributed Computing Services framework

Runs the connection from the server to a client.

 class ServicesClient
          Interface Ecology Lab Distributed Computing Services framework

Client to connect to ServicesServer.

 class ServicesClientBase
          Abstract base class for building ecologylab.services clients.
 class ServicesServer
          Interface Ecology Lab Distributed Computing Services framework

Multi-threaded services server.

 class ServicesServerBase
          A base set of fields and methods that are necessary for any server implementation.
 class SessionId
          User study subject session number, and directory management.
 

Uses of Debug in ecologylab.services.distributed.server
 

Subclasses of Debug in ecologylab.services.distributed.server
 class DoubleThreadedAuthNIOServer<A extends AuthenticationListEntry>
          An authenticating server that uses NIO and two threads (one for handling IO, the other for handling interfacing with messages).
 class DoubleThreadedNIOServer<S extends Scope>
          A server that uses NIO and two threads (one for handling IO, the other for handling interfacing with messages).
 class NIODatagramAuthServer<A extends AuthenticationListEntry,S extends Scope>
           
 class NIODatagramServer<S extends Scope>
           
 

Uses of Debug in ecologylab.services.distributed.server.clientsessionmanager
 

Subclasses of Debug in ecologylab.services.distributed.server.clientsessionmanager
 class AbstractClientSessionManager
          The base class for all ContextManagers, objects which track the state and respond to clients on a server.
 class ClientSessionManager
          Stores information about the connection context for the client on the server.
 class HTTPClientSessionManager
           
 class HTTPGetClientSessionManager
          A ContextManager for handling HTTP Get requests.
 class HTTPPostClientSessionManager
           
 

Uses of Debug in ecologylab.services.distributed.server.varieties
 

Subclasses of Debug in ecologylab.services.distributed.server.varieties
 class HttpGetServer
           
 class WebLaunchAppServer
          A server that runs on an application that uses web launch, listening for commands from the web browser that launched it.
 

Uses of Debug in ecologylab.services.logging
 

Subclasses of Debug in ecologylab.services.logging
 class BasicOp
          A basic operation that only logs the time that operation took place.
 class Epilogue
          Request message about letting the server to write closing block for xml logs and close the log file.
 class LogEvent
          Transport for getting log data to the server, without need for any additional translation.
 class Logging<T extends MixedInitiativeOp>
          Provides a framework for interaction logging.
 class LoggingClientSessionManager
          Provides a special implementation of performService(), that open()'s an OutputStream as necessary to the appropriate directory for logging, based on the headers in the message, then logs the message to there with a minimum of translation.
 class LogOps
          Bundle a sequence of MixedInitiativeOps, and send them to the logging server.
 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 NIOLoggingServer
          A server that automatically records any incoming log data to a local file.
 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 Debug in ecologylab.services.logging.playback
 

Subclasses of Debug in ecologylab.services.logging.playback
 class LogPlayer<OP extends MixedInitiativeOp,LOG extends Logging<OP>>
          The main application for playing back log files.
 

Uses of Debug in ecologylab.services.messages
 

Subclasses of Debug in ecologylab.services.messages
 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 DisconnectRequest
          A request that indicates that the client wishes to be permanently disconnected from the server.
 class ErrorResponse
          Base class for all ResponseMessages that indicate errors.
 class ExplanationResponse<S extends Scope>
          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 MultiRequestMessage<S extends Scope>
          Abstract base class for ecologylab.services DCF request messages.
 class OkResponse
          Base class for all ResponseMessages that were processed successfully.
 class Ping
           
 class PingRequest
           
 class Pong
          Base class for all ResponseMessages that were processed successfully.
 class RequestMessage<S extends Scope>
          Abstract base class for ecologylab.services DCF request messages.
 class ResponseMessage<S extends Scope>
          Abstract base class for ecologylab.services DCF response messages.
 class ServiceMessage<S extends Scope>
          Abstract base class for ecologylab.services DCF request and response messages.
 class SetPreferences
          Deprecated. 
 class ShutdownRequest
          A message indicating that the server should shut down it's associated application.
 class StopMessage
          Informs the service server to shut down.
 class UpdateMessage<S extends Scope>
          Abstract base class for asynchronous server-to-client updates.
 class UrlMessage
           
 

Uses of Debug in ecologylab.services.messages.cf
 

Subclasses of Debug in ecologylab.services.messages.cf
 class CfCollaborationGetSurrogate
           
 class CFMessagesTranslations
          TranslationSpace for client-side CFServices.
 class DocumentState
          Seed element used to tell combinFormation to process a document.
 class InlineSeed
           
 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<S extends Seed>
          A collection of seeds that will be performed by the agent, or elsewhere, by composition space services.
 

Uses of Debug in ecologylab.standalone
 

Subclasses of Debug in ecologylab.standalone
 class PrefsEditorAp
          Standalone app to open a prefs editing dialog.
 class TestXml
           
 class TestXMLTag
           
 

Uses of Debug in ecologylab.standalone.xmlpolymorph
 

Subclasses of Debug in ecologylab.standalone.xmlpolymorph
 class BItem
           
 class Schmannel
           
 class SchmItem
           
 

Uses of Debug in ecologylab.tests
 

Subclasses of Debug in ecologylab.tests
 class ClassTagged
           
 class Composed
           
 class FieldTagged
           
 class PURLTester
           
 class TestScalarCollection
           
 class TestXMLFormat
           
 

Uses of Debug in ecologylab.textformat
 

Subclasses of Debug in ecologylab.textformat
 class NamedStyle
          Set of variables that control the font style.
 

Uses of Debug in ecologylab.tutorials
 

Subclasses of Debug in ecologylab.tutorials
 class CFServicesClientExample
          Example of how to use ecologylab.services to form a combinFormation client, and send search queries and such to the server.
 

Uses of Debug in ecologylab.tutorials.oodss.chat
 

Subclasses of Debug in ecologylab.tutorials.oodss.chat
 class ChatRequest
          Implements a message that will be sent to PublicChatServer to indicate that this client is posting a message to the chat service.
 class ChatUpdate
          Implements a message that will be sent to chat clients to indicate that another client has posted a message
 

Uses of Debug in ecologylab.tutorials.oodss.historyecho
 

Subclasses of Debug in ecologylab.tutorials.oodss.historyecho
 class HistoryEchoRequest
          Implements a message that will be sent to HistoryEchoServer so that it may be echoed back by the server in a HistoryEchoResponse message.
 class HistoryEchoResponse
          Implements a message that will be sent back to HistoryEchoClient by the server containing the last message and the penultimate one.
 

Uses of Debug in ecologylab.tutorials.polymorphic.rogue.entity.threat
 

Subclasses of Debug in ecologylab.tutorials.polymorphic.rogue.entity.threat
 class OrbitingThreat
          A special predator that finds a goal and stays near it.
 class PatrollingThreat
          A special predator that moves from goal to goal when not chasing the seekers.
 class RepellableThreat
          Predators are Targetters that hunt down SeekerAvatars in the game.
 class SingleSeekerThreat
           
 class Threat
          Threats are Targetters that hunt down SeekerAvatars in the game.
 

Uses of Debug in ecologylab.tutorials.polymorphic.rogue.game2d.entity
 

Subclasses of Debug in ecologylab.tutorials.polymorphic.rogue.game2d.entity
 class Entity
          Entity represents various objects in the Rogue Signals game.
 

Uses of Debug in ecologylab.tutorials.polymorphic.rogue.game2d.entity.goal
 

Subclasses of Debug in ecologylab.tutorials.polymorphic.rogue.game2d.entity.goal
 class AllSeekersGoal
           
 class Goal
          Goal represents a goal location.
 class SingleSeekerGoal
           
 

Uses of Debug in ecologylab.tutorials.polymorphic.rogue.gamedata
 

Subclasses of Debug in ecologylab.tutorials.polymorphic.rogue.gamedata
 class GameData<T extends Threat>
          GameData encapsulates all of the logical information about the game and is shared between the clients and the server.
 

Uses of Debug in ecologylab.xml
 

Subclasses of Debug in ecologylab.xml
 class ClassDescriptor<ES extends ElementState>
          Cached object that holds all of the structures needed to optimize translations to and from XML for a single subclass of ElementState.
 class ElementState
          This class is the heart of the ecologylab.xml translation framework.
 class ElementStateSAXHandler
          Use SAX to translate XML into a typed tree of ElementState objects.
 class FieldDescriptor
          Used to provide convenient access for setting and getting values, using the ecologylab.xml type system.
 class NameSpaceDecl
          Declare an XML Namespace, by mapping a URI String to an ElementState subclass.
 class TranslationScope
          A set of bindings between XML element names (tags) and associated simple (without package) class names, and associated Java ElementState classes.
 class XMLReaderPool
           
 class XMLTools
          Static helper methods that are used during the translation of java objects to XML and back.
 

Methods in ecologylab.xml with parameters of type Debug
 void XMLTranslationException.printTraceOrMessage(Debug that, java.lang.String msg, ParsedURL purl)
           
 

Uses of Debug in ecologylab.xml.internaltranslators.cocoa
 

Methods in ecologylab.xml.internaltranslators.cocoa with parameters of type Debug
 void CocoaTranslationException.printTraceOrMessage(Debug that, java.lang.String msg, ParsedURL purl)
           
 

Uses of Debug in ecologylab.xml.internaltranslators.cocoa.library
 

Subclasses of Debug in ecologylab.xml.internaltranslators.cocoa.library
 class CocaTestClass
          Test Class
 class CocoaInheritTest
          xml nested test class
 

Uses of Debug in ecologylab.xml.library.dc
 

Subclasses of Debug in ecologylab.xml.library.dc
 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 Debug in ecologylab.xml.library.endnote
 

Subclasses of Debug in ecologylab.xml.library.endnote
 class Author
           
 class ContributorList
           
 class DateList
           
 class Keyword
           
 class KeywordList
           
 class Records
           
 class TitleList
           
 class XmlState
           
 

Uses of Debug in ecologylab.xml.library.feedburner
 

Subclasses of Debug in ecologylab.xml.library.feedburner
 class Feedburner
           
 

Uses of Debug in ecologylab.xml.library.geom
 

Subclasses of Debug in ecologylab.xml.library.geom
 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 PolygonState
          Encapsulates a Polygon for use in translating to/from XML.
 class Rectangle2DDoubleState
          Encapsulates a Rectangle2D.Double for use in translating to/from XML.
 class RectangularShape
           
 class SpatialVector
          The base class for all the Vector classes, so that, even though they do not extend each other, they do extend a common class (thus, they can be used with generics interchangably).
 class TestFloats
           
 class Vector2d
           
 class Vector2dFloat
           
 

Uses of Debug in ecologylab.xml.library.icdl
 

Subclasses of Debug in ecologylab.xml.library.icdl
 class Book
          Book item in ICDL BookXMLResults response.
 class ICDLTranslations
          Translations for parsing International Childrens Digital Library stuff.
 class Response
          The root element in a reply to ICDL BookXMLResults.
 

Uses of Debug in ecologylab.xml.library.itunes
 

Subclasses of Debug in ecologylab.xml.library.itunes
 class Itunes
          XMLNS (namespace) corresponding to itunes podcasts.
 

Uses of Debug in ecologylab.xml.library.jnlp
 

Subclasses of Debug in ecologylab.xml.library.jnlp
 class AllPermissionsElement
           
 class JnlpState
          Parses JNLP files for Java web launch.
 

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

Subclasses of Debug in ecologylab.xml.library.jnlp.applet
 class AppletDesc
           
 class Param
           
 

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

Subclasses of Debug in ecologylab.xml.library.jnlp.application
 class ApplicationDesc
           
 

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

Subclasses of Debug in ecologylab.xml.library.jnlp.information
 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 Debug in ecologylab.xml.library.jnlp.resource
 

Subclasses of Debug in ecologylab.xml.library.jnlp.resource
 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 Debug in ecologylab.xml.library.media
 

Subclasses of Debug in ecologylab.xml.library.media
 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 Debug in ecologylab.xml.library.opml
 

Subclasses of Debug in ecologylab.xml.library.opml
 class Body
          OPML element
 class Opml
          Outline Processor Markup Language root element.
 class Outline
          Nestable Outline Processor Markup Language construct.
 

Uses of Debug in ecologylab.xml.library.rest
 

Subclasses of Debug in ecologylab.xml.library.rest
 class Fields
           
 class Header
           
 class Record
           
 class RestSearchResult
          Rest Search Results
 class RESTTranslationSpace
           
 class ResultsInfo
           
 class SearchResults
          Represents REST search results
 

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

Subclasses of Debug in ecologylab.xml.library.rest.nsdl
 class NSDLSearchService
          NSDL search REST wrapper.
 class NSDLTranslationSpace
           
 

Uses of Debug in ecologylab.xml.library.rss
 

Subclasses of Debug in ecologylab.xml.library.rss
 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.
 class RssTranslations
          Translations for all RSS parsing.
 

Uses of Debug in ecologylab.xml.library.xaml
 

Subclasses of Debug in ecologylab.xml.library.xaml
 class CanvasState
          ecologylab.xml representation of the Canvas WPF element for translating to XAML.
 class FrameworkElementState
          ecologylab.xml representation of the Microsoft WPF FrameworkElement object.
 class PanelChildState
          A base class for representing WPF FrameworkElements that are children of a WPF Panel object and require positioning specification by attributes in XAML.
 class TextBlockState
          ecologylab.xml representation of the TextBlock WPF element for translating to XAML.
 class WindowState
          ecologylab.xml representation of the Window WPF element for translating to XAML.
 class WpfImageState
          ecologylab.xml representation of the Image WPF element for translating to XAML.
 class XamlTranslations
           
 

Uses of Debug in ecologylab.xml.library.yahoo
 

Subclasses of Debug in ecologylab.xml.library.yahoo
 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 Debug in ecologylab.xml.types.element
 

Subclasses of Debug in ecologylab.xml.types.element
 class ElementTypeTranslations
          Translations for built-in element types.
 class IntState
          Reference version of an int type.
 class StringState
           
 

Uses of Debug in ecologylab.xml.types.scalar
 

Subclasses of Debug in ecologylab.xml.types.scalar
 class BooleanType
          Type system entry for boolean, a built-in primitive.
 class ByteType
          Type system entry for byte, a built-in primitive.
 class CharType
          Type system entry for char, a built-in primitive.
 class ClassType
          For marshalling Class objects themselves.
 class ColorType
          Type system entry for java.awt.Color.
 class DateType
          Type system entry for Date.
 class DoubleType
          Type system entry for double, a built-in primitive.
 class FieldType
          For marshalling the name of a field, for transmission to other platforms.
 class FileType
           
 class FloatType
          Type system entry for float, a built-in primitive.
 class IntType
          Type system entry for int, a built-in primitive.
 class LongType
          Type system entry for long, a built-in primitive.
 class ParsedURLType
          Type system entry for java.awt.Color.
 class PatternType
           
 class ReferenceFloatType
           
 class ReferenceIntType
           
 class ReferenceLongType
           
 class ReferenceType<T>
           
 class ScalarType<T>
          Basic unit of the scalar type system.
 class ScalarTypeType
          For storing actual ScalarType values as meta-metadata.
 class ShortType
          Type system entry for short, a built-in primitive.
 class StringBuilderType
          Type system entry for String.
 class StringType
          Type system entry for String.
 class TypeRegistry
          This class implements a registry of instances of Type.
 class URLType
          Type system entry for URL.