Uses of Class
ecologylab.xml.TranslationSpace

Packages that use TranslationSpace
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.services.authentication Interface Ecology Lab Distributed Computing Services framework - Authentication

Enables the use of authentication for client-server relationships. 

ecologylab.services.authentication.nio NIO versions of authentication server / client. 
ecologylab.services.distributed.client Clients for distributed computing services. 
ecologylab.services.distributed.common   
ecologylab.services.distributed.impl   
ecologylab.services.distributed.legacy   
ecologylab.services.distributed.server Interface Ecology Lab Distributed Services Framework -- NIO servers. 
ecologylab.services.distributed.server.clientmanager Base and custom context managers for NIO-based servers. 
ecologylab.services.distributed.server.contextmanager   
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.visualizer   
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.icdl   
ecologylab.xml.library.jnlp ElementState subclasses that enable translation of XML entities from the Java Network Launch Protocol namespace. 
ecologylab.xml.library.kml   
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 TranslationSpace in ecologylab.appframework
 

Methods in ecologylab.appframework that return TranslationSpace
 TranslationSpace ApplicationEnvironment.translationSpace()
          Translation space used to parse Preferences for this Application.
 

Constructors in ecologylab.appframework with parameters of type TranslationSpace
ApplicationEnvironment(java.lang.Class baseClass, java.lang.String applicationName, TranslationSpace translationSpace, java.lang.String[] args, float prefsAssetVersion)
          Create an ApplicationEnvironment.
ApplicationEnvironment(java.lang.String applicationName, TranslationSpace translationSpace, java.lang.String[] args, float prefsAssetVersion)
          Create an ApplicationEnvironment.
 

Uses of TranslationSpace in ecologylab.appframework.types
 

Fields in ecologylab.appframework.types declared as TranslationSpace
static TranslationSpace[] AppFrameworkTranslations.inheritedTranslations
           
 

Methods in ecologylab.appframework.types that return TranslationSpace
static TranslationSpace AssetsTranslations.get()
          Get existing TranslationSpace with this name, or create a new one, and map it.
static TranslationSpace AppFrameworkTranslations.get()
          This accessor will work from anywhere, in any order, and stay efficient.
 

Methods in ecologylab.appframework.types with parameters of type TranslationSpace
static void PreferencesSet.loadPreferencesXML(TranslationSpace translationSpace, java.io.File path, java.lang.String prefFilePath)
          Deprecated. Load an ecologylab style preferences file.
 

Uses of TranslationSpace in ecologylab.appframework.types.prefs
 

Methods in ecologylab.appframework.types.prefs that return TranslationSpace
static TranslationSpace PrefTranslations.get()
          Get the translation space
 

Methods in ecologylab.appframework.types.prefs with parameters of type TranslationSpace
static MetaPrefSet MetaPrefSet.load(java.io.File file, TranslationSpace translationSpace)
          Read MetaPref declarations from a file or across the net.
static PrefSet PrefSet.load(ParsedURL purl, TranslationSpace translationSpace)
          Read MetaPref declarations from a file or across the net.
static MetaPrefSet MetaPrefSet.load(ParsedURL purl, TranslationSpace translationSpace)
          Read MetaPref declarations from a file or across the net.
static PrefSet PrefSet.load(java.lang.String prefXML, TranslationSpace translationSpace)
          Read MetaPref declarations from a file or across the net.
 

Uses of TranslationSpace in ecologylab.generic
 

Methods in ecologylab.generic that return TranslationSpace
 TranslationSpace StudyContext.getTranslationSpace()
           
 

Uses of TranslationSpace in ecologylab.net
 

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

Uses of TranslationSpace in ecologylab.services.authentication
 

Methods in ecologylab.services.authentication that return TranslationSpace
static TranslationSpace AuthenticationTranslations.get()
           
static TranslationSpace AuthenticationTranslations.get(java.lang.String customName, TranslationSpace otherSpaceToCompose)
           
 

Methods in ecologylab.services.authentication with parameters of type TranslationSpace
static TranslationSpace AuthenticationTranslations.get(java.lang.String customName, TranslationSpace otherSpaceToCompose)
           
 

Uses of TranslationSpace in ecologylab.services.authentication.nio
 

Constructors in ecologylab.services.authentication.nio with parameters of type TranslationSpace
AuthClientManager(java.lang.Object token, int maxPacketSize, NIOServerBackend server, NIOServerFrontend frontend, java.nio.channels.SelectionKey sk, TranslationSpace translationSpace, Scope registry, AuthLogging servicesServer)
          Constructs a new AuthContextManager on a server to handle authenticating client requests.
NIOAuthClient(java.lang.String server, int port, TranslationSpace messageSpace, Scope objectRegistry, AuthenticationListEntry entry)
           
NIOAuthClient(java.lang.String server, int port, TranslationSpace messageSpace, Scope objectRegistry, AuthenticationListEntry entry, int interval, RequestMessage messageToSend)
          Main constructor; creates a new AuthClient using the parameters.
NIOAuthClient(java.lang.String server, int port, TranslationSpace messageSpace, Scope objectRegistry, int interval, RequestMessage messageToSend)
          Creates a new AuthClient object using the given parameters.
 

Uses of TranslationSpace in ecologylab.services.distributed.client
 

Constructors in ecologylab.services.distributed.client with parameters of type TranslationSpace
NIOClient(java.lang.String serverAddress, int portNumber, TranslationSpace messageSpace, Scope<?> objectRegistry)
           
 

Uses of TranslationSpace in ecologylab.services.distributed.common
 

Fields in ecologylab.services.distributed.common declared as TranslationSpace
static TranslationSpace SessionObjects.BROWSER_SERVICES_TRANSLATIONS
           
 

Uses of TranslationSpace in ecologylab.services.distributed.impl
 

Fields in ecologylab.services.distributed.impl declared as TranslationSpace
protected  TranslationSpace NIOServerBase.translationSpace
           
protected  TranslationSpace NIONetworking.translationSpace
          Space that defines mappings between xml names, and Java class names, for request messages.
 

Methods in ecologylab.services.distributed.impl that return TranslationSpace
static TranslationSpace NIOServerBase.composeTranslations(java.lang.Class[] newTranslations, java.lang.String prefix, int portNumber, java.lang.String inetAddress, TranslationSpace requestTranslationSpace)
           
static TranslationSpace NIOServerBase.composeTranslations(int portNumber, java.net.InetAddress inetAddress, TranslationSpace requestTranslationSpace)
           
 TranslationSpace NIOServerBase.getTranslationSpace()
           
 

Methods in ecologylab.services.distributed.impl with parameters of type TranslationSpace
static TranslationSpace NIOServerBase.composeTranslations(java.lang.Class[] newTranslations, java.lang.String prefix, int portNumber, java.lang.String inetAddress, TranslationSpace requestTranslationSpace)
           
static TranslationSpace NIOServerBase.composeTranslations(int portNumber, java.net.InetAddress inetAddress, TranslationSpace requestTranslationSpace)
           
protected  NIOServerBackend NIOServerBase.generateBackend(int portNumber, java.net.InetAddress[] inetAddresses, TranslationSpace requestTranslationSpace, Scope objectRegistry, int idleConnectionTimeout)
           
protected abstract  AbstractClientManager NIOServerBase.generateContextManager(java.lang.Object token, java.nio.channels.SelectionKey sk, TranslationSpace translationSpace, Scope registry)
           
 

Constructors in ecologylab.services.distributed.impl with parameters of type TranslationSpace
NIONetworking(java.lang.String networkIdentifier, int portNumber, TranslationSpace translationSpace, Scope<?> objectRegistry)
          Creates a Services Server Base.
NIOServerBackend(int portNumber, java.net.InetAddress[] hostAddresses, NIOServerFrontend sAP, TranslationSpace requestTranslationSpace, Scope<?> objectRegistry, int idleSocketTimeout)
           
NIOServerBase(int portNumber, java.net.InetAddress[] inetAddress, TranslationSpace requestTranslationSpace, Scope objectRegistry, int idleConnectionTimeout)
          Creates an instance of an NIOServer of some flavor.
NIOServerBase(int portNumber, java.net.InetAddress inetAddress, TranslationSpace requestTranslationSpace, Scope objectRegistry, int idleConnectionTimeout)
          Creates an instance of an NIOServer of some flavor.
 

Uses of TranslationSpace in ecologylab.services.distributed.legacy
 

Fields in ecologylab.services.distributed.legacy declared as TranslationSpace
protected  TranslationSpace ServicesServerBase.requestTranslationSpace
          Space that defines mappings between xml names, and Java class names, for request messages.
protected  TranslationSpace ServicesClientBase.translationSpace
           
 

Methods in ecologylab.services.distributed.legacy that return TranslationSpace
 TranslationSpace ServicesServerBase.getRequestTranslationSpace()
           
 

Methods in ecologylab.services.distributed.legacy with parameters of type TranslationSpace
protected static HTTPPostServer HTTPPostServer.get(int portNumber, java.net.InetAddress inetAddress, TranslationSpace requestTranslationSpace, Scope objectRegistry)
          Construct an instance of the TestDataServer.
static ServicesServer ServicesServer.get(int portNumber, int serverType, TranslationSpace requestTranslationSpace, Scope objectRegistry)
          This is the actual way to create an instance of this.
static ServicesServer BrowserServices.get(int portNumber, TranslationSpace translations, Scope objectRegistry)
           
 

Constructors in ecologylab.services.distributed.legacy with parameters of type TranslationSpace
BrowserServices(int portNumber, TranslationSpace translations, Scope objectRegistry)
           
HTTPPostServer(int portNumber, java.net.InetAddress[] inetAddress, TranslationSpace requestTranslationSpace, Scope objectRegistry)
          Instantiates an HTTPPostServer.
ServicesClient(int port, TranslationSpace messageSpace)
           
ServicesClient(java.lang.String server, int port, TranslationSpace messageSpace)
           
ServicesClient(java.lang.String server, int port, TranslationSpace messageSpace, Scope objectRegistry)
           
ServicesClientBase(java.lang.String server, int port, TranslationSpace messageSpace, Scope objectRegistry)
           
ServicesServer(int portNumber, int serverType, TranslationSpace requestTranslationSpace, Scope objectRegistry)
          Create a services server, that listens on the specified port, and uses the specified TranslationSpaces for operating on messages.
ServicesServerBase(int portNumber, TranslationSpace requestTranslationSpace, Scope objectRegistry)
          Creates a Services Server Base.
 

Uses of TranslationSpace in ecologylab.services.distributed.server
 

Methods in ecologylab.services.distributed.server with parameters of type TranslationSpace
protected  AbstractClientManager DoubleThreadedAuthNIOServer.generateContextManager(java.lang.Object sessionId, java.nio.channels.SelectionKey sk, TranslationSpace translationSpace, Scope registry)
           
protected  AbstractClientManager DoubleThreadedNIOServer.generateContextManager(java.lang.Object token, java.nio.channels.SelectionKey sk, TranslationSpace translationSpaceIn, Scope registryIn)
          Hook method to allow changing the ContextManager to enable specific extra functionality.
static DoubleThreadedNIOServer DoubleThreadedNIOServer.getInstance(int portNumber, java.net.InetAddress[] inetAddress, TranslationSpace requestTranslationSpace, Scope objectRegistry, int idleConnectionTimeout, int maxPacketSize)
           
static DoubleThreadedAuthNIOServer DoubleThreadedAuthNIOServer.getInstance(int portNumber, java.net.InetAddress[] inetAddress, TranslationSpace requestTranslationSpace, Scope objectRegistry, int idleConnectionTimeout, int maxPacketSize, AuthenticationList authList)
          This is the actual way to create an instance of this.
static DoubleThreadedAuthNIOServer DoubleThreadedAuthNIOServer.getInstance(int portNumber, java.net.InetAddress[] inetAddress, TranslationSpace requestTranslationSpace, Scope objectRegistry, int idleConnectionTimeout, int maxPacketSize, java.lang.String authListFilename)
          This is the actual way to create an instance of this.
static DoubleThreadedNIOServer DoubleThreadedNIOServer.getInstance(int portNumber, java.net.InetAddress inetAddress, TranslationSpace requestTranslationSpace, Scope objectRegistry, int idleConnectionTimeout, int maxPacketSize)
           
 

Constructors in ecologylab.services.distributed.server with parameters of type TranslationSpace
DoubleThreadedAuthNIOServer(int portNumber, java.net.InetAddress[] inetAddress, TranslationSpace requestTranslationSpace, Scope objectRegistry, int idleConnectionTimeout, int maxPacketSize, AuthenticationList authList)
           
DoubleThreadedNIOServer(int portNumber, java.net.InetAddress[] inetAddresses, TranslationSpace requestTranslationSpace, Scope objectRegistry, int idleConnectionTimeout, int maxPacketSize)
           
DoubleThreadedNIOServer(int portNumber, java.net.InetAddress inetAddress, TranslationSpace requestTranslationSpace, Scope objectRegistry, int idleConnectionTimeout, int maxPacketSize)
           
 

Uses of TranslationSpace in ecologylab.services.distributed.server.clientmanager
 

Fields in ecologylab.services.distributed.server.clientmanager declared as TranslationSpace
protected  TranslationSpace AbstractClientManager.translationSpace
          Used to translate incoming message XML strings into RequestMessages.
 

Constructors in ecologylab.services.distributed.server.clientmanager with parameters of type TranslationSpace
AbstractClientManager(java.lang.Object sessionId, int maxPacketSize, NIOServerBackend server, NIOServerFrontend frontend, java.nio.channels.SelectionKey socket, TranslationSpace translationSpace, Scope<?> registry)
          Creates a new ContextManager.
ClientManager(java.lang.Object sessionId, int maxPacketSize, NIOServerBackend server, NIOServerFrontend frontend, java.nio.channels.SelectionKey socketKey, TranslationSpace translationSpace, Scope<?> registry)
          Creates a new ContextManager.
HTTPClientManager(java.lang.Object sessionId, int maxPacketSize, NIOServerBackend server, NIOServerFrontend frontend, java.nio.channels.SelectionKey socket, TranslationSpace translationSpace, Scope<?> registry)
           
HTTPGetClientManager(java.lang.Object token, int maxPacketSize, NIOServerBackend server, NIOServerFrontend frontend, java.nio.channels.SelectionKey socketKey, TranslationSpace translationSpace, Scope<?> registry)
           
HTTPPostClientManager(java.lang.Object token, int maxPacketSize, NIOServerBackend server, NIOServerFrontend frontend, java.nio.channels.SelectionKey socketKey, TranslationSpace translationSpace, Scope<?> registry)
           
 

Uses of TranslationSpace in ecologylab.services.distributed.server.contextmanager
 

Constructors in ecologylab.services.distributed.server.contextmanager with parameters of type TranslationSpace
KMLGetClientManager(java.lang.Object token, int maxPacketSize, NIOServerBackend server, NIOServerFrontend frontend, java.nio.channels.SelectionKey socketKey, TranslationSpace translationSpace, Scope<?> registry)
           
 

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

Methods in ecologylab.services.distributed.server.varieties with parameters of type TranslationSpace
protected  AbstractClientManager KmlServer.generateContextManager(java.lang.Object token, java.nio.channels.SelectionKey sk, TranslationSpace translationSpaceIn, Scope registryIn)
           
protected  AbstractClientManager HttpGetServer.generateContextManager(java.lang.Object token, java.nio.channels.SelectionKey sk, TranslationSpace translationSpaceIn, Scope registryIn)
           
 

Constructors in ecologylab.services.distributed.server.varieties with parameters of type TranslationSpace
HttpGetServer(int portNumber, java.net.InetAddress[] inetAddresses, TranslationSpace requestTranslationSpace, Scope objectRegistry, int idleConnectionTimeout, int maxPacketSize)
           
HttpGetServer(int portNumber, java.net.InetAddress inetAddress, TranslationSpace requestTranslationSpace, Scope objectRegistry, int idleConnectionTimeout, int maxPacketSize)
           
KmlServer(int portNumber, java.net.InetAddress[] inetAddresses, TranslationSpace requestTranslationSpace, Scope objectRegistry, int idleConnectionTimeout, int maxPacketSize, Kml kmlData)
           
KmlServer(int portNumber, java.net.InetAddress inetAddress, TranslationSpace requestTranslationSpace, Scope objectRegistry, int idleConnectionTimeout, int maxPacketSize, Kml kmlData)
           
 

Uses of TranslationSpace in ecologylab.services.logging
 

Methods in ecologylab.services.logging with parameters of type TranslationSpace
protected  LoggingClientManager NIOLoggingServer.generateContextManager(java.lang.Object token, java.nio.channels.SelectionKey sk, TranslationSpace translationSpaceIn, Scope registryIn)
           
 

Constructors in ecologylab.services.logging with parameters of type TranslationSpace
LoggingClientManager(java.lang.Object token, int maxPacketSize, NIOLoggingServer loggingServer, NIOServerBackend server, java.nio.channels.SelectionKey sk, TranslationSpace translationSpace, Scope registry)
           
NIOLoggingServer(int portNumber, java.net.InetAddress[] inetAddress, TranslationSpace requestTranslationSpace, Scope objectRegistry, int idleConnectionTimeout, int maxPacketSize)
           
 

Uses of TranslationSpace in ecologylab.services.logging.playback
 

Fields in ecologylab.services.logging.playback declared as TranslationSpace
protected  TranslationSpace LogPlayer.translationSpace
           
 

Constructors in ecologylab.services.logging.playback with parameters of type TranslationSpace
LogPlayer(java.lang.String appName, java.lang.String[] args, TranslationSpace translationSpace)
           
 

Uses of TranslationSpace in ecologylab.services.messages
 

Methods in ecologylab.services.messages that return TranslationSpace
static TranslationSpace DefaultServicesTranslations.get()
          This accessor will work from anywhere, in any order, and stay efficient.
 

Constructors in ecologylab.services.messages with parameters of type TranslationSpace
CfCollaborationGetSurrogate(java.lang.String surrogateSetString, TranslationSpace translationSpace)
           
SetPreferences(java.lang.String preferencesSetAssetPath, java.lang.String overridePreferencesSetString, TranslationSpace nameSpace)
          Deprecated.  
SetPreferences(java.lang.String preferencesSetString, TranslationSpace translationSpace)
          Deprecated.  
 

Uses of TranslationSpace in ecologylab.services.messages.cf
 

Methods in ecologylab.services.messages.cf that return TranslationSpace
static TranslationSpace CFMessagesTranslations.get()
          This accessor will work from anywhere, in any order, and stay efficient.
 

Constructors in ecologylab.services.messages.cf with parameters of type TranslationSpace
CfCollaborationGetSurrogate(java.lang.String surrogateSetString, TranslationSpace translationSpace)
           
 

Uses of TranslationSpace in ecologylab.standalone.visualizer
 

Constructors in ecologylab.standalone.visualizer with parameters of type TranslationSpace
ProjectionVisualizer(java.lang.Class baseClass, java.lang.String applicationName, TranslationSpace translationSpace, java.lang.String[] args, float prefsAssetVersion)
           
ProjectionVisualizer(java.lang.String applicationName, TranslationSpace translationSpace, java.lang.String[] args, float prefsAssetVersion)
           
 

Uses of TranslationSpace in ecologylab.xml
 

Methods in ecologylab.xml that return TranslationSpace
static TranslationSpace TranslationSpace.get(java.lang.String name)
          Find the TranslationSpace called name, if there is one.
static TranslationSpace TranslationSpace.get(java.lang.String name, java.lang.Class translation)
          Find an existing TranslationSpace by this name, or create a new one.
static TranslationSpace TranslationSpace.get(java.lang.String defaultPackageName, java.lang.Class[] translations)
          Find an existing TranslationSpace by this name, or create a new one.
static TranslationSpace TranslationSpace.get(java.lang.String name, java.lang.Class[] translations, java.util.ArrayList<TranslationSpace> inheritedTranslationsSet)
          Find an existing TranslationSpace by this name, or create a new one.
static TranslationSpace TranslationSpace.get(java.lang.String name, java.lang.Class[] translations, java.lang.String defaultPackageName)
          Find the TranslationSpace called name, if there is one.
static TranslationSpace TranslationSpace.get(java.lang.String name, java.lang.Class[] translations, TranslationSpace... inheritedTranslations)
          Find an existing TranslationSpace by this name, or create a new one.
static TranslationSpace TranslationSpace.get(java.lang.String name, java.lang.Class[] translations, TranslationSpace inheritedTranslations)
          Find an existing TranslationSpace by this name, or create a new one.
static TranslationSpace TranslationSpace.get(java.lang.String name, java.lang.Class[] translations, TranslationSpace[] inheritedTranslationsSet, java.lang.String defaultPackageName)
          Find an existing TranslationSpace by this name, or create a new one.
static TranslationSpace TranslationSpace.get(java.lang.String name, java.lang.Class[] translations, TranslationSpace[] inheritedTranslationsSet, java.lang.String defaultPackageName, NameSpaceDecl[] nameSpaceDecls)
          Find an existing TranslationSpace by this name, or create a new one.
static TranslationSpace TranslationSpace.get(java.lang.String name, java.lang.Class[] translations, TranslationSpace inheritedTranslations, java.lang.String defaultPackageName)
          Find an existing TranslationSpace by this name, or create a new one.
static TranslationSpace TranslationSpace.get(java.lang.String name, java.lang.Class translation, TranslationSpace inheritedTranslations)
          Find an existing TranslationSpace by this name, or create a new one.
static TranslationSpace TranslationSpace.get(java.lang.String name, java.lang.String defaultPackageName)
          Find the TranslationSpace called name, if there is one.
static TranslationSpace TranslationSpace.get(java.lang.String name, java.lang.String defaultPackageName, java.util.ArrayList<TranslationSpace> inheritedTranslationsSet, java.lang.Class[] translations)
          Find an existing TranslationSpace by this name, or create a new one.
static TranslationSpace TranslationSpace.get(java.lang.String name, TranslationSpace[] inheritedTranslations)
          Find an existing TranslationSpace by this name, or create a new one.
static TranslationSpace TranslationSpace.get(java.lang.String name, TranslationSpace[] inheritedTranslations, java.lang.String defaultPackageName)
          Find an existing TranslationSpace by this name, or create a new one.
static TranslationSpace TranslationSpace.get(java.lang.String name, TranslationSpace inheritedTranslations, java.lang.String defaultPackageName)
          Find an existing TranslationSpace by this name, or create a new one.
static TranslationSpace TranslationSpace.lookup(java.lang.String name)
          Find the TranslationSpace called name, if there is one.
 

Methods in ecologylab.xml with parameters of type TranslationSpace
static TranslationSpace TranslationSpace.get(java.lang.String name, java.lang.Class[] translations, TranslationSpace... inheritedTranslations)
          Find an existing TranslationSpace by this name, or create a new one.
static TranslationSpace TranslationSpace.get(java.lang.String name, java.lang.Class[] translations, TranslationSpace inheritedTranslations)
          Find an existing TranslationSpace by this name, or create a new one.
static TranslationSpace TranslationSpace.get(java.lang.String name, java.lang.Class[] translations, TranslationSpace[] inheritedTranslationsSet, java.lang.String defaultPackageName)
          Find an existing TranslationSpace by this name, or create a new one.
static TranslationSpace TranslationSpace.get(java.lang.String name, java.lang.Class[] translations, TranslationSpace[] inheritedTranslationsSet, java.lang.String defaultPackageName, NameSpaceDecl[] nameSpaceDecls)
          Find an existing TranslationSpace by this name, or create a new one.
static TranslationSpace TranslationSpace.get(java.lang.String name, java.lang.Class[] translations, TranslationSpace inheritedTranslations, java.lang.String defaultPackageName)
          Find an existing TranslationSpace by this name, or create a new one.
static TranslationSpace TranslationSpace.get(java.lang.String name, java.lang.Class translation, TranslationSpace inheritedTranslations)
          Find an existing TranslationSpace by this name, or create a new one.
static TranslationSpace TranslationSpace.get(java.lang.String name, TranslationSpace[] inheritedTranslations)
          Find an existing TranslationSpace by this name, or create a new one.
static TranslationSpace TranslationSpace.get(java.lang.String name, TranslationSpace[] inheritedTranslations, java.lang.String defaultPackageName)
          Find an existing TranslationSpace by this name, or create a new one.
static TranslationSpace TranslationSpace.get(java.lang.String name, TranslationSpace inheritedTranslations, java.lang.String defaultPackageName)
          Find an existing TranslationSpace by this name, or create a new one.
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.
 

Method parameters in ecologylab.xml with type arguments of type TranslationSpace
static TranslationSpace TranslationSpace.get(java.lang.String name, java.lang.Class[] translations, java.util.ArrayList<TranslationSpace> inheritedTranslationsSet)
          Find an existing TranslationSpace by this name, or create a new one.
static TranslationSpace TranslationSpace.get(java.lang.String name, java.lang.String defaultPackageName, java.util.ArrayList<TranslationSpace> inheritedTranslationsSet, java.lang.Class[] translations)
          Find an existing TranslationSpace by this name, or create a new one.
 

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

Uses of TranslationSpace in ecologylab.xml.library.dc
 

Methods in ecologylab.xml.library.dc that return TranslationSpace
static TranslationSpace DcTag.get()
           
static TranslationSpace Dc.get()
           
 

Uses of TranslationSpace in ecologylab.xml.library.endnote
 

Methods in ecologylab.xml.library.endnote that return TranslationSpace
static TranslationSpace EndnoteNameSpace.get()
           
 

Uses of TranslationSpace in ecologylab.xml.library.feedburner
 

Methods in ecologylab.xml.library.feedburner that return TranslationSpace
static TranslationSpace Feedburner.get()
           
 

Uses of TranslationSpace in ecologylab.xml.library.icdl
 

Methods in ecologylab.xml.library.icdl that return TranslationSpace
static TranslationSpace ICDLTranslations.get()
           
 

Uses of TranslationSpace in ecologylab.xml.library.jnlp
 

Methods in ecologylab.xml.library.jnlp that return TranslationSpace
static TranslationSpace JnlpTranslations.get()
          This accessor will work from anywhere, in any order, and stay efficient.
 

Uses of TranslationSpace in ecologylab.xml.library.kml
 

Methods in ecologylab.xml.library.kml that return TranslationSpace
static TranslationSpace KMLTranslations.get()
          This accessor will work from anywhere, in any order, and stay efficient.
 

Uses of TranslationSpace in ecologylab.xml.library.media
 

Methods in ecologylab.xml.library.media that return TranslationSpace
static TranslationSpace Media.getTranslations()
          TranslationSpace for Yahoo Media.
 

Uses of TranslationSpace in ecologylab.xml.library.opml
 

Methods in ecologylab.xml.library.opml that return TranslationSpace
static TranslationSpace Opml.translationSpace()
          Get an appropriate TranslationSpace for OPML.
 

Uses of TranslationSpace in ecologylab.xml.library.rest
 

Fields in ecologylab.xml.library.rest declared as TranslationSpace
protected static TranslationSpace[] RESTTranslationSpace.INHERITED
           
 

Methods in ecologylab.xml.library.rest that return TranslationSpace
static TranslationSpace RESTTranslationSpace.get()
           
 

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

Fields in ecologylab.xml.library.rest.nsdl declared as TranslationSpace
protected static TranslationSpace[] NSDLTranslationSpace.INHERITED
           
 

Methods in ecologylab.xml.library.rest.nsdl that return TranslationSpace
static TranslationSpace NSDLTranslationSpace.get()
           
 

Uses of TranslationSpace in ecologylab.xml.library.rss
 

Fields in ecologylab.xml.library.rss declared as TranslationSpace
static TranslationSpace[] RssTranslations.INHERITED_TRANSLATIONS
           
 

Methods in ecologylab.xml.library.rss that return TranslationSpace
static TranslationSpace RssTranslations.get()
           
 

Uses of TranslationSpace in ecologylab.xml.library.yahoo
 

Methods in ecologylab.xml.library.yahoo that return TranslationSpace
static TranslationSpace ResultSet.translationSpace()
           
 

Uses of TranslationSpace in ecologylab.xml.types.element
 

Methods in ecologylab.xml.types.element that return TranslationSpace
static TranslationSpace ElementTypeTranslations.get()
          Get the translation space