Uses of Class
ecologylab.xml.ElementState

Packages that use ElementState
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.net Infrastructural classes that provide a more powerful API for network programming. 
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.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.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 ElementState in ecologylab.appframework
 

Methods in ecologylab.appframework that return ElementState
static ElementState ApplicationEnvironment.lookupElementStatePreference(java.lang.String name)
          Find a complex object set in preferences.
 

Uses of ElementState in ecologylab.appframework.types
 

Subclasses of ElementState in ecologylab.appframework.types
 class AssetsState
          Handles the loading and parsing of the asset version XML file
 class AssetState
           
 class Preference
          Deprecated. 
 class PreferencesSet
          Deprecated. 
 

Methods in ecologylab.appframework.types that return ElementState
 ElementState Preference.child()
          Deprecated. Natural accessor when you have a single ElementState child in your preference.
 

Methods in ecologylab.appframework.types with parameters of type ElementState
protected  void AssetsState.createChildHook(ElementState child)
          Perform custom processing on the newly created child node, just before it is added to this.
 

Uses of ElementState in ecologylab.appframework.types.prefs
 

Subclasses of ElementState 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 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>
           
 

Methods in ecologylab.appframework.types.prefs that return ElementState
static ElementState Pref.lookupElementState(java.lang.String name)
          Look up a PrefElementState by name in the map of all Prefs.
 

Methods in ecologylab.appframework.types.prefs with parameters of type ElementState
protected  void PrefSet.createChildHook(ElementState child)
          Perform custom processing on the newly created child node, just before it is added to this.
protected  void MetaPrefSet.createChildHook(ElementState child)
          Perform custom processing on the newly created child node, just before it is added to this.
 void PrefElementState.setValue(ElementState newValue)
           
 

Uses of ElementState in ecologylab.generic
 

Subclasses of ElementState in ecologylab.generic
 class DoubleSlot
          Reference version of a double type.
 

Uses of ElementState in ecologylab.net
 

Methods in ecologylab.net that return ElementState
 ElementState ParsedURL.translateFromXML(TranslationSpace translationSpace)
          Use this as the source of stuff to translate from XML
 

Uses of ElementState in ecologylab.sensor.gps.data
 

Subclasses of ElementState in ecologylab.sensor.gps.data
 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 ElementState in ecologylab.services.authentication
 

Subclasses of ElementState 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.
 

Uses of ElementState in ecologylab.services.authentication.logging
 

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

Uses of ElementState in ecologylab.services.authentication.messages
 

Subclasses of ElementState 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
          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 ElementState in ecologylab.services.logging
 

Subclasses of ElementState in ecologylab.services.logging
 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 ElementState in ecologylab.services.messages
 

Subclasses of ElementState 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 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 ElementState in ecologylab.services.messages.cf
 

Subclasses of ElementState in ecologylab.services.messages.cf
 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 ElementState in ecologylab.standalone
 

Subclasses of ElementState in ecologylab.standalone
 class TestXml
           
 class TestXMLTag
           
 

Uses of ElementState in ecologylab.tests
 

Subclasses of ElementState in ecologylab.tests
 class ClassTagged
           
 class Composed
           
 class FieldTagged
           
 class TestScalarCollection
           
 

Uses of ElementState in ecologylab.xml
 

Methods in ecologylab.xml that return ElementState
 ElementState ElementState.getElementStateById(java.lang.String id)
          The DOM classic accessor method.
 ElementState ElementState.getNestedNameSpace(java.lang.String id)
          Either lookup an existing Nested Namespace object, or form a new one, map it, and return it.
 ElementState ElementState.lookupNestedNameSpace(java.lang.String id)
          Lookup an ElementState subclass representing the scope of the nested XML Namespace in this.
 ElementState ElementState.parent()
           
 ElementState ElementStateSAXHandler.parse(java.lang.CharSequence charSequence)
          Parse the CharSequence of XML, using UTF-8 encoding.
 ElementState ElementStateSAXHandler.parse(java.lang.CharSequence charSequence, int charsetType)
          Parse the CharSequence of XML, given the charsetType encoding info.
 ElementState ElementStateSAXHandler.parse(java.io.File file)
          Translate a file from XML to a strongly typed tree of XML objects.
 ElementState ElementStateSAXHandler.parse(org.xml.sax.InputSource inputSource)
           
 ElementState ElementStateSAXHandler.parse(java.io.InputStream inputStream)
           
 ElementState ElementStateSAXHandler.parse(ParsedURL purl)
          Translate an XML document read from a ParsedURL to a strongly typed tree of XML objects.
 ElementState ElementStateSAXHandler.parse(java.io.Reader reader)
           
 ElementState ElementStateSAXHandler.parse(java.net.URL url)
          Translate an XML document read from a URL to a strongly typed tree of XML objects.
 ElementState ElementStateSAXHandler.parseString(java.lang.String xmlString)
           
 ElementState ElementStateSAXHandler.root()
           
static ElementState ElementState.translateFromXML(java.io.File xmlFile, TranslationSpace translationSpace)
          Translate a file from XML to a strongly typed tree of XML objects.
static ElementState ElementState.translateFromXML(java.io.InputStream xmlStream, TranslationSpace translationSpace)
          Translate an InputStream from XML to a strongly typed tree of XML objects.
static ElementState ElementState.translateFromXML(ParsedURL purl, TranslationSpace translationSpace)
          Translate data from a ParseURL from XML to a strongly typed tree of XML objects.
static ElementState ElementState.translateFromXML(java.lang.String fileName, TranslationSpace translationSpace)
          Translate a file XML to a strongly typed tree of XML objects.
static ElementState ElementState.translateFromXML(java.net.URL url, TranslationSpace translationSpace)
           
static ElementState ElementState.translateFromXMLCharSequence(java.lang.CharSequence xmlString, TranslationSpace translationSpace)
          Translate a String of XML to a strongly typed tree of XML objects.
static ElementState ElementState.translateFromXMLDOM(org.w3c.dom.Document doc, TranslationSpace translationSpace)
          Given the Document object for an XML DOM, builds a tree of equivalent ElementState objects.
static ElementState ElementState.translateFromXMLDOM(java.io.File xmlFile, TranslationSpace translationSpace)
          Translate a file from XML to a strongly typed tree of XML objects.
static ElementState ElementState.translateFromXMLDOM(java.io.InputStream xmlStream, TranslationSpace nameSpace)
          Given an XML-formatted String, builds a tree of equivalent ElementState objects.
static ElementState ElementState.translateFromXMLDOM(ParsedURL purl, TranslationSpace translationSpace)
          Given the URL of a valid XML document, reads the document and builds a tree of equivalent ElementState objects.
static ElementState ElementState.translateFromXMLDOM(java.lang.String fileName, TranslationSpace translationSpace)
          Given the name of a valid XML file, reads the file and builds a tree of equivalent ElementState objects.
static ElementState ElementState.translateFromXMLDOM(java.net.URL xmlDocumentURL, TranslationSpace translationSpace)
          Given the URL of a valid XML document, reads the document and builds a tree of equivalent ElementState objects.
static ElementState ElementState.translateFromXMLDOMCharSequence(java.lang.CharSequence charSequence, int charsetType, TranslationSpace translationSpace)
          Given an XML-formatted String, builds a tree of equivalent ElementState objects.
static ElementState ElementState.translateFromXMLDOMCharSequence(java.lang.CharSequence charSequence, TranslationSpace translationSpace)
          Given an XML-formatted String, uses charset type UTF-8 to create a stream, and build a tree of equivalent ElementState objects.
static ElementState ElementState.translateFromXMLRootNode(org.w3c.dom.Node xmlRootNode, TranslationSpace translationSpace)
          A recursive DOM-based translation translateFromXML(...).
static ElementState ElementState.translateFromXMLSAX(java.lang.CharSequence charSequence, TranslationSpace translationSpace)
          Use the (faster!) SAX parser to form a strongly typed tree of ElementState objects from XML.
static ElementState ElementState.translateFromXMLSAX(java.io.File file, TranslationSpace translationSpace)
          Use the (faster!) SAX parser to form a strongly typed tree of ElementState objects from XML.
static ElementState ElementState.translateFromXMLSAX(java.io.InputStream inputStream, TranslationSpace translationSpace)
          Use the (faster!) SAX parser to form a strongly typed tree of ElementState objects from XML.
static ElementState ElementState.translateFromXMLSAX(ParsedURL purl, TranslationSpace translationSpace)
          Use the (faster!) SAX parser to form a strongly typed tree of ElementState objects from XML.
static ElementState ElementState.translateFromXMLSAX(java.net.URL url, TranslationSpace translationSpace)
          Use the (faster!) SAX parser to form a strongly typed tree of ElementState objects from XML.
 

Methods in ecologylab.xml that return types with arguments of type ElementState
protected  java.util.Collection<? extends ElementState> ElementState.getCollection(java.lang.Class thatClass)
          When translating from XML, if a tag is encountered with no matching field, perhaps it belongs in a Collection.
 java.lang.Class<? extends ElementState> TranslationSpace.lookupNameSpaceByURN(java.lang.String urn)
          Lookup a NameSpace ElementState subclass, with a URN as the key.
 

Methods in ecologylab.xml with parameters of type ElementState
protected  void ElementState.addNestedElement(ElementState elementState)
          This is the hook that enables programmers to do something special when handling a nested XML element and its associate ElementState (subclass), by overriding this method and providing a custom implementation.
protected  void ElementState.createChildHook(ElementState child)
          Perform custom processing on the newly created child node, just before it is added to this.
static java.lang.String XMLTools.fieldNameFromObject(ElementState elementState)
          This method generates a field name from a reference type nested object.
 void ElementState.setParent(ElementState parent)
          Set the parent of this, to create the tree structure.
 

Method parameters in ecologylab.xml with type arguments of type ElementState
protected  ecologylab.xml.FieldToXMLOptimizations ElementState.fieldToXMLOptimizations(java.lang.reflect.Field field, java.lang.Class<? extends ElementState> thatClass)
          Get a tag translation object that corresponds to the fieldName, with this class.
 

Constructor parameters in ecologylab.xml with type arguments of type ElementState
NameSpaceDecl(java.lang.String urn, java.lang.Class<? extends ElementState> esClass, TranslationSpace translationSpace)
           
 

Uses of ElementState in ecologylab.xml.library.dc
 

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

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

Uses of ElementState in ecologylab.xml.library.feedburner
 

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

Uses of ElementState in ecologylab.xml.library.geom
 

Subclasses of ElementState 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 Rectangle2DDoubleState
          Encapsulates a Rectangle2D.Double for use in translating to/from XML.
 class RectangularShape
           
 class TestFloats
           
 class Vector2d
           
 

Uses of ElementState in ecologylab.xml.library.icdl
 

Subclasses of ElementState in ecologylab.xml.library.icdl
 class Book
          Book item in ICDL BookXMLResults response.
 class Response
          The root element in a reply to ICDL BookXMLResults.
 

Uses of ElementState in ecologylab.xml.library.itunes
 

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

Uses of ElementState in ecologylab.xml.library.jnlp
 

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

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

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

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

Subclasses of ElementState in ecologylab.xml.library.jnlp.application
 class ApplicationDesc
           
 class Argument
           
 

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

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

Subclasses of ElementState 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 ElementState in ecologylab.xml.library.kml
 

Subclasses of ElementState in ecologylab.xml.library.kml
 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 ElementState in ecologylab.xml.library.kml.feature
 

Subclasses of ElementState in ecologylab.xml.library.kml.feature
 class KmlFeature
           
 class Placemark
           
 

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

Subclasses of ElementState in ecologylab.xml.library.kml.feature.container
 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 ElementState in ecologylab.xml.library.kml.geometry
 

Subclasses of ElementState in ecologylab.xml.library.kml.geometry
 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 ElementState in ecologylab.xml.library.kml.style
 

Subclasses of ElementState in ecologylab.xml.library.kml.style
 class ColorStyle
           
 class LineStyle
           
 class PolyStyle
           
 class Style
           
 class StyleSelector
           
 

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

Subclasses of ElementState in ecologylab.xml.library.kml.view
 class AbstractView
           
 class Camera
          From http://code.google.com/apis/kml/documentation/kml_tags_beta1.html#camera
 class LookAt
           
 

Uses of ElementState in ecologylab.xml.library.media
 

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

Subclasses of ElementState 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 ElementState in ecologylab.xml.library.rest
 

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

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

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

Uses of ElementState in ecologylab.xml.library.rss
 

Subclasses of ElementState 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.
 

Uses of ElementState in ecologylab.xml.library.yahoo
 

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

Classes in ecologylab.xml.types.element with type parameters of type ElementState
 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 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).
 

Subclasses of ElementState in ecologylab.xml.types.element
 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).
 

Methods in ecologylab.xml.types.element that return types with arguments of type ElementState
protected  java.util.Collection<? extends ElementState> VectorState.getCollection(java.lang.Class thatClass)
          Return the collection object associated with this
protected  java.util.Collection<? extends ElementState> HashSetState.getCollection(java.lang.Class thatClass)
          Return the collection object associated with this
protected  java.util.Collection<? extends ElementState> ArrayListState.getCollection(java.lang.Class thatClass)
          Return the collection object associated with this