Enhydra 3.1 API
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

R

radic - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity radic (?).
rang - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity rang (?).
Range - interface org.w3c.dom.range.Range.
 
RangeException - exception org.w3c.dom.range.RangeException.
Range operations may throw a RangeException as specified in their method descriptions.
RangeException(short, String) - Constructor for class org.w3c.dom.range.RangeException
 
raquo - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity raquo (»).
rarr - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity rarr (?).
rArr - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity rArr (?).
RawCharacterHandler - interface org.apache.xalan.xpath.xml.RawCharacterHandler.
An interface that a Serializer/ContentHandler/DocumentHandler must implement in order for disable-output-escaping to work.
rceil - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity rceil (?).
RDBColumn - class com.lutris.dods.builder.generator.query.RDBColumn.
An instance of RDBColumn describes a particular column in a particular table in the database.
RDBColumn(RDBTable, String) - Constructor for class com.lutris.dods.builder.generator.query.RDBColumn
 
RDBColumn(RDBTable, String, boolean) - Constructor for class com.lutris.dods.builder.generator.query.RDBColumn
 
RDBColumnValue - class com.lutris.dods.builder.generator.query.RDBColumnValue.
After a Vector of RDBColumn objects is used to construct an instance of QueryBuilder, the QueryBuilder.getNextRow() method is used to return an RDBRow object which contains RDBColumnValue objects representing the column values in the returned row.
RDBColumnValue(RDBColumn, Object) - Constructor for class com.lutris.dods.builder.generator.query.RDBColumnValue
The constructor for RDBColumnValue is used only by QueryBuilder, never by the application developer.
RDBRow - class com.lutris.dods.builder.generator.query.RDBRow.
An instance of RDBRow is returned by the QueryBuilder.getNextRow() method.
RDBRow(RDBColumnValue[]) - Constructor for class com.lutris.dods.builder.generator.query.RDBRow
Constructor used only by QueryBuilder, never the application developer.
RDBTable - class com.lutris.dods.builder.generator.query.RDBTable.
An instance of RDBTable describes a particular table in the database.
RDBTable(String) - Constructor for class com.lutris.dods.builder.generator.query.RDBTable
Constructor.
rdquo - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity rdquo (?).
RE - class gnu.regexp.RE.
RE provides the user interface for compiling and matching regular expressions.
RE_BACKSLASH_ESCAPE_IN_LISTS - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_BK_PLUS_QM - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_CHAR_CLASS_ESC_IN_LISTS - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_CHAR_CLASS_ESCAPES - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_CHAR_CLASSES - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_COMMENTS - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_CONTEXT_INDEP_ANCHORS - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_CONTEXT_INDEP_OPS - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_CONTEXT_INVALID_OPS - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_DOT_NEWLINE - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_DOT_NOT_NULL - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_HAT_LISTS_NOT_NEWLINE - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_INTERVALS - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_LIMITED_OPS - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_LOOKAHEAD - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_NEWLINE_ALT - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_NO_BK_BRACES - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_NO_BK_PARENS - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_NO_BK_REFS - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_NO_BK_VBAR - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_NO_EMPTY_RANGES - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_PURE_GROUPING - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_STINGY_OPS - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_STRING_ANCHORS - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_SYNTAX_AWK - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_ED - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_EGREP - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_EMACS - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_GREP - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_PERL4 - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_PERL4_S - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_PERL5 - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_PERL5_S - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_POSIX_AWK - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_POSIX_BASIC - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_POSIX_EGREP - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_POSIX_EXTENDED - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_POSIX_MINIMAL_BASIC - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_POSIX_MINIMAL_EXTENDED - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_SED - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_UNMATCHED_RIGHT_PAREN_ORD - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE(Object) - Constructor for class gnu.regexp.RE
Constructs a regular expression pattern buffer without any compilation flags set, and using the default syntax (RESyntax.RE_SYNTAX_PERL5).
RE(Object, int) - Constructor for class gnu.regexp.RE
Constructs a regular expression pattern buffer using the specified compilation flags and the default syntax (RESyntax.RE_SYNTAX_PERL5).
RE(Object, int, RESyntax) - Constructor for class gnu.regexp.RE
Constructs a regular expression pattern buffer using the specified compilation flags and regular expression syntax.
read() - Method in class com.lutris.mime.MultipartMimeInputStream
Reads the next byte of data from this input stream.
read() - Method in class com.lutris.util.BMByteSearchStream
Reads the next byte of data from this input stream.
read() - Method in class gnu.regexp.REFilterInputStream
Reads the next byte from the stream per the general contract of InputStream.read().
read(byte[]) - Method in class com.lutris.mime.MultipartMimeInputStream
Reads up to buffer.length bytes of data from this input stream into an array of bytes.
read(byte[]) - Method in class com.lutris.util.BMByteSearchStream
Reads up to buffer.length bytes of data from this input stream into an array of bytes.
read(byte[]) - Method in class gnu.regexp.REFilterInputStream
Reads from the stream into the provided array.
read(byte[], int, int) - Method in class com.lutris.mime.MultipartMimeInputStream
Reads length bytes of data from this input stream into an array of bytes.
read(byte[], int, int) - Method in class com.lutris.util.BMByteSearchStream
Reads length bytes of data from this input stream into an array of bytes.
read(byte[], int, int) - Method in class gnu.regexp.REFilterInputStream
Reads from the stream into the provided array.
readerChange(XMLEntityHandler.EntityReader, int) - Method in class org.apache.xerces.framework.XMLDTDScanner
Change readers
readerChange(XMLEntityHandler.EntityReader, int) - Method in class org.apache.xerces.framework.XMLDocumentScanner
Change readers
readLine(byte[], int, int) - Method in class com.lutris.appserver.server.httpPresentation.HttpPresentationInputStream
Starting at the specified offset, reads into the given array of bytes until all requested bytes have been read or a '\n' is encountered, in which case the '\n' is read into the array as well.
readLine(byte[], int, int) - Method in class javax.servlet.ServletInputStream
Reads the input stream, one line at a time.
readTo(byte[], int, int) - Method in class com.lutris.util.BMByteSearchStream
Reads data into a buffer until the search pattern or the end of file is detected.
real - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity real (?).
reason - Variable in class com.lutris.mime.MimeException
Holds the reason code for this exception instance.
reason - Variable in class com.lutris.util.ConfigException
Indicates the cause (if known) of the current exception.
RecompilationHandler - interface org.enhydra.xml.xmlc.reloading.RecompilationHandler.
Interface for a recompilation handler.
recompile(ClassEntry) - Method in class org.enhydra.xml.xmlc.reloading.StandardRecompilationHandler
 
recompile(ClassEntry) - Method in interface org.enhydra.xml.xmlc.reloading.RecompilationHandler
Recompile a class file from its source file.
Redirect - class org.apache.xalan.xslt.extensions.Redirect.
Implements three extension elements to allow an XSLT transformation to redirect its output to multiple output files.
Redirect() - Constructor for class org.apache.xalan.xslt.extensions.Redirect
 
REException - exception gnu.regexp.REException.
This is the regular expression exception class.
reExecuteXPathContext(XPath, XPathSupport, Node) - Method in interface org.apache.xalan.xpath.XPathSupport
Reexecute the last xpath context after the specified one.
reExecuteXPathContext(XPath, XPathSupport, Node) - Method in class org.apache.xalan.xpath.XPathSupportDefault
Reexecute the last xpath context after the specified one.
RefAssertionException - exception com.lutris.dods.builder.generator.query.RefAssertionException.
 
RefAssertionException(String) - Constructor for class com.lutris.dods.builder.generator.query.RefAssertionException
Construct a exception without a specified cause.
RefAssertionException(String, Throwable) - Constructor for class com.lutris.dods.builder.generator.query.RefAssertionException
Construct a exception with an associated causing exception.
REFilterInputStream - class gnu.regexp.REFilterInputStream.
Replaces instances of a given RE with replacement text.
REFilterInputStream(InputStream, RE, String) - Constructor for class gnu.regexp.REFilterInputStream
Creates an REFilterInputStream.
reg - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity reg (®).
REG_ANCHORINDEX - Static variable in class gnu.regexp.RE
Execution flag.
REG_BADBR - Static variable in class gnu.regexp.REException
Error flag.
REG_BADPAT - Static variable in class gnu.regexp.REException
Error flag.
REG_BADRPT - Static variable in class gnu.regexp.REException
Error flag.
REG_DOT_NEWLINE - Static variable in class gnu.regexp.RE
Compilation flag.
REG_EBRACE - Static variable in class gnu.regexp.REException
Error flag.
REG_EBRACK - Static variable in class gnu.regexp.REException
Error flag.
REG_ECTYPE - Static variable in class gnu.regexp.REException
Error flag.
REG_EEND - Static variable in class gnu.regexp.REException
Error flag.
REG_EPAREN - Static variable in class gnu.regexp.REException
Error flag.
REG_ERANGE - Static variable in class gnu.regexp.REException
Error flag.
REG_ESCAPE - Static variable in class gnu.regexp.REException
Error flag.
REG_ESIZE - Static variable in class gnu.regexp.REException
Error flag.
REG_ESPACE - Static variable in class gnu.regexp.REException
Error flag.
REG_ESUBREG - Static variable in class gnu.regexp.REException
Error flag.
REG_ICASE - Static variable in class gnu.regexp.RE
Compilation flag.
REG_MULTILINE - Static variable in class gnu.regexp.RE
Compilation flag.
REG_NOTBOL - Static variable in class gnu.regexp.RE
Execution flag.
REG_NOTEOL - Static variable in class gnu.regexp.RE
Execution flag.
register(Application) - Static method in class com.lutris.appserver.server.Enhydra
Associate the given application with the current thread.
register(Thread, Application) - Static method in class com.lutris.appserver.server.Enhydra
Associate the given application with the given thread.
registerResourceLoader(String, Class) - Static method in class org.enhydra.xml.xmlc.reloading.ResourceLoaderFactory
Register a resource loader class for a class loader.
registerResourceLoader(String, String) - Static method in class org.enhydra.xml.xmlc.reloading.ResourceLoaderFactory
Register a resource loader class name for a class loader.
registerSerializerFactory(SerializerFactory) - Static method in class org.apache.xml.serialize.SerializerFactory
Register a serializer factory, keyed by the given method string.
registerUser(Session) - Method in class com.lutris.appserver.server.session.StandardSessionManager
Adds a session's user to the session-to-user table.
RelationalExpr(int) - Method in class org.apache.xalan.xpath.XPathProcessorImpl
.
RelativeLocationPath() - Method in class org.apache.xalan.xpath.XPathProcessorImpl
RelativeLocationPath ::= Step | RelativeLocationPath '/' Step | AbbreviatedRelativeLocationPath
RelativePathPattern() - Method in class org.apache.xalan.xpath.XPathProcessorImpl
RelativePathPattern ::= StepPattern | RelativePathPattern '/' StepPattern | RelativePathPattern '//' StepPattern
RELEASE - Static variable in class org.apache.xalan.xslt.XSLProcessorVersion
Release Number.
release() - Method in interface com.lutris.appserver.server.sql.DBQuery
Frees all resources consumed by this query.
release() - Method in interface com.lutris.appserver.server.sql.DBConnection
Return this connection to its allocator.
release() - Method in interface com.lutris.appserver.server.sql.DBTransaction
Frees all resources consumed by this transaction Connections are returned to the connection pool.
release() - Method in class com.lutris.appserver.server.sql.standard.StandardDBQuery
Frees all resources consumed by this query.
release() - Method in class com.lutris.appserver.server.sql.standard.StandardDBConnection
Return this connection to its allocator.
release() - Method in class com.lutris.appserver.server.sql.standard.StandardDBTransaction
Frees all resources consumed by this transaction Connections are returned to the connection pool.
release() - Method in class javax.servlet.jsp.PageContext
This method shall "reset" the internal state of a PageContext, releasing all internal references, and preparing the PageContext for potential reuse by a later invocation of initialize().
release() - Method in class javax.servlet.jsp.tagext.TagSupport
release() called after doEndTag() to reset state
release() - Method in interface javax.servlet.jsp.tagext.Tag
Called on a Tag handler to release state.
release() - Method in class javax.servlet.jsp.tagext.BodyTagSupport
reset the state of the Tag
release(DBConnection) - Method in interface com.lutris.appserver.server.sql.ConnectionAllocator
Return a connection to the pool.
release(DBConnection) - Method in class com.lutris.appserver.server.sql.standard.StandardConnectionAllocator
Return a connection to the pool.
releaseAttrList(int) - Method in class org.apache.xerces.framework.XMLAttrList
Make the resources of the current attribute list available for reuse.
releasePageContext(PageContext) - Method in class javax.servlet.jsp.JspFactory
called to release a previously allocated PageContext object.
REMatch - class gnu.regexp.REMatch.
An instance of this class represents a match completed by a gnu.regexp matching function.
REMatchEnumeration - class gnu.regexp.REMatchEnumeration.
An REMatchEnumeration enumerates regular expression matches over a given input text.
remove(int) - Method in interface org.w3c.dom.html.HTMLSelectElement
Remove an element from the collection of OPTION elements for this SELECT .
remove(String) - Method in interface com.lutris.appserver.server.session.StandardSessionUserTable
Removes all references to a session from the user session table.
remove(String) - Method in class com.lutris.util.KeywordValueTable
Delete a field, if the field does not exist, the operation is ignored.
remove(String) - Method in interface com.lutris.util.PersistentStore
Method to simultaneously retrieve and remove an object from persistent store.
remove(String) - Method in class org.apache.xalan.xpath.xml.StringToStringTable
Tell if the table contains the given string.
remove(String, User) - Method in interface com.lutris.appserver.server.session.StandardSessionUserTable
Remove a session from the user to session mapping table.
removeAllElements() - Method in class org.apache.xalan.xpath.xml.NodeVector
Inserts the specified node in this vector at the specified index.
removeAllElements() - Method in class org.apache.xalan.xpath.xml.IntVector
Inserts the specified node in this vector at the specified index.
removeAttribute(int) - Method in class org.xml.sax.helpers.AttributesImpl
Remove an attribute from the list.
removeAttribute(String) - Method in interface javax.servlet.ServletContext
Removes the attribute with the given name from the servlet context.
removeAttribute(String) - Method in interface javax.servlet.ServletRequest
Removes an attribute from this request.
removeAttribute(String) - Method in interface javax.servlet.http.HttpSession
Removes the object bound with the specified name from this session.
removeAttribute(String) - Method in class javax.servlet.jsp.PageContext
remove the object reference associated with the specified name
removeAttribute(String) - Method in class org.apache.xalan.xpath.dtm.DTMProxy
 
removeAttribute(String) - Method in class org.apache.xalan.xpath.xml.MutableAttrListImpl
Remove an attribute from the list.
removeAttribute(String) - Method in class org.apache.xalan.xslt.UnImplNode
Unimplemented.
removeAttribute(String) - Method in interface org.w3c.dom.Element
Removes an attribute by name.
removeAttribute(String) - Method in class org.xml.sax.helpers.AttributeListImpl
Deprecated. Remove an attribute from the list.
removeAttribute(String, int) - Method in class javax.servlet.jsp.PageContext
remove the object reference associated with the specified name
removeAttributeNode(Attr) - Method in class org.apache.xalan.xpath.dtm.DTMProxy
 
removeAttributeNode(Attr) - Method in class org.apache.xalan.xslt.UnImplNode
Unimplemented.
removeAttributeNode(Attr) - Method in interface org.w3c.dom.Element
Removes the specified attribute node.
removeAttributeNS(String, String) - Method in class org.apache.xalan.xpath.dtm.DTMProxy
 
removeAttributeNS(String, String) - Method in class org.apache.xalan.xslt.UnImplNode
Unimplemented.
removeAttributeNS(String, String) - Method in interface org.w3c.dom.Element
Removes an attribute by local name and namespace URI.
removeChild(Node) - Method in class org.apache.xalan.xpath.dtm.DTMProxy
 
removeChild(Node) - Method in class org.apache.xalan.xslt.UnImplNode
Unimplemented.
removeChild(Node) - Method in class org.apache.xalan.xslt.ResultTreeFrag
Removes the child node indicated by oldChild from the list of children, and returns it.
removeChild(Node) - Method in class org.enhydra.xml.lazydom.LazyEntity
 
removeChild(Node) - Method in class org.enhydra.xml.lazydom.LazyEntityReference
 
removeChild(Node) - Method in class org.enhydra.xml.lazydom.LazyDocument
 
removeChild(Node) - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
removeChild(Node) - Method in interface org.w3c.dom.Node
Removes the child node indicated by oldChild from the list of children, and returns it.
removeElement(int) - Method in class org.apache.xalan.xpath.xml.IntVector
Removes the first occurrence of the argument from this vector.
removeElement(Node) - Method in class org.apache.xalan.xpath.xml.NodeVector
Removes the first occurrence of the argument from this vector.
removeElementAt(int) - Method in class org.apache.xalan.xpath.xml.NodeVector
Deletes the component at the specified index.
removeElementAt(int) - Method in class org.apache.xalan.xpath.xml.IntVector
Deletes the component at the specified index.
removeEntry(String) - Method in class com.lutris.util.ConfigFile
Remove an entry from the config file.
removeEventListener(String, EventListener, boolean) - Method in interface org.w3c.dom.events.EventTarget
This method allows the removal of event listeners from the event target.
removeLastElem() - Method in class org.apache.xalan.xpath.xml.StringToStringTableVector
Remove the last element.
removeNamedItem(String) - Method in class org.apache.xalan.xpath.dtm.DTMProxyMap
DOM API requires this, but DTM is a read-only model
removeNamedItem(String) - Method in interface org.w3c.dom.NamedNodeMap
Removes a node specified by name.
removeNamedItemNS(String, String) - Method in class org.apache.xalan.xpath.dtm.DTMProxyMap
DOM 2 API requires this, but DTM is a read-only model
removeNamedItemNS(String, String) - Method in interface org.w3c.dom.NamedNodeMap
Removes a node specified by local name and namespace URI.
removeNode(Node) - Method in class org.apache.xalan.xpath.MutableNodeListImpl
Remove a node.
removeNode(Node) - Method in interface org.apache.xalan.xpath.MutableNodeList
Remove a node.
removePublicMapping(System) - Method in class org.enhydra.xml.io.XMLEntityResolver
Removes a public identifier mapping.
removeSession(String) - Method in interface com.lutris.appserver.server.session.StandardSessionHome
 
removeSystemMapping(String) - Method in class org.enhydra.xml.io.XMLEntityResolver
Removes a system identifier alias.
removeTraceListener(TraceListener) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Remove a trace listener.
removeTraceListener(TraceListener) - Method in class org.apache.xalan.xslt.StylesheetRoot
Remove a trace listener.
removeTraceListener(TraceListener) - Method in interface org.apache.xalan.xslt.XSLTProcessor
Remove a trace listener.
removeValue(String) - Method in interface javax.servlet.http.HttpSession
Deprecated. As of Version 2.2, this method is replaced by HttpSession.setAttribute(java.lang.String, java.lang.Object)
removeValue(String) - Method in class javax.servlet.jsp.tagext.TagSupport
Remove a value
replaceChild(Node, Node) - Method in class org.apache.xalan.xpath.dtm.DTMProxy
 
replaceChild(Node, Node) - Method in class org.apache.xalan.xslt.UnImplNode
Unimplemented.
replaceChild(Node, Node) - Method in class org.apache.xalan.xslt.ResultTreeFrag
Replaces the child node oldChild with newChild in the list of children, and returns the oldChild node.
replaceChild(Node, Node) - Method in class org.enhydra.xml.lazydom.LazyEntity
 
replaceChild(Node, Node) - Method in class org.enhydra.xml.lazydom.LazyEntityReference
 
replaceChild(Node, Node) - Method in class org.enhydra.xml.lazydom.LazyDocument
 
replaceChild(Node, Node) - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
replaceChild(Node, Node) - Method in interface org.w3c.dom.Node
Replaces the child node oldChild with newChild in the list of children, and returns the oldChild node.
replaceData(int, int, String) - Method in class org.apache.xalan.xpath.dtm.DTMProxy
 
replaceData(int, int, String) - Method in interface org.w3c.dom.CharacterData
Replace the characters starting at the specified 16-bit unit offset with the specified string.
replaceNode(Node, Node) - Static method in class org.enhydra.xml.dom.DOMOps
Replace a node with one imported from another document.
replaceNode(Node, Node) - Static method in class org.enhydra.xml.xmlc.XMLCUtil
Deprecated. use org.enhydra.xml.dom.DOMOps#replaceNode
reportError(Locator, String, int, int, Object[], int) - Method in class org.apache.xerces.framework.XMLParser
Report an error.
reportError(Locator, String, int, int, Object[], int) - Method in interface org.apache.xerces.framework.XMLErrorReporter
Report an error detected by a component of the XML parser.
reportRecoverableXMLError(int, int, int) - Method in class org.apache.xerces.framework.XMLDTDScanner
Report a recoverable xml error.
reportRecoverableXMLError(int, int, String) - Method in class org.apache.xerces.framework.XMLDTDScanner
Report a recoverable xml error.
reportRecoverableXMLError(int, int, String, String) - Method in class org.apache.xerces.framework.XMLDTDScanner
Report a recoverable xml error.
request - Variable in class com.lutris.appserver.server.httpPresentation.HttpPresentationComms
Object used to access HTTP request data.
request - Variable in class com.lutris.appserver.server.jolt.joltpo.JoltPage
Request object that contains the data from the HTTP request.
REQUEST - Static variable in class javax.servlet.jsp.PageContext
name used to store ServletRequest in PageContext name table
REQUEST_SCOPE - Static variable in class javax.servlet.jsp.PageContext
request scope: the named reference remains available from the ServletRequest associated with the Servlet that until the current request is completed.
REQUEST_TIME_VALUE - Static variable in class javax.servlet.jsp.tagext.TagData
Distinguished value for an attribute to indicate its value is a request-time expression which is not yet available because this TagData instance is being used at translation-time.
RequestDispatcher - interface javax.servlet.RequestDispatcher.
Defines an object that receives requests from the client and sends them to any resource (such as a servlet, HTML file, or JSP file) on the server.
requestEntityTooLarge - Static variable in class com.lutris.http.HttpStatus
 
requestPostProcessor(HttpPresentationComms) - Method in interface com.lutris.appserver.server.Application
Request post-processing method.
requestPostProcessor(HttpPresentationComms) - Method in class com.lutris.appserver.server.StandardApplication
Calls application session manager's passivateSession method for the session associated with this request.
requestPreprocessor(HttpPresentationComms) - Method in interface com.lutris.appserver.server.Application
Request preprocessing method.
requestPreprocessor(HttpPresentationComms) - Method in class com.lutris.appserver.server.StandardApplication
Default application request preprocessor.
requestTimeout - Static variable in class com.lutris.http.HttpStatus
 
requestUriTooLarge - Static variable in class com.lutris.http.HttpStatus
 
reset() - Method in interface com.lutris.appserver.server.sql.DBConnection
Closes down all query-specific resources.
reset() - Method in class com.lutris.appserver.server.sql.standard.StandardDBConnection
Closes down all query-specific resources.
reset() - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
Reset the where-clause information.
reset() - Method in interface javax.servlet.ServletResponse
Clears any data that exists in the buffer as well as the status code and headers.
reset() - Method in class org.apache.xalan.xpath.dtm.DTM
Override reset so it doesn't release the string pool.
reset() - Method in class org.apache.xalan.xpath.xml.XMLParserLiaisonDefault
Reset for new run.
reset() - Method in interface org.apache.xalan.xpath.xml.XMLParserLiaison
Reset for new run.
reset() - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Reset the state.
reset() - Method in interface org.apache.xalan.xslt.XSLTProcessor
Reset the XSLTProcessor state.
reset() - Method in class org.apache.xerces.framework.XMLParser
Reset parser instance so that it can be reused.
reset() - Method in class org.apache.xerces.parsers.DOMParser
Resets the parser.
reset() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
reset() - Method in interface org.w3c.dom.html.HTMLFormElement
Restores a form element's default values.
reset() - Method in class org.xml.sax.helpers.NamespaceSupport
Reset this Namespace support object for reuse.
reset(StringPool) - Method in class org.apache.xerces.framework.XMLAttrList
Reset this instance to an "empty" state.
reset(StringPool, XMLEntityHandler.CharBuffer) - Method in class org.apache.xerces.framework.XMLDTDScanner
Allow XMLDTDScanner to be reused.
reset(StringPool, XMLEntityHandler.CharBuffer) - Method in class org.apache.xerces.framework.XMLDocumentScanner
reset the parser so that the instance can be reused
resetContent - Static variable in class com.lutris.http.HttpStatus
 
resetCurrentState(Node) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Reset the current element state
resetMaxConnectionCount() - Method in interface com.lutris.appserver.server.sql.LogicalDatabase
Reset the maximum connection count and date.
resetMaxConnectionCount() - Method in class com.lutris.appserver.server.sql.standard.StandardLogicalDatabase
Reset the maximum connection count and date.
resetMaxConnectionCount(String) - Method in class com.lutris.appserver.server.sql.StandardDatabaseManager
Reset the maximum connection count.
resetMaxConnectionCount(String) - Method in interface com.lutris.appserver.server.sql.DatabaseManager
Reset the maximum connection count.
resetMaxCount() - Method in interface com.lutris.appserver.server.sql.ConnectionAllocator
Reset the maximum connection count and date.
resetMaxCount() - Method in class com.lutris.appserver.server.sql.standard.StandardConnectionAllocator
Reset the maximum connection count and date.
resetMaxSessionCount() - Method in interface com.lutris.appserver.server.session.SessionManager
Reset the maximum session count.
resetMaxSessionCount() - Method in class com.lutris.appserver.server.session.StandardSessionManager
Reset the maximum session count.
resetOrCopy() - Method in class org.apache.xerces.framework.XMLParser
Reset or copy parser Allows parser instance reuse
resetOrCopy() - Method in class org.apache.xerces.parsers.DOMParser
Resets or copies the parser.
resolveEntity(String, String) - Method in class org.apache.xalan.xslt.StylesheetHandler
Catch the entity resolving, and fix up the stack.
resolveEntity(String, String) - Method in class org.enhydra.xml.io.XMLEntityResolver
 
resolveEntity(String, String) - Method in interface org.xml.sax.EntityResolver
Allow the application to resolve external entities.
resolveEntity(String, String) - Method in class org.xml.sax.HandlerBase
Deprecated. Resolve an external entity.
resolveEntity(String, String) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter an external entity resolution.
resolveEntity(String, String) - Method in class org.xml.sax.helpers.DefaultHandler
Resolve an external entity.
Resource - class com.lutris.classloader.Resource.
A resource that is a file existing on the local machine or a remote machine.
Resource(String, ClassPathEntry, LogChannel) - Constructor for class com.lutris.classloader.Resource
Constructs resource with specified name, location and log channel.
ResourceLoader - interface org.enhydra.xml.xmlc.reloading.ResourceLoader.
Interface for objects that are used to abstract particular class loader implementations.
ResourceLoaderFactory - class org.enhydra.xml.xmlc.reloading.ResourceLoaderFactory.
Factory for creating a ResourceLoader wrapper class for a particular class loader.
response - Variable in class com.lutris.appserver.server.httpPresentation.HttpPresentationComms
Object used to generate HTTP responses.
response - Variable in class com.lutris.appserver.server.jolt.joltpo.JoltPage
Response object used to set cookies and other headers.
RESPONSE - Static variable in class javax.servlet.jsp.PageContext
name used to store ServletResponse in PageContext name table
restartup(Config) - Method in interface com.lutris.appserver.server.Application
Continue the startup up process with the application is in the INCOMPLETE state.
restartup(Config) - Method in class com.lutris.appserver.server.StandardApplication
Continue the startup up process with the application is in the INCOMPLETE state.
RESULT_DUPLICATE_ATTR - Static variable in class org.apache.xerces.framework.XMLDocumentScanner
 
RESULT_FAILURE - Static variable in class org.apache.xerces.framework.XMLDocumentScanner
 
RESULT_SUCCESS - Static variable in class org.apache.xerces.framework.XMLDocumentScanner
 
ResultTreeFrag - class org.apache.xalan.xslt.ResultTreeFrag.
Container of a result tree fragment.
ResultTreeFrag(Document, MutableNodeList, XPathSupport) - Constructor for class org.apache.xalan.xslt.ResultTreeFrag
 
ResultTreeFrag(Document, XPathSupport) - Constructor for class org.apache.xalan.xslt.ResultTreeFrag
 
RESyntax - class gnu.regexp.RESyntax.
An RESyntax specifies the way a regular expression will be compiled.
RESyntax() - Constructor for class gnu.regexp.RESyntax
Construct a new syntax object with all bits turned off.
RESyntax(RESyntax) - Constructor for class gnu.regexp.RESyntax
Construct a new syntax object with all bits set the same as the other syntax.
retrieve(String) - Method in interface com.lutris.util.PersistentStore
Method to retrieve a stored object.
RevalidatingDOMParser - class org.apache.xerces.parsers.RevalidatingDOMParser.
This class is a validating DOM parser which can also "revalidate" a DOM subtree after the document has been parsed.
RevalidatingDOMParser() - Constructor for class org.apache.xerces.parsers.RevalidatingDOMParser
 
rewriteURL(String) - Method in interface org.enhydra.xml.io.URLRewriter
 
rfloor - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity rfloor (?).
rho - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity rho (?).
Rho - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity Rho (?).
rlm - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity rlm (?).
rollback() - Method in interface com.lutris.appserver.server.sql.DBConnection
Rollback a transaction.
rollback() - Method in interface com.lutris.appserver.server.sql.DBTransaction
Method to rollback changes.
rollback() - Method in class com.lutris.appserver.server.sql.standard.StandardDBConnection
Rollback a transaction.
rollback() - Method in class com.lutris.appserver.server.sql.standard.StandardDBTransaction
Method to rollback changes.
RowSetLocator - class org.apache.xalan.xslt.extensions.RowSetLocator.
RowSetLocator uses JDBC to connect to a database, execute a query, and return a result set, then returns a lazy row-set DOM.
RowSetLocator(String, String) - Constructor for class org.apache.xalan.xslt.extensions.RowSetLocator
Create a SimpleNodeLocator object.
rowSpan - Variable in class com.lutris.html.HtmlTableCell
 
rsaquo - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity rsaquo (?).
rsquo - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity rsquo (?).
rtree() - Method in class org.apache.xalan.xpath.XObject
For functions to override.
rtree() - Method in class org.apache.xalan.xpath.XRTreeFrag
Cast result object to a result tree fragment.
rtree(XPathSupport) - Method in class org.apache.xalan.xpath.XObject
Cast result object to a result tree fragment.
rtree(XPathSupport) - Method in class org.apache.xalan.xpath.XNull
Cast result object to a result tree fragment.
rtree(XPathSupport) - Method in class org.apache.xalan.xpath.XNodeSet
Cast result object to a result tree fragment.
rtree(XPathSupport) - Method in class org.apache.xalan.xpath.XString
Cast result object to a result tree fragment.
run() - Method in class com.lutris.appserver.server.session.StandardSessionKeyGen
The main code body of the Idle Timer Thread.
run() - Method in class com.lutris.appserver.server.session.StandardSessionIdleTimer
The main code body of the Idle Timer Thread.
run() - Method in class org.apache.xalan.xpath.dtm.DTM
Run the parse thread.
run(HttpPresentationComms) - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentation
Run the Presentation Object passing it an HTTP request to handle.
run(HttpPresentationComms) - Method in class com.lutris.appserver.server.jolt.joltpo.JoltPage
Abstract methods that run all code on the page and output the results to the HTTP client.
Run(HttpPresentationRequest, HttpPresentationResponse) - Method in class com.lutris.appserver.server.httpPresentation.HttpPresentationManager
The method is invoked to fulfill an HTTP request.
RUNNING - Static variable in interface com.lutris.appserver.server.Application
Running state code.
runPage() - Method in class com.lutris.appserver.server.jolt.joltpo.JoltPage
Methods defined by the derived class that executes the contents of the page.

Enhydra 3.1 API
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _