org.exist.source
Class ClassLoaderSource

java.lang.Object
  extended byorg.exist.source.AbstractSource
      extended byorg.exist.source.URLSource
          extended byorg.exist.source.ClassLoaderSource
All Implemented Interfaces:
Source

public class ClassLoaderSource
extends URLSource

A source loaded through the current context class loader.

Author:
wolf

Field Summary
static java.lang.String PROTOCOL
           
 
Fields inherited from interface org.exist.source.Source
INVALID, UNKNOWN, VALID
 
Constructor Summary
ClassLoaderSource(java.lang.String source)
           
 
Methods inherited from class org.exist.source.URLSource
getContent, getKey, getReader, getURL, isValid, isValid, setURL
 
Methods inherited from class org.exist.source.AbstractSource
equals, getCacheTimestamp, guessXQueryEncoding, hashCode, setCacheTimestamp
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROTOCOL

public static final java.lang.String PROTOCOL
See Also:
Constant Field Values
Constructor Detail

ClassLoaderSource

public ClassLoaderSource(java.lang.String source)
                  throws java.io.IOException


<oXygen/> XML Editor provides support for editing and debugging XQuery expressions against the eXist XML Database.