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 _

S

s_revsize - Static variable in class org.apache.xalan.xpath.xml.FormatterToXML
 
S_Vendor - Static variable in class org.apache.xalan.xslt.Constants
 
S_VendorURL - Static variable in class org.apache.xalan.xslt.Constants
 
S_VERSION - Static variable in class org.apache.xalan.xslt.XSLProcessorVersion
Version String like "Xalani v.r[.dd| Dnn]".
S_XMLNAMESPACEURI - Static variable in class org.apache.xalan.xpath.xml.PrefixResolverDefault
The URI for the XML namespace.
S_XMLNAMESPACEURI - Static variable in class org.apache.xalan.xpath.xml.QName
The XML namespace.
S_XMLNAMESPACEURI - Static variable in class org.apache.xalan.xslt.Constants
 
S_XPATHNameSpaceURL - Static variable in class org.apache.xalan.xslt.Constants
 
S_XPATHNameSpaceVersion - Static variable in class org.apache.xalan.xslt.Constants
 
S_XSLNameSpaceURL - Static variable in class org.apache.xalan.xslt.Constants
 
sameNodeAs(Node) - Method in class org.apache.xalan.xpath.dtm.DTMProxy
FUTURE DOM: Test node identity, in lieu of Node==Node
SAX2_FEATURES_PREFIX - Static variable in class org.apache.xerces.framework.XMLParser
SAX2 features prefix (http://xml.org/sax/features/).
SAX2_PROPERTIES_PREFIX - Static variable in class org.apache.xerces.framework.XMLParser
SAX2 properties prefix (http://xml.org/sax/properties/).
SAXException - exception org.xml.sax.SAXException.
Encapsulate a general SAX error or warning.
SAXException(Exception) - Constructor for class org.xml.sax.SAXException
Create a new SAXException wrapping an existing exception.
SAXException(String) - Constructor for class org.xml.sax.SAXException
Create a new SAXException.
SAXException(String, Exception) - Constructor for class org.xml.sax.SAXException
Create a new SAXException from an existing exception.
SAXNotRecognizedException - exception org.xml.sax.SAXNotRecognizedException.
Exception class for an unrecognized identifier.
SAXNotRecognizedException(String) - Constructor for class org.xml.sax.SAXNotRecognizedException
Construct a new exception with the given message.
SAXNotSupportedException - exception org.xml.sax.SAXNotSupportedException.
Exception class for an unsupported operation.
SAXNotSupportedException(String) - Constructor for class org.xml.sax.SAXNotSupportedException
Construct a new exception with the given message.
SAXParseException - exception org.xml.sax.SAXParseException.
Encapsulate an XML parse error or warning.
SAXParseException(String, Locator) - Constructor for class org.xml.sax.SAXParseException
Create a new SAXParseException from a message and a Locator.
SAXParseException(String, Locator, Exception) - Constructor for class org.xml.sax.SAXParseException
Wrap an existing exception in a SAXParseException.
SAXParseException(String, String, String, int, int) - Constructor for class org.xml.sax.SAXParseException
Create a new SAXParseException.
SAXParseException(String, String, String, int, int, Exception) - Constructor for class org.xml.sax.SAXParseException
Create a new SAXParseException with an embedded exception.
SAXParser - class javax.xml.parsers.SAXParser.
Implementation instances of the SAXParser abstract class contain an implementation of the org.xml.sax.Parser interface and enables content from a variety of sources to be parsed using the contained parser.
SAXParser - class org.apache.xerces.parsers.SAXParser.
SAXParser provides a parser which implements the SAX1 and SAX2 parser APIs.
SAXParser() - Constructor for class javax.xml.parsers.SAXParser
Implementations should provide a protected constructor so that their factory implementation can instantiate instances of the implementation class.
SAXParser() - Constructor for class org.apache.xerces.parsers.SAXParser
Default constructor.
SAXParserFactory - class javax.xml.parsers.SAXParserFactory.
The SAXParserFactory defines a factory API that enables applications to configure and obtain a SAX based parser to parse XML documents.
SAXParserFactory() - Constructor for class javax.xml.parsers.SAXParserFactory
Implementors of this abstract class must provide their own public no-argument constructor in order for the static newInstance() method to work correctly.
sbquo - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity sbquo (?).
SC_ACCEPTED - Static variable in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Status code (202) indicating that a request was accepted for processing, but was not completed.
SC_ACCEPTED - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (202) indicating that a request was accepted for processing, but was not completed.
SC_BAD_GATEWAY - Static variable in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Status code (502) indicating that the HTTP server received an invalid response from a server it consulted when acting as a proxy or gateway.
SC_BAD_GATEWAY - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (502) indicating that the HTTP server received an invalid response from a server it consulted when acting as a proxy or gateway.
SC_BAD_REQUEST - Static variable in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Status code (400) indicating the request sent by the client was syntactically incorrect.
SC_BAD_REQUEST - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (400) indicating the request sent by the client was syntactically incorrect.
SC_CONFLICT - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (409) indicating that the request could not be completed due to a conflict with the current state of the resource.
SC_CONTINUE - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (100) indicating the client can continue.
SC_CREATED - Static variable in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Status code (201) indicating the request succeeded and created a new resource on the server.
SC_CREATED - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (201) indicating the request succeeded and created a new resource on the server.
SC_EXPECTATION_FAILED - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (417) indicating that the server could not meet the expectation given in the Expect request header.
SC_FORBIDDEN - Static variable in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Status code (403) indicating the server understood the request but refused to fulfill it.
SC_FORBIDDEN - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (403) indicating the server understood the request but refused to fulfill it.
SC_GATEWAY_TIMEOUT - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (504) indicating that the server did not receive a timely response from the upstream server while acting as a gateway or proxy.
SC_GONE - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (410) indicating that the resource is no longer available at the server and no forwarding address is known.
SC_HTTP_VERSION_NOT_SUPPORTED - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (505) indicating that the server does not support or refuses to support the HTTP protocol version that was used in the request message.
SC_INTERNAL_SERVER_ERROR - Static variable in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Status code (500) indicating an error inside the HTTP service which prevented it from fulfilling the request.
SC_INTERNAL_SERVER_ERROR - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (500) indicating an error inside the HTTP server which prevented it from fulfilling the request.
SC_LENGTH_REQUIRED - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (411) indicating that the request cannot be handled without a defined Content-Length.
SC_METHOD_NOT_ALLOWED - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (405) indicating that the method specified in the Request-Line is not allowed for the resource identified by the Request-URI.
SC_MOVED_PERMANENTLY - Static variable in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Status code (301) indicating that the resource has permanently moved to a new location, and that future references should use a new URI with their requests.
SC_MOVED_PERMANENTLY - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (301) indicating that the resource has permanently moved to a new location, and that future references should use a new URI with their requests.
SC_MOVED_TEMPORARILY - Static variable in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Status code (302) indicating that the resource has temporarily moved to another location, but that future references should still use the original URI to access the resource.
SC_MOVED_TEMPORARILY - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (302) indicating that the resource has temporarily moved to another location, but that future references should still use the original URI to access the resource.
SC_MULTIPLE_CHOICES - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (300) indicating that the requested resource corresponds to any one of a set of representations, each with its own specific location.
SC_NO_CONTENT - Static variable in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Status code (204) indicating that the request succeeded but that there was no new information to return.
SC_NO_CONTENT - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (204) indicating that the request succeeded but that there was no new information to return.
SC_NON_AUTHORITATIVE_INFORMATION - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (203) indicating that the meta information presented by the client did not originate from the server.
SC_NOT_ACCEPTABLE - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (406) indicating that the resource identified by the request is only capable of generating response entities which have content characteristics not acceptable according to the accept headerssent in the request.
SC_NOT_FOUND - Static variable in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Status code (404) indicating that the requested resource is not available.
SC_NOT_FOUND - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (404) indicating that the requested resource is not available.
SC_NOT_IMPLEMENTED - Static variable in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Status code (501) indicating the HTTP service does not support the functionality needed to fulfill the request.
SC_NOT_IMPLEMENTED - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (501) indicating the HTTP server does not support the functionality needed to fulfill the request.
SC_NOT_MODIFIED - Static variable in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Status code (304) indicating that a conditional GET operation found that the resource was available and not modified.
SC_NOT_MODIFIED - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (304) indicating that a conditional GET operation found that the resource was available and not modified.
SC_OK - Static variable in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Status code (200) indicating the request succeeded normally.
SC_OK - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (200) indicating the request succeeded normally.
SC_PARTIAL_CONTENT - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (206) indicating that the server has fulfilled the partial GET request for the resource.
SC_PAYMENT_REQUIRED - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (402) reserved for future use.
SC_PRECONDITION_FAILED - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (412) indicating that the precondition given in one or more of the request-header fields evaluated to false when it was tested on the server.
SC_PROXY_AUTHENTICATION_REQUIRED - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (407) indicating that the client MUST first authenticate itself with the proxy.
SC_REQUEST_ENTITY_TOO_LARGE - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (413) indicating that the server is refusing to process the request because the request entity is larger than the server is willing or able to process.
SC_REQUEST_TIMEOUT - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (408) indicating that the client did not produce a requestwithin the time that the server was prepared to wait.
SC_REQUEST_URI_TOO_LONG - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (414) indicating that the server is refusing to service the request because the Request-URI is longer than the server is willing to interpret.
SC_REQUESTED_RANGE_NOT_SATISFIABLE - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (416) indicating that the server cannot serve the requested byte range.
SC_RESET_CONTENT - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (205) indicating that the agent SHOULD reset the document view which caused the request to be sent.
SC_SEE_OTHER - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (303) indicating that the response to the request can be found under a different URI.
SC_SERVICE_UNAVAILABLE - Static variable in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Status code (503) indicating that the HTTP service is temporarily overloaded, and unable to handle the request.
SC_SERVICE_UNAVAILABLE - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (503) indicating that the HTTP server is temporarily overloaded, and unable to handle the request.
SC_SWITCHING_PROTOCOLS - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (101) indicating the server is switching protocols according to Upgrade header.
SC_UNAUTHORIZED - Static variable in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Status code (401) indicating that the request requires HTTP authentication.
SC_UNAUTHORIZED - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (401) indicating that the request requires HTTP authentication.
SC_UNSUPPORTED_MEDIA_TYPE - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (415) indicating that the server is refusing to service the request because the entity of the request is in a format not supported by the requested resource for the requested method.
SC_USE_PROXY - Static variable in interface javax.servlet.http.HttpServletResponse
Status code (305) indicating that the requested resource MUST be accessed through the proxy given by the Location field.
scanAttValue(QName, QName, boolean) - Method in class org.apache.xerces.framework.XMLDocumentScanner
Scan an attribute value
scanDecls(boolean) - Method in class org.apache.xerces.framework.XMLDTDScanner
Scan markup declarations
scanDefaultAttValue(QName, QName) - Method in class org.apache.xerces.framework.XMLDTDScanner
Scan the default value in an attribute declaration
scanDefaultAttValue(QName, QName, int, int) - Method in class org.apache.xerces.framework.XMLDTDScanner
 
scanDoctypeDecl() - Method in class org.apache.xerces.framework.XMLDTDScanner
This routine is called after the <!DOCTYPE portion of a DOCTYPE line has been called.
scanInterval - Variable in class com.lutris.appserver.server.session.StandardSessionManager
The time in seconds between scans for idle sessions to expire.
scaron - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity scaron (?).
Scaron - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity Scaron (?).
scriptLang - Variable in class org.apache.xalan.xpath.XSLTJavaClassEngine
 
scriptLang - Variable in class org.apache.xalan.xpath.ExtensionFunctionHandler
 
scriptSrc - Variable in class org.apache.xalan.xpath.XSLTJavaClassEngine
 
scriptSrc - Variable in class org.apache.xalan.xpath.ExtensionFunctionHandler
 
scriptSrcURL - Variable in class org.apache.xalan.xpath.XSLTJavaClassEngine
 
scriptSrcURL - Variable in class org.apache.xalan.xpath.ExtensionFunctionHandler
 
sdot - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity sdot (?).
search(byte[]) - Method in class com.lutris.util.BMByteSearch
Search for the previously pre-compiled pattern string in an array of bytes.
search(byte[], int, int) - Method in class com.lutris.util.BMByteSearch
Search for the previously pre-compiled pattern string in an array of bytes.
search(int) - Method in class org.apache.xalan.xpath.xml.IntStack
Returns where an object is on this stack.
sect - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity sect (§).
seeOther - Static variable in class com.lutris.http.HttpStatus
 
select() - Method in interface org.w3c.dom.html.HTMLTextAreaElement
Select the contents of the TEXTAREA .
select() - Method in interface org.w3c.dom.html.HTMLInputElement
Select the contents of the text area.
select(RDBColumn) - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
Add a field to be returned by this QueryBuilder.
selected(SelectionEvent) - Method in class org.apache.xalan.xslt.trace.PrintTraceListener
Method that is called just after the formatter listener is called.
selected(SelectionEvent) - Method in interface org.apache.xalan.xslt.trace.TraceListener
Method that is called just after the formatter listener is called.
SelectionEvent - class org.apache.xalan.xslt.trace.SelectionEvent.
Event triggered by selection of a node in the style stree.
SelectionEvent(XSLTEngineImpl, Node, ElemTemplateElement, String, XPath, XObject) - Constructor for class org.apache.xalan.xslt.trace.SelectionEvent
Create an event originating at the given node of the style tree.
selectNode(Node) - Method in interface org.w3c.dom.range.Range
Select a node and its contents
selectNodeContents(Node) - Method in interface org.w3c.dom.range.Range
Select the contents within a node
sendCookieForNewSession - Variable in class com.lutris.appserver.server.StandardApplication
Determines if a cookie with the session id is sent to the client.
sendError(int) - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Sends an error response to the client using the specified status code and a default message.
sendError(int) - Method in interface javax.servlet.http.HttpServletResponse
Sends an error response to the client using the specified status.
sendError(int, String) - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Sends an error response to the client using the specified status code and descriptive message.
sendError(int, String) - Method in interface javax.servlet.http.HttpServletResponse
Sends an error response to the client using the specified status code and descriptive message.
sendRedirect(String) - Method in interface javax.servlet.http.HttpServletResponse
Sends a temporary redirect response to the client using the specified redirect location URL.
serialize(Document) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Serializes the DOM document using the previously specified writer and output format.
serialize(Document) - Method in interface org.apache.xml.serialize.DOMSerializer
Serializes the DOM document.
serialize(DocumentFragment) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Serializes the DOM document fragmnt using the previously specified writer and output format.
serialize(DocumentFragment) - Method in interface org.apache.xml.serialize.DOMSerializer
Serializes the DOM document fragment.
serialize(Element) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Serializes the DOM element using the previously specified writer and output format.
serialize(Element) - Method in interface org.apache.xml.serialize.DOMSerializer
Serialized the DOM element.
serializeElement(Element) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Called to serializee the DOM element.
serializeElement(Element) - Method in class org.apache.xml.serialize.XMLSerializer
Called to serialize a DOM element.
serializeElement(Element) - Method in class org.apache.xml.serialize.TextSerializer
Called to serialize a DOM element.
serializeElement(Element) - Method in class org.apache.xml.serialize.HTMLSerializer
Called to serialize a DOM element.
serializeNode(Node) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Serialize the DOM node.
serializeNode(Node) - Method in class org.apache.xml.serialize.TextSerializer
Serialize the DOM node.
serializePreRoot() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Comments and PIs cannot be serialized before the root element, because the root element serializes the document type, which generally comes first.
Serializer - interface org.apache.xml.serialize.Serializer.
Interface for a DOM serializer implementation, factory for DOM and SAX serializers, and static methods for serializing DOM documents.
SerializerFactory - class org.apache.xml.serialize.SerializerFactory.
 
SerializerFactory() - Constructor for class org.apache.xml.serialize.SerializerFactory
 
ServerPageRedirectException - error com.lutris.appserver.server.httpPresentation.ServerPageRedirectException.
Exception used to signal a page redirection internal to server.
ServerPageRedirectException(String) - Constructor for class com.lutris.appserver.server.httpPresentation.ServerPageRedirectException
Constructor a server redirection exception.
service(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Receives standard HTTP requests from the public service method and dispatches them to the doXXX methods defined in this class.
service(ServletRequest, ServletResponse) - Method in interface javax.servlet.Servlet
Called by the servlet container to allow the servlet to respond to a request.
service(ServletRequest, ServletResponse) - Method in class javax.servlet.GenericServlet
Called by the servlet container to allow the servlet to respond to a request.
service(ServletRequest, ServletResponse) - Method in class javax.servlet.http.HttpServlet
Dispatches client requests to the protected service method.
serviceUnavailable - Static variable in class com.lutris.http.HttpStatus
 
Servlet - interface javax.servlet.Servlet.
Defines methods that all servlets must implement.
ServletConfig - interface javax.servlet.ServletConfig.
A servlet configuration object used by a servlet container used to pass information to a servlet during initialization.
ServletContext - interface javax.servlet.ServletContext.
Defines a set of methods that a servlet uses to communicate with its servlet container, for example, to get the MIME type of a file, dispatch requests, or write to a log file.
ServletException - exception javax.servlet.ServletException.
Defines a general exception a servlet can throw when it encounters difficulty.
ServletException() - Constructor for class javax.servlet.ServletException
Constructs a new servlet exception.
ServletException(String) - Constructor for class javax.servlet.ServletException
Constructs a new servlet exception with the specified message.
ServletException(String, Throwable) - Constructor for class javax.servlet.ServletException
Constructs a new servlet exception when the servlet needs to throw an exception and include a message about the "root cause" exception that interfered with its normal operation, including a description message.
ServletException(Throwable) - Constructor for class javax.servlet.ServletException
Constructs a new servlet exception when the servlet needs to throw an exception and include a message about the "root cause" exception that interfered with its normal operation.
ServletInputStream - class javax.servlet.ServletInputStream.
Provides an input stream for reading binary data from a client request, including an efficient readLine method for reading data one line at a time.
ServletInputStream() - Constructor for class javax.servlet.ServletInputStream
Does nothing, because this is an abstract class.
ServletOutputStream - class javax.servlet.ServletOutputStream.
Provides an output stream for sending binary data to the client.
ServletOutputStream() - Constructor for class javax.servlet.ServletOutputStream
Does nothing, because this is an abstract class.
ServletRequest - interface javax.servlet.ServletRequest.
Defines an object to provide client request information to a servlet.
servletRequestPreprocessor(Servlet, ServletContext, HttpServletRequest, HttpServletResponse) - Method in interface com.lutris.appserver.server.Application
This preprocessor hook is called before the request/response pair is processed by the HttpPresentationServlet.
servletRequestPreprocessor(Servlet, ServletContext, HttpServletRequest, HttpServletResponse) - Method in class com.lutris.appserver.server.StandardApplication
This is a hook that allows applications to act on requests before they enter the Enhydra framework.
servletRequestPreprocessor(Servlet, ServletContext, HttpServletRequest, HttpServletResponse) - Method in class com.lutris.appserver.server.httpPresentation.HttpPresentationManager
This is an internal use only hook, see the description in Application.java.
ServletResponse - interface javax.servlet.ServletResponse.
Defines an object to assist a servlet in sending a response to the client.
session - Variable in class com.lutris.appserver.server.httpPresentation.HttpPresentationComms
Session object that this presentation is associated with.
session - Variable in class com.lutris.appserver.server.jolt.joltpo.JoltPage
Session object that this presentation is associated with.
Session - interface com.lutris.appserver.server.session.Session.
Defines the interface for the Session object expected by the SessionManager..
SESSION - Static variable in class javax.servlet.jsp.PageContext
name used to store HttpSession in PageContext name table
SESSION_ACTIVE - Static variable in class com.lutris.appserver.server.session.StandardSessionManager
Indicates that a sesson is still active.
SESSION_EXPLICT_DELETE - Static variable in class com.lutris.appserver.server.session.StandardSessionManager
Indicates that a sesson was explictly deleted.
SESSION_IDLE_EXPIRE - Static variable in class com.lutris.appserver.server.session.StandardSessionManager
Indicates that a sesson was deleted due to idle time being exceeded.
SESSION_MAX_TIME - Static variable in class com.lutris.appserver.server.session.StandardSessionManager
Indicates that a sesson was deleted due to max time being exceeded.
SESSION_SCOPE - Static variable in class javax.servlet.jsp.PageContext
session scope (only valid if this page participates in a session): the named reference remains available from the HttpSession (if any) associated with the Servlet until the HttpSession is invalidated.
sessionData - Variable in class com.lutris.appserver.server.httpPresentation.HttpPresentationComms
Session data object.
SessionData - class com.lutris.appserver.server.session.SessionData.
Per-session application data.
SessionData() - Constructor for class com.lutris.appserver.server.session.SessionData
 
sessionDeleted(Session, int) - Method in class com.lutris.appserver.server.session.StandardSessionManager
Method called when a session is deleted.
SessionException - exception com.lutris.appserver.server.session.SessionException.
 
SessionException(String) - Constructor for class com.lutris.appserver.server.session.SessionException
 
SessionException(String, Throwable) - Constructor for class com.lutris.appserver.server.session.SessionException
 
SessionException(Throwable) - Constructor for class com.lutris.appserver.server.session.SessionException
 
sessionExists(String) - Method in interface com.lutris.appserver.server.session.SessionManager
Returns whether the Session object associated with the specified session key exists.
sessionExists(String) - Method in class com.lutris.appserver.server.session.StandardSessionManager
Returns whether the Session object associated with the specified session key exists.
sessionManager - Variable in class com.lutris.appserver.server.StandardApplication
Session manager for all application sessions.
SessionManager - interface com.lutris.appserver.server.session.SessionManager.
The session management object interface.
set(int) - Method in class gnu.regexp.RESyntax
Set a given bit in this syntax.
set(String, Object) - Method in class com.lutris.util.KeywordValueTable
Set the value of a field.
setAbbr(String) - Method in interface org.w3c.dom.html.HTMLTableCellElement
 
setAccept(String) - Method in interface org.w3c.dom.html.HTMLInputElement
 
setAcceptCharset(String) - Method in interface org.enhydra.wireless.wml.dom.WMLGoElement
 
setAcceptCharset(String) - Method in interface org.w3c.dom.html.HTMLFormElement
 
setAcceptLanguage(String) - Method in class org.apache.xalan.xpath.xml.XMLParserLiaisonDefault
Set language variant that should be used, passed from servlet HTTP header.
setAcceptLanguage(String) - Method in interface org.apache.xalan.xpath.xml.XMLParserLiaison
Set language variant that should be used, passed from servlet HTTP header.
setAccessKey(String) - Method in interface org.w3c.dom.html.HTMLLabelElement
 
setAccessKey(String) - Method in interface org.w3c.dom.html.HTMLButtonElement
 
setAccessKey(String) - Method in interface org.w3c.dom.html.HTMLTextAreaElement
 
setAccessKey(String) - Method in interface org.w3c.dom.html.HTMLInputElement
 
setAccessKey(String) - Method in interface org.w3c.dom.html.HTMLAreaElement
 
setAccessKey(String) - Method in interface org.w3c.dom.html.HTMLLegendElement
 
setAccessKey(String) - Method in interface org.w3c.dom.html.HTMLAnchorElement
 
setAction(String) - Method in interface org.w3c.dom.html.HTMLFormElement
 
setAlign(String) - Method in interface org.enhydra.wireless.wml.dom.WMLTableElement
'align' set the align of the table (Section 11.8.5, WAP WML Version 16-Jun-1999)
setAlign(String) - Method in interface org.enhydra.wireless.wml.dom.WMLPElement
'align' specifies the align of teh paragraph The legal values are 'left,' 'center,' and 'right' (Section 11.8.3, WAP WML Version 16-Jun-1999)
setAlign(String) - Method in interface org.enhydra.wireless.wml.dom.WMLImgElement
'align' specifies the alignment of the image within the text flow.
setAlign(String) - Method in interface org.w3c.dom.html.HTMLTableSectionElement
 
setAlign(String) - Method in interface org.w3c.dom.html.HTMLParagraphElement
 
setAlign(String) - Method in interface org.w3c.dom.html.HTMLImageElement
 
setAlign(String) - Method in interface org.w3c.dom.html.HTMLDivElement
 
setAlign(String) - Method in interface org.w3c.dom.html.HTMLHeadingElement
 
setAlign(String) - Method in interface org.w3c.dom.html.HTMLTableElement
 
setAlign(String) - Method in interface org.w3c.dom.html.HTMLTableCaptionElement
 
setAlign(String) - Method in interface org.w3c.dom.html.HTMLInputElement
 
setAlign(String) - Method in interface org.w3c.dom.html.HTMLTableColElement
 
setAlign(String) - Method in interface org.w3c.dom.html.HTMLLegendElement
 
setAlign(String) - Method in interface org.w3c.dom.html.HTMLTableCellElement
 
setAlign(String) - Method in interface org.w3c.dom.html.HTMLAppletElement
 
setAlign(String) - Method in interface org.w3c.dom.html.HTMLHRElement
 
setAlign(String) - Method in interface org.w3c.dom.html.HTMLTableRowElement
 
setAlign(String) - Method in interface org.w3c.dom.html.HTMLIFrameElement
 
setAlign(String) - Method in interface org.w3c.dom.html.HTMLObjectElement
 
setALink(String) - Method in interface org.w3c.dom.html.HTMLBodyElement
 
setAllowJavaEncodings(boolean) - Method in class org.apache.xerces.framework.XMLParser
Allows the use of Java encoding names in the XMLDecl and TextDecl lines in an XML document.
setAlt(String) - Method in interface org.enhydra.wireless.wml.dom.WMLImgElement
'alt' specifies an alternative text for the image (Section 11.9, WAP WML Version 16-Jun-1999)
setAlt(String) - Method in interface org.w3c.dom.html.HTMLImageElement
 
setAlt(String) - Method in interface org.w3c.dom.html.HTMLInputElement
 
setAlt(String) - Method in interface org.w3c.dom.html.HTMLAreaElement
 
setAlt(String) - Method in interface org.w3c.dom.html.HTMLAppletElement
 
setArchive(String) - Method in interface org.w3c.dom.html.HTMLAppletElement
 
setArchive(String) - Method in interface org.w3c.dom.html.HTMLObjectElement
 
setAttribute(int, String, String, String, String, String) - Method in class org.xml.sax.helpers.AttributesImpl
Set an attribute in the list.
setAttribute(String, Object) - Method in interface javax.servlet.ServletContext
Binds an object to a given attribute name in this servlet context.
setAttribute(String, Object) - Method in interface javax.servlet.ServletRequest
Stores an attribute in this request.
setAttribute(String, Object) - Method in interface javax.servlet.http.HttpSession
Binds an object to this session, using the name specified.
setAttribute(String, Object) - Method in class javax.servlet.jsp.PageContext
register the name and object specified with page scope semantics
setAttribute(String, Object) - Method in class javax.servlet.jsp.tagext.TagData
Set the value of this attribute to be
setAttribute(String, Object, int) - Method in class javax.servlet.jsp.PageContext
register the name and object specified with appropriate scope semantics
setAttribute(String, String) - Method in class org.apache.xalan.xpath.dtm.DTMProxy
 
setAttribute(String, String) - Method in class org.apache.xalan.xslt.UnImplNode
Unimplemented.
setAttribute(String, String) - Method in interface org.w3c.dom.Element
Adds a new attribute.
setAttributeList(AttributeList) - Method in class org.apache.xalan.xpath.xml.MutableAttrListImpl
Set the attribute list, discarding previous contents.
setAttributeList(AttributeList) - Method in class org.xml.sax.helpers.AttributeListImpl
Deprecated. Set the attribute list, discarding previous contents.
setAttributeNode(Attr) - Method in class org.apache.xalan.xpath.dtm.DTMProxy
 
setAttributeNode(Attr) - Method in class org.apache.xalan.xslt.UnImplNode
Unimplemented.
setAttributeNode(Attr) - Method in interface org.w3c.dom.Element
Adds a new attribute node.
setAttributeNodeNS(Attr) - Method in class org.apache.xalan.xpath.dtm.DTMProxy
 
setAttributeNodeNS(Attr) - Method in class org.apache.xalan.xslt.UnImplNode
Unimplemented.
setAttributeNodeNS(Attr) - Method in interface org.w3c.dom.Element
Adds a new attribute.
setAttributeNS(String, String, String) - Method in class org.apache.xalan.xpath.dtm.DTMProxy
 
setAttributeNS(String, String, String) - Method in class org.apache.xalan.xslt.UnImplNode
Unimplemented.
setAttributeNS(String, String, String) - Method in interface org.w3c.dom.Element
Adds a new attribute.
setAttributes(Attributes) - Method in class org.xml.sax.helpers.AttributesImpl
Copy an entire Attributes object.
setAttributeSets(Vector) - Method in class org.apache.xalan.xslt.Stylesheet
Get table of attribute sets, keyed by set name.
setAttrURI(int, int) - Method in class org.apache.xerces.framework.XMLAttrList
Sets the uri of the attribute.
setAttType(int, int) - Method in class org.apache.xerces.framework.XMLAttrList
Sets the type of the attribute.
setAutoCommit(boolean) - Method in interface com.lutris.appserver.server.sql.DBConnection
Autocommit on/off.
setAutoCommit(boolean) - Method in class com.lutris.appserver.server.sql.standard.StandardDBConnection
Autocommit on/off.
setAxis(String) - Method in interface org.w3c.dom.html.HTMLTableCellElement
 
setBackground(String) - Method in interface org.w3c.dom.html.HTMLBodyElement
 
setBackgroundColor(String) - Method in class com.lutris.html.HtmlTableCell
 
setBackgroundColor(String) - Method in class com.lutris.html.HtmlTable
 
setBackgroundColor(String) - Method in class com.lutris.html.HtmlTableRow
 
setBaseIdentifier(String) - Method in class org.apache.xalan.xslt.Stylesheet
Get the base identifier with which this stylesheet is associated.
setBgColor(String) - Method in interface org.w3c.dom.html.HTMLTableElement
 
setBgColor(String) - Method in interface org.w3c.dom.html.HTMLTableCellElement
 
setBgColor(String) - Method in interface org.w3c.dom.html.HTMLBodyElement
 
setBgColor(String) - Method in interface org.w3c.dom.html.HTMLTableRowElement
 
setBody(HTMLElement) - Method in class org.enhydra.xml.xmlc.html.HTMLObjectImpl
 
setBody(HTMLElement) - Method in interface org.w3c.dom.html.HTMLDocument
 
setBodyContent(BodyContent) - Method in interface javax.servlet.jsp.tagext.BodyTag
Setter method for the bodyContent property.
setBodyContent(BodyContent) - Method in class javax.servlet.jsp.tagext.BodyTagSupport
Prepare for evaluation of the body It will be invoked at most once per action invocation.
setBorder(String) - Method in interface org.w3c.dom.html.HTMLImageElement
 
setBorder(String) - Method in interface org.w3c.dom.html.HTMLTableElement
 
setBorder(String) - Method in interface org.w3c.dom.html.HTMLObjectElement
 
setBorderWidth(int) - Method in class com.lutris.html.HtmlTable
 
setBufferSize(int) - Method in interface javax.servlet.ServletResponse
Sets the preferred buffer size for the body of the response.
setByteStream(InputStream) - Method in class org.enhydra.xml.io.ClosingInputSource
Set the byte stream, copying it to a buffer.
setByteStream(InputStream) - Method in class org.xml.sax.InputSource
Set the byte stream for this input source.
setByteStream(OutputStream) - Method in class org.apache.xalan.xslt.XSLTResultTarget
Set the byte stream to contain the transformation result.
setCallback(NodeCallback, Object) - Method in class org.apache.xalan.xpath.XPathSupportDefault
Set a callback that may be called by XPath as nodes are located.
setCallback(NodeCallback, Object) - Method in class org.apache.xalan.xpath.xml.XMLParserLiaisonDefault
Set a callback that may be called by XPath as nodes are located.
setCaption(HTMLTableCaptionElement) - Method in interface org.w3c.dom.html.HTMLTableElement
 
setCaption(String) - Method in class com.lutris.html.HtmlTable
 
setCDataElements(String[]) - Method in class org.apache.xml.serialize.OutputFormat
Sets the list of elements for which text node children should be output as CDATA.
setCellPadding(int) - Method in class com.lutris.html.HtmlTable
 
setCellPadding(String) - Method in interface org.w3c.dom.html.HTMLTableElement
 
setCellSpacing(int) - Method in class com.lutris.html.HtmlTable
 
setCellSpacing(String) - Method in interface org.w3c.dom.html.HTMLTableElement
 
setCh(String) - Method in interface org.w3c.dom.html.HTMLTableSectionElement
 
setCh(String) - Method in interface org.w3c.dom.html.HTMLTableColElement
 
setCh(String) - Method in interface org.w3c.dom.html.HTMLTableCellElement
 
setCh(String) - Method in interface org.w3c.dom.html.HTMLTableRowElement
 
setCharacterStream(Reader) - Method in class org.enhydra.xml.io.ClosingInputSource
Set the character stream, copying it to a buffer.
setCharacterStream(Reader) - Method in class org.xml.sax.InputSource
Set the character stream for this input source.
setCharacterStream(Writer) - Method in class org.apache.xalan.xslt.XSLTResultTarget
Set the character stream for this output target.
setCharset(String) - Method in interface org.w3c.dom.html.HTMLLinkElement
 
setCharset(String) - Method in interface org.w3c.dom.html.HTMLScriptElement
 
setCharset(String) - Method in interface org.w3c.dom.html.HTMLAnchorElement
 
setChecked(boolean) - Method in interface org.w3c.dom.html.HTMLInputElement
 
setChildrenExpanded() - Method in interface org.enhydra.xml.lazydom.LazyParent
Flag the children as being expanded.
setChildrenExpanded() - Method in class org.enhydra.xml.lazydom.LazyEntity
 
setChildrenExpanded() - Method in class org.enhydra.xml.lazydom.LazyEntityReference
 
setChildrenExpanded() - Method in class org.enhydra.xml.lazydom.LazyDocument
 
setChOff(String) - Method in interface org.w3c.dom.html.HTMLTableSectionElement
 
setChOff(String) - Method in interface org.w3c.dom.html.HTMLTableColElement
 
setChOff(String) - Method in interface org.w3c.dom.html.HTMLTableCellElement
 
setChOff(String) - Method in interface org.w3c.dom.html.HTMLTableRowElement
 
setCite(String) - Method in interface org.w3c.dom.html.HTMLQuoteElement
 
setCite(String) - Method in interface org.w3c.dom.html.HTMLModElement
 
setClassName(String) - Method in interface org.enhydra.wireless.wml.dom.WMLElement
The 'class' attribute of a element that affiliates an elements with one or more elements.
setClassName(String) - Method in interface org.w3c.dom.html.HTMLElement
 
setClassPath(File) - Method in class com.lutris.classloader.MultiClassLoader
Sets class loader with specified class path.
setClassPath(File[]) - Method in class com.lutris.classloader.MultiClassLoader
Sets class loader with specified class path.
setClassPath(String) - Method in class com.lutris.classloader.MultiClassLoader
Sets class loader with specified class path.
setClassPath(String[]) - Method in class com.lutris.classloader.MultiClassLoader
Sets class loader with specified class path.
setClassPath(URL) - Method in class com.lutris.classloader.MultiClassLoader
Sets class loader with specified class path.
setClassPath(URL[]) - Method in class com.lutris.classloader.MultiClassLoader
Sets class loader with specified class path.
setClear(String) - Method in interface org.w3c.dom.html.HTMLBRElement
 
setCode(String) - Method in interface org.w3c.dom.html.HTMLAppletElement
 
setCode(String) - Method in interface org.w3c.dom.html.HTMLObjectElement
 
setCodeBase(String) - Method in interface org.w3c.dom.html.HTMLAppletElement
 
setCodeBase(String) - Method in interface org.w3c.dom.html.HTMLObjectElement
 
setCodeType(String) - Method in interface org.w3c.dom.html.HTMLObjectElement
 
setColor(String) - Method in interface org.w3c.dom.html.HTMLBaseFontElement
 
setColor(String) - Method in interface org.w3c.dom.html.HTMLFontElement
 
setCols(int) - Method in interface org.w3c.dom.html.HTMLTextAreaElement
 
setCols(String) - Method in interface org.w3c.dom.html.HTMLFrameSetElement
 
setColSpan(int) - Method in class com.lutris.html.HtmlTableCell
 
setColSpan(int) - Method in class com.lutris.html.HtmlTableRow
 
setColSpan(int) - Method in interface org.w3c.dom.html.HTMLTableCellElement
 
setColumnNumber(int) - Method in class org.xml.sax.helpers.LocatorImpl
Set the column number for this locator (1-based).
setColumns(int) - Method in interface org.enhydra.wireless.wml.dom.WMLTableElement
'columns' specifies the number of columns (Section 11.8.5, WAP WML Version 16-Jun-1999)
setComment(String) - Method in class javax.servlet.http.Cookie
Specifies a comment that describes a cookie's purpose.
setCompact(boolean) - Method in interface org.w3c.dom.html.HTMLMenuElement
 
setCompact(boolean) - Method in interface org.w3c.dom.html.HTMLUListElement
 
setCompact(boolean) - Method in interface org.w3c.dom.html.HTMLOListElement
 
setCompact(boolean) - Method in interface org.w3c.dom.html.HTMLDirectoryElement
 
setCompact(boolean) - Method in interface org.w3c.dom.html.HTMLDListElement
 
setContent(String) - Method in interface org.enhydra.wireless.wml.dom.WMLMetaElement
'content' attribute specifies the property value
setContent(String) - Method in interface org.w3c.dom.html.HTMLMetaElement
 
setContentHandler(ContentHandler) - Method in class org.apache.xerces.parsers.SAXParser
Allow an application to register a content event handler.
setContentHandler(ContentHandler) - Method in interface org.xml.sax.XMLReader
Allow an application to register a content event handler.
setContentHandler(ContentHandler) - Method in class org.xml.sax.helpers.XMLFilterImpl
Set the content event handler.
setContentHandler(ContentHandler) - Method in class org.xml.sax.helpers.ParserAdapter
Set the content handler.
setContentLength(int) - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Sets the content length for this response.
setContentLength(int) - Method in interface javax.servlet.ServletResponse
Sets the length of the content body in the response In HTTP servlets, this method sets the HTTP Content-Length header.
setContentType(String) - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Sets the content type for this response.
setContentType(String) - Method in interface javax.servlet.ServletResponse
Sets the content type of the response being sent to the client.
setContextNodePosition(int) - Method in interface org.apache.xalan.xpath.XPathSupport
Set the current context node position.
setContextNodePosition(int) - Method in class org.apache.xalan.xpath.XPathSupportDefault
Set the current context node position.
setContinueAfterFatalError(boolean) - Method in class org.apache.xerces.framework.XMLParser
Allows the parser to continue after a fatal error.
setCookie(String) - Method in class org.enhydra.xml.xmlc.html.HTMLObjectImpl
 
setCookie(String) - Method in interface org.w3c.dom.html.HTMLDocument
 
setCookieForNewSession(boolean) - Method in class com.lutris.appserver.server.StandardApplication
Tells the application if a cookie is used to bind new sessions to a client.
setCoords(String) - Method in interface org.w3c.dom.html.HTMLAreaElement
 
setCoords(String) - Method in interface org.w3c.dom.html.HTMLAnchorElement
 
setCreateEntityReferenceNodes(boolean) - Method in class org.apache.xalan.xpath.dtm.DTM
This feature determines whether entity references within the document are included in the document tree as EntityReference nodes.
setCreateEntityReferenceNodes(boolean) - Method in class org.apache.xerces.parsers.DOMParser
This feature determines whether entity references within the document are included in the document tree as EntityReference nodes.
setCurrentNode(Node) - Method in interface org.apache.xalan.xpath.XPathSupport
Set the current context node.
setCurrentNode(Node) - Method in class org.apache.xalan.xpath.XPathSupportDefault
Set the current context node.
setCurrentNode(Node) - Method in interface org.w3c.dom.traversal.TreeWalker
 
setData(String) - Method in class org.apache.xalan.xpath.dtm.DTMProxy
 
setData(String) - Method in interface org.w3c.dom.ProcessingInstruction
 
setData(String) - Method in interface org.w3c.dom.CharacterData
 
setData(String) - Method in interface org.w3c.dom.html.HTMLObjectElement
 
setDatabaseVendor(String) - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
 
setDateHeader(String, long) - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Adds a field to the response header with a given name and date-valued field.
setDateHeader(String, long) - Method in class com.lutris.appserver.server.jolt.joltpo.JoltResponse
Adds a field to the response header with a given name and date-valued field.
setDateHeader(String, long) - Method in interface javax.servlet.http.HttpServletResponse
Sets a response header with the given name and date-value.
setDateTime(String) - Method in interface org.w3c.dom.html.HTMLModElement
 
setDebugLogging(boolean) - Method in class com.lutris.appserver.server.sql.StandardDatabaseManager
Turn debugging on or off.
setDebugWriter(PrintWriter) - Method in class org.enhydra.xml.io.XMLEntityResolver
Set a writer used to output debug messages.
setDebugWriter(PrintWriter) - Method in class org.enhydra.xml.xmlc.StreamXMLCLogger
 
setDecimalFormatDeclarations(Stack) - Method in class org.apache.xalan.xslt.Stylesheet
Set table of tables of element decimal-format.
setDeclare(boolean) - Method in interface org.w3c.dom.html.HTMLObjectElement
 
setDeclHandler(DeclHandler) - Method in class org.apache.xerces.parsers.SAXParser
Set the DTD declaration event handler.
setDefault(String, Object) - Method in class com.lutris.util.KeywordValueTable
Sets a default value for a keyword.
setDefaultChecked(boolean) - Method in interface org.w3c.dom.html.HTMLInputElement
 
setDefaultDatabase(String) - Method in class com.lutris.appserver.server.sql.StandardDatabaseManager
Set the default logical database.
setDefaultDatabase(String) - Method in interface com.lutris.appserver.server.sql.DatabaseManager
Set the default logical database.
setDefaultFactory(JspFactory) - Static method in class javax.servlet.jsp.JspFactory
set the default factory for this implementation.
setDefaultResolving() - Method in class org.enhydra.xml.io.XMLEntityResolver
Load the default entity catalog and enable loading entities the classloader for the classloader that loaded this class.
setDefaultSelected(boolean) - Method in interface org.w3c.dom.html.HTMLOptionElement
 
setDefaultSpace(boolean) - Method in class org.apache.xalan.xslt.Stylesheet
Set if this stylesheet has the default space handling turned off or on according to the xml:space attribute.
setDefaultValue(String) - Method in interface org.w3c.dom.html.HTMLTextAreaElement
 
setDefaultValue(String) - Method in interface org.w3c.dom.html.HTMLInputElement
 
setDefer(boolean) - Method in interface org.w3c.dom.html.HTMLScriptElement
 
setDeferNodeExpansion(boolean) - Method in class org.apache.xerces.parsers.DOMParser
This method sets whether the expansion of the nodes in the default DOM implementation are deferred.
setDelegate(XMLObject) - Method in interface org.enhydra.xml.xmlc.XMLObject
Set the delegate object.
setDelegate(XMLObject) - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
setDiagnosticsOutput(OutputStream) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
If this is set, diagnostics will be written to the m_diagnosticsPrintWriter stream.
setDiagnosticsOutput(OutputStream) - Method in interface org.apache.xalan.xslt.XSLTProcessor
If set, diagnostics will be written to the m_diagnosticsPrintWriter stream.
setDiagnosticsOutput(PrintWriter) - Method in class org.apache.xalan.xpath.xml.ProblemListenerDefault
Set where diagnostics will be written.
setDiagnosticsOutput(PrintWriter) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
If this is set, diagnostics will be written to the m_diagnosticsPrintWriter stream.
setDiagnosticsOutput(PrintWriter) - Method in interface org.apache.xalan.xslt.XSLTProcessor
If set, diagnostics will be written to the m_diagnosticsPrintWriter stream.
setDir(String) - Method in interface org.w3c.dom.html.HTMLElement
 
setDisabled(boolean) - Method in interface org.w3c.dom.html.HTMLButtonElement
 
setDisabled(boolean) - Method in interface org.w3c.dom.html.HTMLOptGroupElement
 
setDisabled(boolean) - Method in interface org.w3c.dom.html.HTMLTextAreaElement
 
setDisabled(boolean) - Method in interface org.w3c.dom.html.HTMLStyleElement
 
setDisabled(boolean) - Method in interface org.w3c.dom.html.HTMLInputElement
 
setDisabled(boolean) - Method in interface org.w3c.dom.html.HTMLLinkElement
 
setDisabled(boolean) - Method in interface org.w3c.dom.html.HTMLOptionElement
 
setDisabled(boolean) - Method in interface org.w3c.dom.html.HTMLSelectElement
 
setDoctype(String, String) - Method in class org.apache.xml.serialize.OutputFormat
Sets the document type public and system identifiers.
setDocument(Document, String, String) - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
Set the DOM document associated with this object and optional encoding.
setDocumentClassName(String) - Method in class org.apache.xerces.parsers.DOMParser
This method allows the programmer to decide which document factory to use when constructing the DOM tree.
setDocumentClassName(String) - Method in class org.enhydra.xml.io.DOMParser
Set the document class for the document to construct.
setDocumentHandler(DocumentHandler) - Method in class org.apache.xalan.xpath.xml.XMLParserLiaisonDefault
Allow an application to register a document event handler.
setDocumentHandler(DocumentHandler) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Set the current DocumentHandler.
setDocumentHandler(DocumentHandler) - Method in interface org.apache.xalan.xslt.XSLTProcessor
Set the current SAX DocumentHandler (the same object as the FormatterListener).
setDocumentHandler(DocumentHandler) - Method in class org.apache.xalan.xslt.XSLTResultTarget
Set a SAX DocumentHandler to process the result tree events.
setDocumentHandler(DocumentHandler) - Method in class org.apache.xerces.parsers.SAXParser
Sets the document handler.
setDocumentHandler(DocumentHandler) - Method in interface org.xml.sax.Parser
Deprecated. Allow an application to register a document event handler.
setDocumentHandler(DocumentHandler) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Register the SAX1 document event handler.
setDocumentLocator(Locator) - Method in class org.apache.xalan.xpath.xml.FormatterToXML
Receive an object for locating the origin of SAX document events.
setDocumentLocator(Locator) - Method in class org.apache.xalan.xpath.xml.FormatterToText
Receive an object for locating the origin of SAX document events.
setDocumentLocator(Locator) - Method in class org.apache.xalan.xpath.xml.FormatterToDOM
Receive an object for locating the origin of SAX document events.
setDocumentLocator(Locator) - Method in class org.apache.xalan.xslt.StylesheetHandler
Receive an object for locating the origin of SAX document events.
setDocumentLocator(Locator) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Implement the setDocumentLocator event.
setDocumentLocator(Locator) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
setDocumentLocator(Locator) - Method in interface org.xml.sax.ContentHandler
Receive an object for locating the origin of SAX document events.
setDocumentLocator(Locator) - Method in class org.xml.sax.HandlerBase
Deprecated. Receive a Locator object for document events.
setDocumentLocator(Locator) - Method in interface org.xml.sax.DocumentHandler
Deprecated. Receive an object for locating the origin of SAX document events.
setDocumentLocator(Locator) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Set a document locator.
setDocumentLocator(Locator) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter a new document locator event.
setDocumentLocator(Locator) - Method in class org.xml.sax.helpers.DefaultHandler
Receive a Locator object for document events.
setDocumentLocator(Locator) - Method in class org.xml.sax.helpers.ParserAdapter
Adapt a SAX1 document locator event.
setDocumentURL(String) - Method in class org.apache.xalan.xslt.client.XSLTProcessorApplet
Set the URL to the XML document that will be transformed with the XSL stylesheet.
setDomain(String) - Method in class javax.servlet.http.Cookie
Specifies the domain within which this cookie should be presented.
setDomain(String) - Method in interface org.enhydra.wireless.wml.dom.WMLAccessElement
A deck's domain and path attributes specify which deck may access it.
setDOMFactory(Document) - Method in class org.apache.xalan.xpath.XPathSupportDefault
Get the factory object required to create DOM nodes in the result tree.
setDOMFactory(Document) - Method in interface org.apache.xalan.xpath.XPathEnvSupport
Get the factory object required to create DOM nodes in the result tree.
setDOMFactory(Document) - Method in class org.apache.xalan.xpath.xml.XMLParserLiaisonDefault
Get the factory object required to create DOM nodes in the result tree.
setDOMFactory(Document) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Set a DOM document factory, primarily for creating result tree fragments.
setDropHtmlSpanIds(boolean) - Method in class org.enhydra.xml.io.OutputOptions
Set the drop HTML SPAN element ids flag.
setDTDHandler(DTDHandler) - Method in class org.apache.xalan.xpath.xml.XMLParserLiaisonDefault
Allow an application to register a DTD event handler.
setDTDHandler(DTDHandler) - Method in class org.apache.xerces.parsers.SAXParser
Allow an application to register a DTD event handler.
setDTDHandler(DTDHandler) - Method in interface org.xml.sax.Parser
Deprecated. Allow an application to register a DTD event handler.
setDTDHandler(DTDHandler) - Method in interface org.xml.sax.XMLReader
Allow an application to register a DTD event handler.
setDTDHandler(DTDHandler) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Register the DTD event handler.
setDTDHandler(DTDHandler) - Method in class org.xml.sax.helpers.XMLFilterImpl
Set the DTD event handler.
setDTDHandler(DTDHandler) - Method in class org.xml.sax.helpers.ParserAdapter
Set the DTD handler.
setDTDHandler(XMLDocumentHandler.DTDHandler) - Method in class org.apache.xerces.framework.XMLDTDScanner
Set the DTD handler.
setDTDHandler(XMLDocumentHandler.DTDHandler) - Method in class org.apache.xerces.framework.XMLDocumentScanner
Set the DTD handler.
setElementAt(int, int) - Method in class org.apache.xalan.xpath.xml.IntVector
Sets the component at the specified index of this vector to be the specified object.
setElementAt(Node, int) - Method in class org.apache.xalan.xpath.xml.NodeVector
Sets the component at the specified index of this vector to be the specified object.
setElements(String) - Method in class org.apache.xalan.xpath.ExtensionFunctionHandler
Set element local parts of extension NS.
setElements(String) - Method in class org.apache.xalan.xslt.ExtensionNSHandler
Set element local parts of extension NS.
setEmptyOk(boolean) - Method in interface org.enhydra.wireless.wml.dom.WMLInputElement
'emptyok' specifies whether a empty input is allowed when a non-empty 'format' is specified.
setEncoding(String) - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Set the output character encoding.
setEncoding(String) - Method in class com.lutris.appserver.server.jolt.joltpo.JoltResponse
Set the output character encoding.
setEncoding(String) - Method in class org.apache.xalan.xslt.XSLTResultTarget
Set the character encoding, if known.
setEncoding(String) - Method in class org.apache.xml.serialize.OutputFormat
Sets the encoding for this output method.
setEncoding(String) - Method in class org.enhydra.xml.xmlc.dom.XMLCDocument
 
setEncoding(String) - Method in class org.xml.sax.InputSource
Set the character encoding, if known.
setEnctype(String) - Method in interface org.w3c.dom.html.HTMLFormElement
 
setEnd(Node, int) - Method in interface org.w3c.dom.range.Range
Sets the attributes describing the end of a range.
setEndAfter(Node) - Method in interface org.w3c.dom.range.Range
Sets the end of a range to be after a node
setEndBefore(Node) - Method in interface org.w3c.dom.range.Range
Sets the end position to be before a node.
setEntityResolver(EntityResolver) - Method in class javax.xml.parsers.DocumentBuilder
Specifies the EntityResolver to be used by this DocumentBuilder.
setEntityResolver(EntityResolver) - Method in class org.apache.xalan.xpath.xml.XMLParserLiaisonDefault
Allow an application to register a custom entity resolver.
setEntityResolver(EntityResolver) - Method in class org.apache.xerces.framework.XMLParser
Sets the resolver used to resolve external entities.
setEntityResolver(EntityResolver) - Method in class org.enhydra.xml.io.DOMParser
Specify the EntityResolver to be used to resolve entities present in the XML document to be parsed.
setEntityResolver(EntityResolver) - Method in interface org.xml.sax.Parser
Deprecated. Allow an application to register a custom entity resolver.
setEntityResolver(EntityResolver) - Method in interface org.xml.sax.XMLReader
Allow an application to register an entity resolver.
setEntityResolver(EntityResolver) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Register the entity resolver.
setEntityResolver(EntityResolver) - Method in class org.xml.sax.helpers.XMLFilterImpl
Set the entity resolver.
setEntityResolver(EntityResolver) - Method in class org.xml.sax.helpers.ParserAdapter
Set the entity resolver.
setEnvSupport(XPathEnvSupport) - Method in class org.apache.xalan.xpath.xml.XMLParserLiaisonDefault
XPath environment support, which the liaison may aggregate back to in order to implement the XPathEnvSupport interface.
setEnvSupport(XPathEnvSupport) - Method in interface org.apache.xalan.xpath.xml.XMLParserLiaison
XPath environment support, which the liaison may aggregate back to in order to implement the XPathEnvSupport interface.
setErrorHandler(ErrorHandler) - Method in class javax.xml.parsers.DocumentBuilder
Specifies the ErrorHandler to be used by this DocumentBuilder.
setErrorHandler(ErrorHandler) - Method in class org.apache.xalan.xpath.xml.XMLParserLiaisonDefault
Allow an application to register an error event handler.
setErrorHandler(ErrorHandler) - Method in interface org.apache.xalan.xpath.xml.XMLParserLiaison
 
setErrorHandler(ErrorHandler) - Method in class org.apache.xerces.framework.XMLParser
Sets the error handler.
setErrorHandler(ErrorHandler) - Method in class org.enhydra.xml.io.DOMParser
Specify the ErrorHandler to be used handle parse errors.
setErrorHandler(ErrorHandler) - Method in interface org.xml.sax.Parser
Deprecated. Allow an application to register an error event handler.
setErrorHandler(ErrorHandler) - Method in interface org.xml.sax.XMLReader
Allow an application to register an error event handler.
setErrorHandler(ErrorHandler) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Register the error event handler.
setErrorHandler(ErrorHandler) - Method in class org.xml.sax.helpers.XMLFilterImpl
Set the error event handler.
setErrorHandler(ErrorHandler) - Method in class org.xml.sax.helpers.ParserAdapter
Set the error handler.
setErrorOutput(String) - Method in class org.enhydra.xml.xmlc.reloading.XMLCReloadingException
 
setErrorWriter(PrintWriter) - Method in class org.enhydra.xml.xmlc.StreamXMLCLogger
 
setEvent(String) - Method in interface org.w3c.dom.html.HTMLScriptElement
 
setEventHandler(XMLDocumentScanner.EventHandler) - Method in class org.apache.xerces.framework.XMLDocumentScanner
Set the event handler
setEventHandler(XMLDTDScanner.EventHandler) - Method in class org.apache.xerces.framework.XMLDTDScanner
Set the event handler
setExcludeResultPrefixes(StringToStringTable) - Method in class org.apache.xalan.xslt.Stylesheet
Get lookup table of exclude-result-prefixes.
setExecContext(XMLParserLiaison) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Set the execution context for XPath.
setExternalGeneralEntities(boolean) - Method in class org.apache.xerces.framework.XMLParser
Note: Currently, this parser always expands external general entities. Setting this feature to false will throw a SAXNotSupportedException.
setExternalParameterEntities(boolean) - Method in class org.apache.xerces.framework.XMLParser
Note: Currently, this parser always expands external parameter entities. Setting this feature to false will throw a SAXNotSupportedException.
setFace(String) - Method in interface org.w3c.dom.html.HTMLBaseFontElement
 
setFace(String) - Method in interface org.w3c.dom.html.HTMLFontElement
 
setFeature(String, boolean) - Method in class org.apache.xalan.xpath.dtm.DTM
Set the state of any feature in a SAX2 parser.
setFeature(String, boolean) - Method in class org.apache.xerces.framework.XMLParser
Set the state of a feature.
setFeature(String, boolean) - Method in class org.apache.xerces.parsers.DOMParser
Set the state of any feature in a SAX2 parser.
setFeature(String, boolean) - Method in class org.apache.xerces.parsers.SAXParser
Set the state of any feature in a SAX2 parser.
setFeature(String, boolean) - Method in interface org.xml.sax.XMLReader
Set the state of a feature.
setFeature(String, boolean) - Method in class org.xml.sax.helpers.XMLFilterImpl
Set the state of a feature.
setFeature(String, boolean) - Method in class org.xml.sax.helpers.ParserAdapter
Set a feature for the parser.
setFileName(String) - Method in class org.apache.xalan.xslt.XSLTResultTarget
Set the file name or URL where the transformation result will be written.
setFirstTemplate(ElemTemplateElement) - Method in class org.apache.xalan.xslt.TemplateList
Set the first template of the template children.
setFormat(OutputOptions.Format) - Method in class org.enhydra.xml.io.OutputOptions
Set the output format for the file.
setFormat(String) - Method in interface org.enhydra.wireless.wml.dom.WMLInputElement
'format' specifies the input mask for user input.
setFormatterListener(DocumentHandler) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Set the current formatter listener.
setFormatterListener(DocumentHandler) - Method in interface org.apache.xalan.xslt.XSLTProcessor
Set the FormatterListener (the SAX DocumentHandler).
setForua(boolean) - Method in interface org.enhydra.wireless.wml.dom.WMLMetaElement
Deprecated. use setForUA
setForUA(boolean) - Method in interface org.enhydra.wireless.wml.dom.WMLMetaElement
'forua' attribute specifies whether a intermediate agent should remove this meta element.
setFrame(String) - Method in class com.lutris.html.HtmlTable
 
setFrame(String) - Method in interface org.w3c.dom.html.HTMLTableElement
 
setFrameBorder(String) - Method in interface org.w3c.dom.html.HTMLFrameElement
 
setFrameBorder(String) - Method in interface org.w3c.dom.html.HTMLIFrameElement
 
setFunctions(String) - Method in class org.apache.xalan.xpath.ExtensionFunctionHandler
Set function local parts of extension NS.
setFunctions(String) - Method in class org.apache.xalan.xslt.ExtensionNSHandler
 
setGrammarResolver(GrammarResolver) - Method in class org.apache.xerces.framework.XMLDTDScanner
Sets the grammar resolver.
setGrammarResolver(GrammarResolver) - Method in class org.apache.xerces.framework.XMLDocumentScanner
Sets the grammar resolver.
setHandler(DOMTraversal.Handler) - Method in class org.enhydra.xml.dom.DOMTraversal
Set the handler.
setHeader(Object) - Method in class com.lutris.html.HtmlTable
 
setHeader(String, String) - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Adds a field to the response header with a given name and value.
setHeader(String, String) - Method in class com.lutris.appserver.server.jolt.joltpo.JoltResponse
Adds a field to the response header with a given name and value.
setHeader(String, String) - Method in interface javax.servlet.http.HttpServletResponse
Sets a response header with the given name and value.
setHeaders(String) - Method in interface org.w3c.dom.html.HTMLTableCellElement
 
setHeight(String) - Method in interface org.enhydra.wireless.wml.dom.WMLImgElement
'height' specifies the height of an image.
setHeight(String) - Method in interface org.w3c.dom.html.HTMLImageElement
 
setHeight(String) - Method in interface org.w3c.dom.html.HTMLTableCellElement
 
setHeight(String) - Method in interface org.w3c.dom.html.HTMLAppletElement
 
setHeight(String) - Method in interface org.w3c.dom.html.HTMLIFrameElement
 
setHeight(String) - Method in interface org.w3c.dom.html.HTMLObjectElement
 
setHorizontalAlignment(int) - Method in class com.lutris.html.HtmlTableCell
 
setHorizontalAlignment(int) - Method in class com.lutris.html.HtmlTableRow
 
setHref(String) - Method in interface org.enhydra.wireless.wml.dom.WMLAElement
 
setHref(String) - Method in interface org.enhydra.wireless.wml.dom.WMLGoElement
 
setHref(String) - Method in interface org.w3c.dom.html.HTMLBaseElement
 
setHref(String) - Method in interface org.w3c.dom.html.HTMLAreaElement
 
setHref(String) - Method in interface org.w3c.dom.html.HTMLLinkElement
 
setHref(String) - Method in interface org.w3c.dom.html.HTMLAnchorElement
 
setHreflang(String) - Method in interface org.w3c.dom.html.HTMLLinkElement
 
setHreflang(String) - Method in interface org.w3c.dom.html.HTMLAnchorElement
 
setHspace(String) - Method in interface org.enhydra.wireless.wml.dom.WMLImgElement
'hspace' specifies the abount of white space to be inserted left and right (Section 11.9, WAP WML Version 16-Jun-1999)
setHspace(String) - Method in interface org.w3c.dom.html.HTMLImageElement
 
setHspace(String) - Method in interface org.w3c.dom.html.HTMLAppletElement
 
setHspace(String) - Method in interface org.w3c.dom.html.HTMLObjectElement
 
setHtmlFor(String) - Method in interface org.w3c.dom.html.HTMLLabelElement
 
setHtmlFor(String) - Method in interface org.w3c.dom.html.HTMLScriptElement
 
setHttpEquiv(String) - Method in interface org.enhydra.wireless.wml.dom.WMLMetaElement
'http-equiv' attribute indicates the property should be interpret as HTTP header.
setHttpEquiv(String) - Method in interface org.w3c.dom.html.HTMLMetaElement
 
setHttpPresentationManager(HttpPresentationManager) - Method in interface com.lutris.appserver.server.Application
Called to tell the application about the presentation manager instance.
setHttpPresentationManager(HttpPresentationManager) - Method in class com.lutris.appserver.server.StandardApplication
Tells the application about the Presentation Manager running it.
setId(String) - Method in class javax.servlet.jsp.tagext.TagSupport
Set the id attribute
setId(String) - Method in interface org.enhydra.wireless.wml.dom.WMLAElement
 
setId(String) - Method in interface org.enhydra.wireless.wml.dom.WMLElement
The element's identifier which is unique in a single deck.
setId(String) - Method in interface org.w3c.dom.html.HTMLElement
 
setImports(Vector) - Method in class org.apache.xalan.xslt.Stylesheet
Set vector of the -imported- XSL Stylesheets.
setIName(String) - Method in interface org.enhydra.wireless.wml.dom.WMLSelectElement
'iname' specifies name of variable to be set with the index result of selection.
setIncludeIgnorableWhitespace(boolean) - Method in class org.apache.xerces.parsers.DOMParser
This feature determines whether text nodes that can be considered "ignorable whitespace" are included in the DOM tree.
setIndent(int) - Method in class org.apache.xalan.xpath.xml.XMLParserLiaisonDefault
Set the amount to indent when indent-result="yes".
setIndent(int) - Method in interface org.apache.xalan.xpath.xml.XMLParserLiaison
Set the amount to indent when indent-result="yes".
setIndent(int) - Method in class org.apache.xml.serialize.OutputFormat
Sets the indentation.
setIndenting(boolean) - Method in class org.apache.xml.serialize.OutputFormat
Sets the indentation on and off.
setIndentSize(int) - Method in class org.enhydra.xml.io.OutputOptions
Set indentation size.
setInfoWriter(PrintWriter) - Method in class org.enhydra.xml.xmlc.StreamXMLCLogger
 
setInputSource(InputSource) - Method in class org.apache.xalan.xpath.dtm.DTM
 
setIntHeader(String, int) - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Adds a field to the response header with a given name and integer value.
setIntHeader(String, int) - Method in class com.lutris.appserver.server.jolt.joltpo.JoltResponse
Adds a field to the response header with a given name and integer value.
setIntHeader(String, int) - Method in interface javax.servlet.http.HttpServletResponse
Sets a response header with the given name and integer value.
setIsHtmlFrameSet() - Method in class org.enhydra.xml.xmlc.dom.XMLCDocument
 
setIsMap(boolean) - Method in interface org.w3c.dom.html.HTMLImageElement
 
setItemNull(int) - Method in class org.apache.xalan.xpath.MutableNodeListImpl
Set a item to null, so the list doesn't have to keep being compressed.
setItemNull(int) - Method in interface org.apache.xalan.xpath.MutableNodeList
Set a item to null, so the list doesn't have to keep being compressed.
setIValue(String) - Method in interface org.enhydra.wireless.wml.dom.WMLSelectElement
'ivalue' specifies the default of the variable 'iname'
setJavaEncoding(String) - Method in class org.enhydra.xml.io.OutputOptions
Set the encoding using the Java encoding name.
setKeyDeclarations(Vector) - Method in class org.apache.xalan.xslt.Stylesheet
Set table of KeyDeclaration objects, which are set by the xsl:key element.
setLabel(String) - Method in interface org.enhydra.wireless.wml.dom.WMLDoElement
 
setLabel(String) - Method in interface org.w3c.dom.html.HTMLOptGroupElement
 
setLabel(String) - Method in interface org.w3c.dom.html.HTMLOptionElement
 
setLang(String) - Method in interface org.w3c.dom.html.HTMLElement
 
setLexicalHandler(LexicalHandler) - Method in class org.apache.xerces.parsers.SAXParser
Set the lexical event handler.
setLineNumber(int) - Method in class org.xml.sax.helpers.LocatorImpl
Set the line number for this locator (1-based).
setLineSeparator(String) - Method in class org.apache.xml.serialize.OutputFormat
Sets the line separator.
setLineWidth(int) - Method in class org.apache.xml.serialize.OutputFormat
Sets the line width.
setLink(String) - Method in interface org.w3c.dom.html.HTMLBodyElement
 
setLoadDTDGrammar(boolean) - Method in class org.apache.xerces.framework.XMLParser
Allows the parser to have the choice to load DTD grammar when validation is off.
setLocale(Locale) - Method in interface javax.servlet.ServletResponse
Sets the locale of the response, setting the headers (including the Content-Type's charset) as appropriate.
setLocale(Locale) - Method in class org.apache.xalan.xpath.xml.XMLParserLiaisonDefault
Allow an application to request a locale for errors and warnings.
setLocale(Locale) - Method in class org.apache.xalan.xpath.xml.XSLMessages
 
setLocale(Locale) - Method in class org.apache.xerces.framework.XMLParser
Set the locale to use for messages.
setLocale(Locale) - Method in interface org.xml.sax.Parser
Deprecated. Allow an application to request a locale for errors and warnings.
setLocale(Locale) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Set the locale for error reporting.
setLocalName(int, String) - Method in class org.xml.sax.helpers.AttributesImpl
Set the local name of a specific attribute.
setLocalSrc(String) - Method in interface org.enhydra.wireless.wml.dom.WMLImgElement
'localsrc' specifies an alternative internal representation of the image.
setLockModeToWait(boolean) - Method in class com.lutris.appserver.server.sql.informix.InformixDBConnection
Specify if you prefer to wait for locks instead of generating errors.
setLockModeToWait(int) - Method in class com.lutris.appserver.server.sql.informix.InformixDBConnection
Specify if you prefer to wait for locks for the specified amount of time before an exception is thrown.
setLogChannel(LogChannel) - Method in interface com.lutris.appserver.server.Application
Set the LogChannel associated with this application.
setLogChannel(LogChannel) - Method in class com.lutris.appserver.server.StandardApplication
Set the LogChannel associated with this application.
setLongDesc(String) - Method in interface org.w3c.dom.html.HTMLFrameElement
 
setLongDesc(String) - Method in interface org.w3c.dom.html.HTMLImageElement
 
setLongDesc(String) - Method in interface org.w3c.dom.html.HTMLIFrameElement
 
setLowSrc(String) - Method in interface org.w3c.dom.html.HTMLImageElement
 
setMarginHeight(String) - Method in interface org.w3c.dom.html.HTMLFrameElement
 
setMarginHeight(String) - Method in interface org.w3c.dom.html.HTMLIFrameElement
 
setMarginWidth(String) - Method in interface org.w3c.dom.html.HTMLFrameElement
 
setMarginWidth(String) - Method in interface org.w3c.dom.html.HTMLIFrameElement
 
setMaxAge(int) - Method in class javax.servlet.http.Cookie
Sets the maximum age of the cookie in seconds.
setMaxIdleTime(long) - Method in interface com.lutris.appserver.server.session.StandardSession
Set the maximum idle time for this object.
setMaxInactiveInterval(int) - Method in interface javax.servlet.http.HttpSession
Specifies the time, in seconds, between client requests before the servlet container will invalidate this session.
setMaxLength(int) - Method in interface org.enhydra.wireless.wml.dom.WMLInputElement
'maxlength' specifies the maximum number of characters to be enter.
setMaxLength(int) - Method in interface org.w3c.dom.html.HTMLInputElement
 
setMaxNoUserIdleTime(long) - Method in interface com.lutris.appserver.server.session.StandardSession
set the maximum idle time when a User object is not associated with the session.
setMaxRows(int) - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
 
setMaxSessionIdleTime(long) - Method in class com.lutris.appserver.server.session.StandardSessionManager
Sets the maximum session idle time, in seconds.
setMedia(String) - Method in interface org.w3c.dom.html.HTMLStyleElement
 
setMedia(String) - Method in interface org.w3c.dom.html.HTMLLinkElement
 
setMediaType(String) - Method in class org.apache.xml.serialize.OutputFormat
Sets the media type.
setMethod(String) - Method in class org.apache.xml.serialize.OutputFormat
Sets the method for this output format.
setMethod(String) - Method in interface org.enhydra.wireless.wml.dom.WMLGoElement
 
setMethod(String) - Method in interface org.w3c.dom.html.HTMLFormElement
 
setMIMEType(String) - Method in class org.enhydra.xml.io.OutputOptions
Set the MIME for an output routine to use.
setMode(String) - Method in interface org.enhydra.wireless.wml.dom.WMLPElement
'mode' specifies the wrapping mode of the paragraph.
setMultiple(boolean) - Method in interface org.enhydra.wireless.wml.dom.WMLSelectElement
'multiple' indicates whether a list accept multiple selection (Section 11.6.2.1, WAP WML Version 16-Jun-1999)
setMultiple(boolean) - Method in interface org.w3c.dom.html.HTMLSelectElement
 
setName(String) - Method in interface com.lutris.appserver.server.Application
Set the application symbolic name.
setName(String) - Method in class com.lutris.appserver.server.StandardApplication
Set the application name.
setName(String) - Method in interface org.enhydra.wireless.wml.dom.WMLTimerElement
'name' specifies the name of variable ot be set with the value of the timer.
setName(String) - Method in interface org.enhydra.wireless.wml.dom.WMLMetaElement
'name' attribute specific the property name
setName(String) - Method in interface org.enhydra.wireless.wml.dom.WMLDoElement
 
setName(String) - Method in interface org.enhydra.wireless.wml.dom.WMLPostfieldElement
 
setName(String) - Method in interface org.enhydra.wireless.wml.dom.WMLSetvarElement
 
setName(String) - Method in interface org.enhydra.wireless.wml.dom.WMLSelectElement
'name' specifies the name of variable to be set.
setName(String) - Method in interface org.enhydra.wireless.wml.dom.WMLInputElement
'name' specifies the name of a variable after the user enters the text.
setName(String) - Method in interface org.w3c.dom.html.HTMLFrameElement
 
setName(String) - Method in interface org.w3c.dom.html.HTMLImageElement
 
setName(String) - Method in interface org.w3c.dom.html.HTMLFormElement
 
setName(String) - Method in interface org.w3c.dom.html.HTMLMapElement
 
setName(String) - Method in interface org.w3c.dom.html.HTMLButtonElement
 
setName(String) - Method in interface org.w3c.dom.html.HTMLTextAreaElement
 
setName(String) - Method in interface org.w3c.dom.html.HTMLInputElement
 
setName(String) - Method in interface org.w3c.dom.html.HTMLParamElement
 
setName(String) - Method in interface org.w3c.dom.html.HTMLMetaElement
 
setName(String) - Method in interface org.w3c.dom.html.HTMLAppletElement
 
setName(String) - Method in interface org.w3c.dom.html.HTMLAnchorElement
 
setName(String) - Method in interface org.w3c.dom.html.HTMLSelectElement
 
setName(String) - Method in interface org.w3c.dom.html.HTMLIFrameElement
 
setName(String) - Method in interface org.w3c.dom.html.HTMLObjectElement
 
setNamedItem(Node) - Method in class org.apache.xalan.xpath.dtm.DTMProxyMap
DOM API requires this, but DTM is a read-only model
setNamedItem(Node) - Method in interface org.w3c.dom.NamedNodeMap
Adds a node using its nodeName attribute.
setNamedItemNS(Node) - Method in class org.apache.xalan.xpath.dtm.DTMProxyMap
DOM 2 API requires this, but DTM is a read-only model
setNamedItemNS(Node) - Method in interface org.w3c.dom.NamedNodeMap
Adds a node using its namespaceURI and localName .
setNamedTemplates(Hashtable) - Method in class org.apache.xalan.xslt.TemplateList
Set table of named Templates.
setNamespaceAware(boolean) - Method in class javax.xml.parsers.SAXParserFactory
Configuration method that specifies whether the parsers created by this factory are required to provide XML namespace support or not.
setNamespaceAware(boolean) - Method in class javax.xml.parsers.DocumentBuilderFactory
Configuration method that specifies whether the parsers created by this factory are required to provide XML namespace support or not.
setNamespaceAware(boolean) - Method in class org.enhydra.xml.io.DOMParser
Enable or disable namespaces.
setNamespaceContext(PrefixResolver) - Method in interface org.apache.xalan.xpath.XPathSupport
Get the current namespace context for the xpath.
setNamespaceContext(PrefixResolver) - Method in class org.apache.xalan.xpath.XPathSupportDefault
Get the current namespace context for the xpath.
setNamespacePrefixes(boolean) - Method in class org.apache.xerces.parsers.SAXParser
Sets how the parser reports raw prefixed names, and whether xmlns attributes are reported.
setNamespaces(boolean) - Method in class org.apache.xerces.framework.XMLParser
Sets whether the parser preprocesses namespaces.
setNamespacesEnabled(boolean) - Method in class org.apache.xerces.framework.XMLDTDScanner
set fNamespacesEnabled
setNamespacesEnabled(boolean) - Method in class org.apache.xerces.framework.XMLDocumentScanner
Sets whether the parser preprocesses namespaces.
setNeedToBuildKeysTable(boolean) - Method in class org.apache.xalan.xslt.Stylesheet
Set if an xsl:key directive is found.
setNewContext(boolean) - Method in interface org.enhydra.wireless.wml.dom.WMLCardElement
'newcontext' specifies whether a browser context should be re-initialized upon entering the card.
setNewVersion(int) - Method in class com.lutris.appserver.server.sql.CoreDO
Sets this object's new version number.
setNextIndent(int) - Method in class org.apache.xml.serialize.Printer
 
setNode(Node) - Method in class org.apache.xalan.xslt.XSLTInputSource
Set the DOM Node for this input source.
setNode(Node) - Method in class org.apache.xalan.xslt.XSLTResultTarget
Set the DOM Node that will contain the transformation reasult.
setNodeValue(String) - Method in class org.apache.xalan.xpath.dtm.DTMProxy
 
setNodeValue(String) - Method in class org.apache.xalan.xslt.UnImplNode
Unimplemented.
setNodeValue(String) - Method in class org.apache.xalan.xslt.ResultTreeFrag
DocumentFragments never have a nodeValue.
setNodeValue(String) - Method in class org.enhydra.xml.lazydom.LazyProcessingInstruction
Set the node value, invalidating the id.
setNodeValue(String) - Method in class org.enhydra.xml.lazydom.LazyEntity
Set the node value, invalidating the id.
setNodeValue(String) - Method in class org.enhydra.xml.lazydom.LazyNotation
Set the node value, invalidating the id.
setNodeValue(String) - Method in class org.enhydra.xml.lazydom.LazyComment
Set the node value, invalidating the id.
setNodeValue(String) - Method in class org.enhydra.xml.lazydom.LazyCDATASection
Set the node value, invalidating the id.
setNodeValue(String) - Method in class org.enhydra.xml.lazydom.LazyText
Set the node value, invalidating the id.
setNodeValue(String) - Method in class org.enhydra.xml.lazydom.LazyEntityReference
Set the node value, invalidating the id.
setNodeValue(String) - Method in class org.enhydra.xml.lazydom.LazyDocument
Set the node value, invalidating the id.
setNodeValue(String) - Method in class org.enhydra.xml.lazydom.LazyDocumentType
Set the node value, invalidating the id.
setNodeValue(String) - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
setNodeValue(String) - Method in interface org.w3c.dom.Node
 
setNoHref(boolean) - Method in interface org.w3c.dom.html.HTMLAreaElement
 
setNonEscapingElements(String[]) - Method in class org.apache.xml.serialize.OutputFormat
Sets the list of elements for which text node children should be output unescaped (no character references).
setNoResize(boolean) - Method in interface org.w3c.dom.html.HTMLFrameElement
 
setNoShade(boolean) - Method in interface org.w3c.dom.html.HTMLHRElement
 
setNoWrap(boolean) - Method in interface org.w3c.dom.html.HTMLTableCellElement
 
setObject(String) - Method in interface org.w3c.dom.html.HTMLAppletElement
 
setOId(ObjectId) - Method in class com.lutris.appserver.server.sql.CoreDO
Sets this object's identifier.
setOId(ObjectId) - Method in class com.lutris.dods.builder.generator.dataobject.GenericDO
Sets this object's identifier.
setOIdColumnName(String) - Static method in class com.lutris.appserver.server.sql.CoreDO
Sets the object identifier column name.
setOmitAttributeCharEntityRefs(boolean) - Method in class org.enhydra.xml.io.OutputOptions
Set value of flag that enables or disables the use of character entity references in attribute values.
setOmitComments(boolean) - Method in class org.apache.xml.serialize.OutputFormat
Sets comment omitting on and off.
setOmitDocType(boolean) - Method in class org.enhydra.xml.io.OutputOptions
Set flag indicating if the DOCTYPE should be omitted.
setOmitDocumentType(boolean) - Method in class org.apache.xml.serialize.OutputFormat
Sets DOCTYPE declaration omitting on and off.
setOmitEncoding(boolean) - Method in class org.enhydra.xml.io.OutputOptions
Set flag indicating if encoding should be omitted from the XML header.
setOmitXMLDeclaration(boolean) - Method in class org.apache.xml.serialize.OutputFormat
Sets XML declaration omitting on and off.
setOmitXMLHeader(boolean) - Method in class org.enhydra.xml.io.OutputOptions
Set flag indicating if the XML header should be omitted.
setOnEnterBackward(String) - Method in interface org.enhydra.wireless.wml.dom.WMLTemplateElement
 
setOnEnterBackward(String) - Method in interface org.enhydra.wireless.wml.dom.WMLCardElement
'onenterbackward' specifies the event to occur when a user agent into a card using a 'go' task (Section 11.5.1, WAP WML Version 16-Jun-1999)
setOnEnterForward(String) - Method in interface org.enhydra.wireless.wml.dom.WMLTemplateElement
 
setOnEnterForward(String) - Method in interface org.enhydra.wireless.wml.dom.WMLCardElement
'onenterforward' specifies the event to occur when a user agent into a card using a 'prev' task (Section 11.5.1, WAP WML Version 16-Jun-1999)
setOnPick(String) - Method in interface org.enhydra.wireless.wml.dom.WMLOptionElement
'onpick' specifies a event to occur when a user select and disselect this choice.
setOnTimer(String) - Method in interface org.enhydra.wireless.wml.dom.WMLTemplateElement
 
setOnTimer(String) - Method in interface org.enhydra.wireless.wml.dom.WMLCardElement
'onenterbackward' specifies the event to occur when a timer expires (Section 11.5.1, WAP WML Version 16-Jun-1999)
setOptional(boolean) - Method in interface org.enhydra.wireless.wml.dom.WMLDoElement
 
setOrdered(boolean) - Method in interface org.enhydra.wireless.wml.dom.WMLCardElement
'ordered' attribute specifies a hit to user agent about the organization of the card's content (Section 11.5.2, WAP WML Version 16-Jun-1999)
setOutputByteStream(OutputStream) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
setOutputByteStream(OutputStream) - Method in interface org.apache.xml.serialize.Serializer
Specifies an output stream to which the document should be serialized.
setOutputCharStream(Writer) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
setOutputCharStream(Writer) - Method in interface org.apache.xml.serialize.Serializer
Specifies a writer to which the document should be serialized.
setOutputFileName(String) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Set the filename of the output document.
setOutputFormat(OutputFormat) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
setOutputFormat(OutputFormat) - Method in class org.apache.xml.serialize.XMLSerializer
 
setOutputFormat(OutputFormat) - Method in class org.apache.xml.serialize.TextSerializer
 
setOutputFormat(OutputFormat) - Method in interface org.apache.xml.serialize.Serializer
Specifies an output format for this serializer.
setOutputFormat(OutputFormat) - Method in class org.apache.xml.serialize.HTMLSerializer
 
setOutputFormat(OutputFormat) - Method in class org.apache.xml.serialize.XHTMLSerializer
 
setOutputMethod(String) - Method in class org.apache.xalan.xslt.StylesheetRoot
Set the output method.
setOutputOptions(OutputOptions) - Method in class org.enhydra.xml.io.DOMFormatter
Set the output options.
setOutputStream(OutputStream) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Set the output stream that will be used.
setOutputStream(OutputStream) - Method in interface org.apache.xalan.xslt.XSLTProcessor
Set the output stream.
setPageContext(PageContext) - Method in class javax.servlet.jsp.tagext.TagSupport
set the page context
setPageContext(PageContext) - Method in interface javax.servlet.jsp.tagext.Tag
Set the current page context.
setParent(ClassLoader) - Method in class com.lutris.classloader.MultiClassLoader
Set the parent class loader for delegation.
setParent(Tag) - Method in class javax.servlet.jsp.tagext.TagSupport
Set the nesting tag of this tag.
setParent(Tag) - Method in interface javax.servlet.jsp.tagext.Tag
Set the current nesting Tag of this Tag.
setParent(XMLReader) - Method in interface org.xml.sax.XMLFilter
Set the parent reader.
setParent(XMLReader) - Method in class org.xml.sax.helpers.XMLFilterImpl
Set the parent reader.
setParentExpanded() - Method in interface org.enhydra.xml.lazydom.LazyParent
Flag the parent as being expanded.
setParentExpanded() - Method in class org.enhydra.xml.lazydom.LazyEntity
 
setParentExpanded() - Method in class org.enhydra.xml.lazydom.LazyEntityReference
 
setParentExpanded() - Method in class org.enhydra.xml.lazydom.LazyDocument
 
setParentWhileExpanding(Node) - Method in interface org.enhydra.xml.lazydom.LazyParent
Set the parent of this node during expansion.
setParentWhileExpanding(Node) - Method in class org.enhydra.xml.lazydom.LazyEntity
 
setParentWhileExpanding(Node) - Method in class org.enhydra.xml.lazydom.LazyEntityReference
 
setParentWhileExpanding(Node) - Method in class org.enhydra.xml.lazydom.LazyDocument
 
setPath(String) - Method in class javax.servlet.http.Cookie
Specifies a path for the cookie to which the client should return the cookie.
setPath(String) - Method in interface org.enhydra.wireless.wml.dom.WMLAccessElement
path attribute is prefix-matched against the path portion of the referring URI
setPattern(BMByteSearch) - Method in class com.lutris.util.BMByteSearchStream
Set the search pattern.
setPattern(String) - Method in class com.lutris.util.BMByteSearchStream
Set the search pattern.
setPercentWidth(int) - Method in class com.lutris.html.HtmlTableCell
 
setPercentWidth(int) - Method in class com.lutris.html.HtmlTable
 
setPersistent(boolean) - Method in class com.lutris.appserver.server.sql.CoreDO
Sets the persistent state for this object.
setPrefix(String) - Method in class org.apache.xalan.xpath.dtm.DTMProxy
 
setPrefix(String) - Method in class org.apache.xalan.xslt.UnImplNode
Unimplemented.
setPrefix(String) - Method in class org.apache.xalan.xslt.ResultTreeFrag
Unimplemented.
setPrefix(String) - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
setPrefix(String) - Method in interface org.w3c.dom.Node
 
setPreFormatOutputOptions(OutputOptions) - Method in class org.enhydra.xml.lazydom.LazyDocument
Set the output options that were used to preformat this document.
setPreFormattedText(String) - Method in interface org.enhydra.xml.io.PreFormattedText
 
setPreFormattedText(String) - Method in class org.enhydra.xml.lazydom.LazyText
 
setPrepStmtParam_BigDecimal(PreparedStatement, int[], BigDecimal) - Method in class com.lutris.dods.builder.generator.dataobject.GenericDO
 
setPrepStmtParam_boolean(PreparedStatement, int[], boolean) - Method in class com.lutris.dods.builder.generator.dataobject.GenericDO
 
setPrepStmtParam_byte(PreparedStatement, int[], byte) - Method in class com.lutris.dods.builder.generator.dataobject.GenericDO
 
setPrepStmtParam_bytes(PreparedStatement, int[], byte[]) - Method in class com.lutris.dods.builder.generator.dataobject.GenericDO
 
setPrepStmtParam_DO(PreparedStatement, int[], GenericDO) - Method in class com.lutris.dods.builder.generator.dataobject.GenericDO
If the current data member value differs from the new value, this object is marked as "dirty" (in need of an update to the database).
setPrepStmtParam_double(PreparedStatement, int[], double) - Method in class com.lutris.dods.builder.generator.dataobject.GenericDO
 
setPrepStmtParam_float(PreparedStatement, int[], float) - Method in class com.lutris.dods.builder.generator.dataobject.GenericDO
 
setPrepStmtParam_int(PreparedStatement, int[], int) - Method in class com.lutris.dods.builder.generator.dataobject.GenericDO
 
setPrepStmtParam_java_math_BigDecimal(PreparedStatement, int[], BigDecimal) - Method in class com.lutris.dods.builder.generator.dataobject.GenericDO
 
setPrepStmtParam_java_sql_Date(PreparedStatement, int[], Date) - Method in class com.lutris.dods.builder.generator.dataobject.GenericDO
 
setPrepStmtParam_java_sql_Time(PreparedStatement, int[], Time) - Method in class com.lutris.dods.builder.generator.dataobject.GenericDO
 
setPrepStmtParam_java_sql_Timestamp(PreparedStatement, int[], Timestamp) - Method in class com.lutris.dods.builder.generator.dataobject.GenericDO
 
setPrepStmtParam_long(PreparedStatement, int[], long) - Method in class com.lutris.dods.builder.generator.dataobject.GenericDO
 
setPrepStmtParam_short(PreparedStatement, int[], short) - Method in class com.lutris.dods.builder.generator.dataobject.GenericDO
 
setPrepStmtParam_String(PreparedStatement, int[], String) - Method in class com.lutris.dods.builder.generator.dataobject.GenericDO
 
setPreserveSpace(boolean) - Method in class org.apache.xml.serialize.OutputFormat
Sets space preserving as the default behavior.
setPreserveSpace(boolean) - Method in class org.enhydra.xml.io.OutputOptions
Set the default space-preservation flag.
setPrettyPrinting(boolean) - Method in class org.enhydra.xml.io.OutputOptions
Enable or disable pretty-printing.
setPrintWarnings(boolean) - Method in class org.enhydra.xml.io.ErrorReporter
Set the value of the printWarnings flag.
setProblemListener(ProblemListener) - Method in class org.apache.xalan.xpath.XPath
Set the problem listener property.
setProblemListener(ProblemListener) - Method in class org.apache.xalan.xpath.dtm.DTM
Set the current problem listener.
setProblemListener(ProblemListener) - Method in class org.apache.xalan.xpath.xml.XMLParserLiaisonDefault
Set the current problem listener.
setProblemListener(ProblemListener) - Method in interface org.apache.xalan.xpath.xml.XMLParserLiaison
Set the current problem listener.
setProblemListener(ProblemListener) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Set the problem listener property.
setProblemListener(ProblemListener) - Method in interface org.apache.xalan.xslt.XSLTProcessor
Set the problem listener property.
setProcessNamespaces(boolean) - Method in interface org.apache.xalan.xpath.XPathSupport
Deprecated.  
setProcessNamespaces(boolean) - Method in class org.apache.xalan.xpath.XPathSupportDefault
Set whether or not the liaison attempts to expand namespaces.
setProcessNamespaces(boolean) - Method in class org.apache.xalan.xpath.xml.XMLParserLiaisonDefault
Deprecated.  
setProfile(String) - Method in interface org.w3c.dom.html.HTMLHeadElement
 
setPrompt(String) - Method in interface org.w3c.dom.html.HTMLIsIndexElement
 
setProperty(String, Object) - Method in class org.apache.xerces.framework.XMLParser
Set the value of a property.
setProperty(String, Object) - Method in class org.apache.xerces.parsers.DOMParser
Set the value of any property in a SAX2 parser.
setProperty(String, Object) - Method in class org.apache.xerces.parsers.SAXParser
Set the value of any property in a SAX2 parser.
setProperty(String, Object) - Method in interface org.xml.sax.XMLReader
Set the value of a property.
setProperty(String, Object) - Method in class org.xml.sax.helpers.XMLFilterImpl
Set the value of a property.
setProperty(String, Object) - Method in class org.xml.sax.helpers.ParserAdapter
Set a parser property.
setPublicId(String) - Method in class org.enhydra.xml.io.OutputOptions
Set the public id to use in the DOCUMENT.
setPublicId(String) - Method in class org.xml.sax.InputSource
Set the public identifier for this input source.
setPublicId(String) - Method in class org.xml.sax.helpers.LocatorImpl
Set the public identifier for this locator.
setQName(int, String) - Method in class org.xml.sax.helpers.AttributesImpl
Set the qualified name of a specific attribute.
setQueryTimeout(int) - Method in class com.lutris.appserver.server.sql.informix.InformixDBQuery
Set query time out.
setQuietConflictWarnings(boolean) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
If the quietConflictWarnings property is set to true, warnings about pattern conflicts won't be printed to the diagnostics stream.
setQuietConflictWarnings(boolean) - Method in interface org.apache.xalan.xslt.XSLTProcessor
If set to true (the default), pattern conflict warnings are not printed to the diagnostics stream.
setReaderFactory(XMLEntityReaderFactory) - Method in class org.apache.xerces.framework.XMLParser
Set the reader factory.
setReadOnly(boolean) - Method in interface org.w3c.dom.html.HTMLTextAreaElement
 
setReadOnly(boolean) - Method in interface org.w3c.dom.html.HTMLInputElement
 
setRel(String) - Method in interface org.w3c.dom.html.HTMLLinkElement
 
setRel(String) - Method in interface org.w3c.dom.html.HTMLAnchorElement
 
setRequestedSessionIdFromCookie(boolean) - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationRequest
 
setRequestedSessionIdFromUrl(boolean) - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationRequest
 
setRev(String) - Method in interface org.w3c.dom.html.HTMLLinkElement
 
setRev(String) - Method in interface org.w3c.dom.html.HTMLAnchorElement
 
setRows(int) - Method in interface org.w3c.dom.html.HTMLTextAreaElement
 
setRows(String) - Method in interface org.w3c.dom.html.HTMLFrameSetElement
 
setRowSpan(int) - Method in class com.lutris.html.HtmlTableCell
 
setRowSpan(int) - Method in class com.lutris.html.HtmlTableRow
 
setRowSpan(int) - Method in interface org.w3c.dom.html.HTMLTableCellElement
 
setRules(String) - Method in class com.lutris.html.HtmlTable
 
setRules(String) - Method in interface org.w3c.dom.html.HTMLTableElement
 
setScheme(String) - Method in interface org.enhydra.wireless.wml.dom.WMLMetaElement
'scheme' attribute specifies a form that may be used to interpret the property value
setScheme(String) - Method in interface org.w3c.dom.html.HTMLMetaElement
 
setScope(String) - Method in interface org.w3c.dom.html.HTMLTableCellElement
 
setScript(String, String, String) - Method in class org.apache.xalan.xpath.XSLTJavaClassEngine
Set the script data for this extension NS.
setScript(String, String, String) - Method in class org.apache.xalan.xpath.ExtensionFunctionHandler
Set the script data for this extension NS.
setScript(String, String, String) - Method in interface org.apache.xalan.xpath.ExtensionFunctionHandler.ExtensionLiaison
Set the script data for this extension NS.
setScript(String, String, String) - Method in class org.apache.xalan.xslt.ExtensionNSHandler
Set the script data for this extension NS.
setScrolling(String) - Method in interface org.w3c.dom.html.HTMLFrameElement
 
setScrolling(String) - Method in interface org.w3c.dom.html.HTMLIFrameElement
 
setSecondary(ClassLoader) - Method in class com.lutris.classloader.MultiClassLoader
Set the secondary class loader.
setSecure(boolean) - Method in class javax.servlet.http.Cookie
Indicates to the browser whether the cookie should only be sent using a secure protocol, such as HTTPS or SSL.
setSelected(boolean) - Method in interface org.w3c.dom.html.HTMLOptionElement
 
setSelectedIndex(int) - Method in interface org.w3c.dom.html.HTMLSelectElement
 
setSendreferer(boolean) - Method in interface org.enhydra.wireless.wml.dom.WMLGoElement
Deprecated. use setSendReferer
setSendReferer(boolean) - Method in interface org.enhydra.wireless.wml.dom.WMLGoElement
 
setServletAndContext(Servlet, ServletContext) - Method in class com.lutris.appserver.server.httpPresentation.HttpPresentationManager
Notify the presentation manager which servlet we are running in.
setSessionIdCookieRequired(boolean) - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
 
setSessionIdEncodeUrlRequired(boolean) - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
 
setSessionKey(String) - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Sets the current session key for this response
setSessionManager(SessionManager) - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Sets the current application name for this response
setShape(String) - Method in interface org.w3c.dom.html.HTMLAreaElement
 
setShape(String) - Method in interface org.w3c.dom.html.HTMLAnchorElement
 
setShouldExpandEntityRefs(boolean) - Method in class org.apache.xalan.xpath.dtm.DTMLiaison
Set whether or not to expand all entity references in the source and style trees.
setShouldExpandEntityRefs(boolean) - Method in class org.apache.xalan.xpath.xml.XMLParserLiaisonDefault
Set whether or not to expand all entity references in the source and style trees.
setShouldExpandEntityRefs(boolean) - Method in interface org.apache.xalan.xpath.xml.XMLParserLiaison
Set whether or not to expand all entity references in the source and style trees.
setSize(int) - Method in interface org.enhydra.wireless.wml.dom.WMLInputElement
'size' specifies the width of the input in characters (Section 11.6.3, WAP WML Version 16-Jun-1999)
setSize(int) - Method in interface org.w3c.dom.html.HTMLSelectElement
 
setSize(String) - Method in interface org.w3c.dom.html.HTMLBaseFontElement
 
setSize(String) - Method in interface org.w3c.dom.html.HTMLFontElement
 
setSize(String) - Method in interface org.w3c.dom.html.HTMLInputElement
 
setSize(String) - Method in interface org.w3c.dom.html.HTMLHRElement
 
setSourceDocument(String, Document) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Set a source document.
setSpan(int) - Method in interface org.w3c.dom.html.HTMLTableColElement
 
setSpecialCharacters(String) - Method in class org.apache.xalan.xpath.xml.XMLParserLiaisonDefault
Deprecated.  
setSpecialCharacters(String) - Method in interface org.apache.xalan.xpath.xml.XMLParserLiaison
Deprecated.  
setSpecialEscapeURLs(boolean) - Method in class org.apache.xalan.xpath.xml.FormatterToHTML
Tells if the formatter should use special URL escaping.
setSrc(String) - Method in interface org.enhydra.wireless.wml.dom.WMLImgElement
'src' specifies URI for the source images (Section 11.9, WAP WML Version 16-Jun-1999)
setSrc(String) - Method in interface org.w3c.dom.html.HTMLFrameElement
 
setSrc(String) - Method in interface org.w3c.dom.html.HTMLImageElement
 
setSrc(String) - Method in interface org.w3c.dom.html.HTMLInputElement
 
setSrc(String) - Method in interface org.w3c.dom.html.HTMLScriptElement
 
setSrc(String) - Method in interface org.w3c.dom.html.HTMLIFrameElement
 
setStandalone(boolean) - Method in class org.apache.xml.serialize.OutputFormat
Sets document DTD standalone.
setStandby(String) - Method in interface org.w3c.dom.html.HTMLObjectElement
 
setStart(int) - Method in interface org.w3c.dom.html.HTMLOListElement
 
setStart(Node, int) - Method in interface org.w3c.dom.range.Range
Sets the attributes describing the start of the range.
setStartAfter(Node) - Method in interface org.w3c.dom.range.Range
Sets the start position to be after a node
setStartBefore(Node) - Method in interface org.w3c.dom.range.Range
Sets the start position to be before a node
setStatus(int) - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Sets the status code and a default message for this response.
setStatus(int) - Method in interface javax.servlet.http.HttpServletResponse
Sets the status code for this response.
setStatus(int, String) - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Sets the status code and message for this response.
setStatus(int, String) - Method in interface javax.servlet.http.HttpServletResponse
Deprecated. As of version 2.1, due to ambiguous meaning of the message parameter. To set a status code use setStatus(int), to send an error with a description use sendError(int, String). Sets the status code and message for this response.
setStringMatchDetails(String, String) - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
Set the string matching details for inexact string matches See dods.conf for details.
setStylesheet(StylesheetRoot) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Set the stylesheet for this processor.
setStylesheet(StylesheetRoot) - Method in interface org.apache.xalan.xslt.XSLTProcessor
Use a compiled stylesheet to set the Stylesheet property for this processor.
setStyleSheetAttribute(String, String, String, String) - Method in class org.apache.xalan.xslt.client.XSLTProcessorApplet
Set an attribute in the stylesheet, which gives the ability to have some dynamic selection control.
setStylesheetParam(String, String) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Push a top-level stylesheet parameter.
setStylesheetParam(String, String) - Method in interface org.apache.xalan.xslt.XSLTProcessor
Set a top-level stylesheet parameter.
setStylesheetParam(String, String) - Method in class org.apache.xalan.xslt.client.XSLTProcessorApplet
Submit a stylesheet parameter.
setStylesheetParam(String, XObject) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Push a top-level stylesheet parameter.
setStylesheetParam(String, XObject) - Method in interface org.apache.xalan.xslt.XSLTProcessor
Submit a top-level stylesheet parameter.
setStylesheetParent(Stylesheet) - Method in class org.apache.xalan.xslt.Stylesheet
Set the parent of the stylesheet.
setStylesheetRoot(StylesheetRoot) - Method in class org.apache.xalan.xslt.Stylesheet
Set the root of the stylesheet, where all the tables common to all stylesheets are kept.
setStyleURL(String) - Method in class org.apache.xalan.xslt.client.XSLTProcessorApplet
Set the URL to the XSL stylesheet that will be used to transform the input XML.
setSummary(String) - Method in interface org.w3c.dom.html.HTMLTableElement
 
setSystemId(String) - Method in class org.enhydra.xml.io.OutputOptions
Set the system id to use in the DOCUMENT.
setSystemId(String) - Method in class org.xml.sax.InputSource
Set the system identifier for this input source.
setSystemId(String) - Method in class org.xml.sax.helpers.LocatorImpl
Set the system identifier for this locator.
setTabIndex(int) - Method in interface org.enhydra.wireless.wml.dom.WMLSelectElement
'tabindex' specifies the tabbing position of the element (Section 11.6.1, WAP WML Version 16-Jun-1999)
setTabIndex(int) - Method in interface org.enhydra.wireless.wml.dom.WMLInputElement
'tabindex' specifies the tabbing position of the element (Section 11.6.1, WAP WML Version 16-Jun-1999)
setTabIndex(int) - Method in interface org.w3c.dom.html.HTMLButtonElement
 
setTabIndex(int) - Method in interface org.w3c.dom.html.HTMLTextAreaElement
 
setTabIndex(int) - Method in interface org.w3c.dom.html.HTMLInputElement
 
setTabIndex(int) - Method in interface org.w3c.dom.html.HTMLAreaElement
 
setTabIndex(int) - Method in interface org.w3c.dom.html.HTMLAnchorElement
 
setTabIndex(int) - Method in interface org.w3c.dom.html.HTMLSelectElement
 
setTabIndex(int) - Method in interface org.w3c.dom.html.HTMLObjectElement
 
setTagInfo(TagInfo) - Method in class javax.servlet.jsp.tagext.TagExtraInfo
Set the TagInfo for this class
setTarget(String) - Method in interface org.w3c.dom.html.HTMLFormElement
 
setTarget(String) - Method in interface org.w3c.dom.html.HTMLBaseElement
 
setTarget(String) - Method in interface org.w3c.dom.html.HTMLAreaElement
 
setTarget(String) - Method in interface org.w3c.dom.html.HTMLLinkElement
 
setTarget(String) - Method in interface org.w3c.dom.html.HTMLAnchorElement
 
setTemplateList(TemplateList) - Method in class org.apache.xalan.xslt.Stylesheet
Set the list of templates.
setText(String) - Method in interface org.w3c.dom.html.HTMLTitleElement
 
setText(String) - Method in interface org.w3c.dom.html.HTMLScriptElement
 
setText(String) - Method in interface org.w3c.dom.html.HTMLBodyElement
 
setTFoot(HTMLTableSectionElement) - Method in interface org.w3c.dom.html.HTMLTableElement
 
setTHead(HTMLTableSectionElement) - Method in interface org.w3c.dom.html.HTMLTableElement
 
setThisIndent(int) - Method in class org.apache.xml.serialize.Printer
 
setThrowFoundIndex(boolean) - Method in interface org.apache.xalan.xpath.XPathSupport
ThrowFoundIndex tells if FoundIndex should be thrown if index is found.
setThrowFoundIndex(boolean) - Method in class org.apache.xalan.xpath.XPathSupportDefault
ThrowFoundIndex tells if FoundIndex should be thrown if index is found.
setThrowFoundIndex(boolean) - Method in class org.apache.xalan.xpath.xml.XMLParserLiaisonDefault
ThrowFoundIndex tells if FoundIndex should be thrown if index is found.
setTimeExpires(long) - Method in interface com.lutris.appserver.server.session.StandardSession
Set the time of expiry for this object.
setTitle(String) - Method in interface org.enhydra.wireless.wml.dom.WMLFieldsetElement
'title' specifies a title for this element
setTitle(String) - Method in interface org.enhydra.wireless.wml.dom.WMLAElement
 
setTitle(String) - Method in interface org.enhydra.wireless.wml.dom.WMLTableElement
'title' specifies a title for the table (Section 11.8.5, WAP WML Version 16-Jun-1999)
setTitle(String) - Method in interface org.enhydra.wireless.wml.dom.WMLOptgroupElement
'title' specifies the title of this element (Section 11.6.2.3, WAP WML Version 16-Jun-1999)
setTitle(String) - Method in interface org.enhydra.wireless.wml.dom.WMLOptionElement
'title' specifies a title for this element.
setTitle(String) - Method in interface org.enhydra.wireless.wml.dom.WMLAnchorElement
 
setTitle(String) - Method in interface org.enhydra.wireless.wml.dom.WMLSelectElement
'title' specifies a title for this element (Section 11.6.2.1, WAP WML Version 16-Jun-1999)
setTitle(String) - Method in interface org.enhydra.wireless.wml.dom.WMLInputElement
'title' specifies a title for this element (Section 11.6.3, WAP WML Version 16-Jun-1999)
setTitle(String) - Method in interface org.enhydra.wireless.wml.dom.WMLCardElement
'title' specifies a advisory info about the card (Section 11.5.2, WAP WML Version 16-Jun-1999)
setTitle(String) - Method in class org.enhydra.xml.xmlc.html.HTMLObjectImpl
 
setTitle(String) - Method in interface org.w3c.dom.html.HTMLElement
 
setTitle(String) - Method in interface org.w3c.dom.html.HTMLDocument
 
setTop(int) - Method in class org.apache.xalan.xpath.xml.IntStack
Sets an object at a the top of the statck
setTopLevelVariables(Vector) - Method in class org.apache.xalan.xslt.Stylesheet
Set table for defined constants, keyed on the names.
setTraceSelect(boolean) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
If this is set to true, simple traces of template calls are made.
setTraceSelect(boolean) - Method in interface org.apache.xalan.xslt.XSLTProcessor
If set to true, selection events are traced.
setTraceTemplateChildren(boolean) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
If this is set to true, debug diagnostics about template children as they are being constructed will be written to the m_diagnosticsPrintWriter stream.
setTraceTemplateChildren(boolean) - Method in interface org.apache.xalan.xslt.XSLTProcessor
If set to true (the default is false), as template children are being constructed, debug diagnostics are written to the m_diagnosticsPrintWriter stream.
setTraceTemplates(boolean) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
If this is set to true, simple traces of template calls are made.
setTraceTemplates(boolean) - Method in interface org.apache.xalan.xslt.XSLTProcessor
If set to true, template calls are traced.
setTransactionTimeout(int) - Method in class com.lutris.appserver.server.sql.informix.InformixDBTransaction
Set transaction time out.
setType(int, String) - Method in class org.xml.sax.helpers.AttributesImpl
Set the type of a specific attribute.
setType(String) - Method in interface org.enhydra.wireless.wml.dom.WMLDoElement
 
setType(String) - Method in interface org.enhydra.wireless.wml.dom.WMLInputElement
'type' specifies the type of text input area.
setType(String) - Method in interface org.enhydra.wireless.wml.dom.WMLOneventElement
 
setType(String) - Method in interface org.w3c.dom.html.HTMLUListElement
 
setType(String) - Method in interface org.w3c.dom.html.HTMLLIElement
 
setType(String) - Method in interface org.w3c.dom.html.HTMLOListElement
 
setType(String) - Method in interface org.w3c.dom.html.HTMLStyleElement
 
setType(String) - Method in interface org.w3c.dom.html.HTMLParamElement
 
setType(String) - Method in interface org.w3c.dom.html.HTMLLinkElement
 
setType(String) - Method in interface org.w3c.dom.html.HTMLScriptElement
 
setType(String) - Method in interface org.w3c.dom.html.HTMLAnchorElement
 
setType(String) - Method in interface org.w3c.dom.html.HTMLObjectElement
 
setURI(int, String) - Method in class org.xml.sax.helpers.AttributesImpl
Set the Namespace URI of a specific attribute.
setURLRewriter(URLRewriter) - Method in class org.enhydra.xml.io.OutputOptions
Set the URLRewriter that all URL attributes will be passed through.
setUseDOM2getNamespaceURI(boolean) - Method in class org.apache.xalan.xpath.xdom.XercesLiaison
Set whether or not getNamespaceOfNode should use the Xerces/DOM2 getNamespaceURI.
setUseDOM2getNamespaceURI(boolean) - Method in class org.apache.xalan.xpath.xml.XMLParserLiaisonDefault
 
setUseDOM2getNamespaceURI(boolean) - Method in interface org.apache.xalan.xpath.xml.XMLParserLiaison
Set whether or not getNamespaceOfNode should use the Xerces/DOM2 getNamespaceURI.
setUseMap(String) - Method in interface org.w3c.dom.html.HTMLImageElement
 
setUseMap(String) - Method in interface org.w3c.dom.html.HTMLInputElement
 
setUseMap(String) - Method in interface org.w3c.dom.html.HTMLObjectElement
 
setUser(User) - Method in interface com.lutris.appserver.server.session.Session
Set the user associated with this session.
setUseValidation(boolean) - Method in class org.apache.xalan.xpath.xml.XMLParserLiaisonDefault
If set to true, validation will be performed, if set to false, validation will not be performed.
setUseValidation(boolean) - Method in interface org.apache.xalan.xpath.xml.XMLParserLiaison
If set to true, validation will be performed.
setValidating(boolean) - Method in class javax.xml.parsers.SAXParserFactory
Configuration method whether specifies if the parsers created by this factory are required to validate the XML documents that they parse.
setValidating(boolean) - Method in class javax.xml.parsers.DocumentBuilderFactory
Configuration method whether specifies if the parsers created by this factory are required to validate the XML documents that they parse.
setValidation(boolean) - Method in class org.apache.xerces.framework.XMLParser
Sets whether the parser validates.
setValidation(boolean) - Method in class org.enhydra.xml.io.DOMParser
Enable or disable validation.
setValidationDynamic(boolean) - Method in class org.apache.xerces.framework.XMLParser
Allows the parser to validate a document only when it contains a grammar.
setValidationEnabled(boolean) - Method in class org.apache.xerces.framework.XMLDTDScanner
set fValidationEnabled
setValidationEnabled(boolean) - Method in class org.apache.xerces.framework.XMLDocumentScanner
Sets whether the parser validates.
setValidationSchema(boolean) - Method in class org.apache.xerces.framework.XMLParser
Allows the user to turn Schema support on/off.
setValidationWarnOnDuplicateAttdef(boolean) - Method in class org.apache.xerces.framework.XMLParser
Sets whether an error is emitted when an attribute is redefined in the grammar.
setValidationWarnOnUndeclaredElemdef(boolean) - Method in class org.apache.xerces.framework.XMLParser
Sets whether the parser emits an error when an element's content model references an element by name that is not declared in the grammar.
setVAlign(String) - Method in interface org.w3c.dom.html.HTMLTableSectionElement
 
setVAlign(String) - Method in interface org.w3c.dom.html.HTMLTableColElement
 
setVAlign(String) - Method in interface org.w3c.dom.html.HTMLTableCellElement
 
setVAlign(String) - Method in interface org.w3c.dom.html.HTMLTableRowElement
 
setValue(int) - Method in interface org.w3c.dom.html.HTMLLIElement
 
setValue(int, String) - Method in class org.xml.sax.helpers.AttributesImpl
Set the value of a specific attribute.
setValue(Object) - Method in class com.lutris.dods.builder.generator.query.RDBColumnValue
Used only by the QueryBuilder.
setValue(String) - Method in class com.lutris.html.HtmlTableCell
 
setValue(String) - Method in class javax.servlet.http.Cookie
Assigns a new value to a cookie after the cookie is created.
setValue(String) - Method in class org.apache.xalan.xpath.dtm.DTMProxy
 
setValue(String) - Method in interface org.enhydra.wireless.wml.dom.WMLTimerElement
'value' indicates teh default of the variable 'name' (Section 11.6.7, WAP WML Version 16-Jun-1999)
setValue(String) - Method in interface org.enhydra.wireless.wml.dom.WMLPostfieldElement
 
setValue(String) - Method in interface org.enhydra.wireless.wml.dom.WMLSetvarElement
 
setValue(String) - Method in interface org.enhydra.wireless.wml.dom.WMLOptionElement
'value' specifies the value to used to set the 'name' variable (Section 11.6.2.2, WAP WML Version 16-Jun-1999)
setValue(String) - Method in interface org.enhydra.wireless.wml.dom.WMLSelectElement
'value' specifics the default value of the variable of 'name' (Section 11.6.2.1, WAP WML Version 16-Jun-1999)
setValue(String) - Method in interface org.enhydra.wireless.wml.dom.WMLInputElement
'value' specifies the default value of the variable in 'name' attribute (Section 11.6.3, WAP WML Version 16-Jun-1999)
setValue(String) - Method in interface org.w3c.dom.Attr
 
setValue(String) - Method in interface org.w3c.dom.html.HTMLButtonElement
 
setValue(String) - Method in interface org.w3c.dom.html.HTMLTextAreaElement
 
setValue(String) - Method in interface org.w3c.dom.html.HTMLInputElement
 
setValue(String) - Method in interface org.w3c.dom.html.HTMLParamElement
 
setValue(String) - Method in interface org.w3c.dom.html.HTMLOptionElement
 
setValue(String) - Method in interface org.w3c.dom.html.HTMLSelectElement
 
setValue(String, Object) - Method in class javax.servlet.jsp.tagext.TagSupport
Set a value
setValues(int, int, int) - Method in class org.apache.xerces.framework.XMLContentSpec
Sets the values.
setValues(XMLContentSpec.Provider, int) - Method in class org.apache.xerces.framework.XMLContentSpec
Sets the values from the values specified by the given content spec provider and identifier.
setValues(XMLContentSpec) - Method in class org.apache.xerces.framework.XMLContentSpec
Sets the values of the specified content spec.
setValueType(String) - Method in interface org.w3c.dom.html.HTMLParamElement
 
setVersion(int) - Method in class com.lutris.appserver.server.sql.CoreDO
Sets this object's version.
setVersion(int) - Method in class javax.servlet.http.Cookie
Sets the version of the cookie protocol this cookie complies with.
setVersion(String) - Method in class org.apache.xml.serialize.OutputFormat
Sets the version for this output method.
setVersion(String) - Method in interface org.w3c.dom.html.HTMLHtmlElement
 
setVersionColumnName(String) - Static method in class com.lutris.appserver.server.sql.CoreDO
Sets the version column name.
setVerticalAlignment(int) - Method in class com.lutris.html.HtmlTableCell
 
setVerticalAlignment(int) - Method in class com.lutris.html.HtmlTableRow
 
setVLink(String) - Method in interface org.w3c.dom.html.HTMLBodyElement
 
setVspace(String) - Method in interface org.enhydra.wireless.wml.dom.WMLImgElement
'vspace' specifies the abount of white space to be inserted above and below (Section 11.9, WAP WML Version 16-Jun-1999)
setVspace(String) - Method in interface org.w3c.dom.html.HTMLImageElement
 
setVspace(String) - Method in interface org.w3c.dom.html.HTMLAppletElement
 
setVspace(String) - Method in interface org.w3c.dom.html.HTMLObjectElement
 
setWhitespacePreservingElements(Vector) - Method in class org.apache.xalan.xslt.Stylesheet
Set lookup table of all space preserving elements.
setWhitespaceStrippingElements(Vector) - Method in class org.apache.xalan.xslt.Stylesheet
Set lookup table of all space stripping elements.
setWidth(int) - Method in interface org.w3c.dom.html.HTMLPreElement
 
setWidth(String) - Method in interface org.enhydra.wireless.wml.dom.WMLImgElement
'width' specifies the width of an image.
setWidth(String) - Method in interface org.w3c.dom.html.HTMLImageElement
 
setWidth(String) - Method in interface org.w3c.dom.html.HTMLTableElement
 
setWidth(String) - Method in interface org.w3c.dom.html.HTMLTableColElement
 
setWidth(String) - Method in interface org.w3c.dom.html.HTMLTableCellElement
 
setWidth(String) - Method in interface org.w3c.dom.html.HTMLAppletElement
 
setWidth(String) - Method in interface org.w3c.dom.html.HTMLHRElement
 
setWidth(String) - Method in interface org.w3c.dom.html.HTMLIFrameElement
 
setWidth(String) - Method in interface org.w3c.dom.html.HTMLObjectElement
 
setXMLCFactory(boolean, boolean) - Method in interface com.lutris.appserver.server.Application
Set the XMLC factory based on the recload and recompilation options.
setXMLCFactory(boolean, boolean) - Method in class com.lutris.appserver.server.StandardApplication
Set the XMLC factory based on the recload and recompilation options.
setXmlEncoding(String) - Method in class org.enhydra.xml.io.OutputOptions
Set the encoding using the XML encoding name.
setXmlEncoding(String, String) - Method in class org.enhydra.xml.io.OutputOptions
Set both the XML and Java encodings.
setXmlLang(String) - Method in interface org.enhydra.wireless.wml.dom.WMLSmallElement
The xml:lang that specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.enhydra.wireless.wml.dom.WMLFieldsetElement
The xml:lang that specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.enhydra.wireless.wml.dom.WMLBElement
'xml:lang' specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.enhydra.wireless.wml.dom.WMLAElement
'xml:lang' specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.enhydra.wireless.wml.dom.WMLBrElement
'xml:lang' specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.enhydra.wireless.wml.dom.WMLDoElement
The xml:lang that specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.enhydra.wireless.wml.dom.WMLTableElement
The xml:lang that specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.enhydra.wireless.wml.dom.WMLTdElement
The xml:lang that specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.enhydra.wireless.wml.dom.WMLStrongElement
The xml:lang that specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.enhydra.wireless.wml.dom.WMLBigElement
'xml:lang' specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.enhydra.wireless.wml.dom.WMLUElement
The xml:lang that specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.enhydra.wireless.wml.dom.WMLPElement
The xml:lang that specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.enhydra.wireless.wml.dom.WMLOptgroupElement
'xml:lang' specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.enhydra.wireless.wml.dom.WMLIElement
The xml:lang that specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.enhydra.wireless.wml.dom.WMLEmElement
The xml:lang that specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.enhydra.wireless.wml.dom.WMLOptionElement
'xml:lang' specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.enhydra.wireless.wml.dom.WMLWmlElement
The xml:lang that specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.enhydra.wireless.wml.dom.WMLAnchorElement
'xml:lang' specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.enhydra.wireless.wml.dom.WMLSelectElement
'xml:lang' specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.enhydra.wireless.wml.dom.WMLInputElement
'xml:lang' specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.enhydra.wireless.wml.dom.WMLCardElement
'xml:lang' specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.enhydra.wireless.wml.dom.WMLImgElement
The xml:lang that specifics the natural or formal language in which the document is written.
setXMLVersion(String) - Method in class org.enhydra.xml.xmlc.dom.XMLCDocument
 
setXPathFactory(XPathFactory) - Method in class org.apache.xalan.xslt.Stylesheet
Set the factory for making XPaths.
setXPathProcessor(XPathProcessor) - Method in class org.apache.xalan.xslt.Stylesheet
Set the XPath processor object.
setXPathSupport(XPathSupport) - Method in class org.apache.xalan.xslt.AVTPart
Set the XPath support.
shortname - Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
 
shouldExcludeResultNamespaceNode(ElemTemplateElement, String, String) - Method in class org.apache.xalan.xslt.ElemTemplateElement
Tell if the result namespace decl should be excluded.
shouldIndent() - Method in class org.apache.xalan.xpath.xml.FormatterToXML
 
shouldReload() - Method in class com.lutris.classloader.MultiClassLoader
Determine if the classes loaded by this class loader have been modified.
shouldStripSourceNode(Node) - Method in class org.apache.xalan.xpath.XPathSupportDefault
Tells, through the combination of the default-space attribute on xsl:stylesheet, xsl:strip-space, xsl:preserve-space, and the xml:space attribute, whether or not extra whitespace should be stripped from the node.
shouldStripSourceNode(Node) - Method in interface org.apache.xalan.xpath.XPathEnvSupport
Determine whether extra whitespace should be stripped from the node.
shouldStripSourceNode(Node) - Method in class org.apache.xalan.xpath.xml.XMLParserLiaisonDefault
Tells, through the combination of the default-space attribute on xsl:stylesheet, xsl:strip-space, xsl:preserve-space, and the xml:space attribute, whether or not extra whitespace should be stripped from the node.
shouldStripSourceNode(Node) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Tells, through the combination of the default-space attribute on xsl:stylesheet, xsl:strip-space, xsl:preserve-space, and the xml:space attribute, whether or not extra whitespace should be stripped from the node.
SHOW_ALL - Static variable in interface org.w3c.dom.traversal.NodeFilter
 
SHOW_ATTRIBUTE - Static variable in interface org.w3c.dom.traversal.NodeFilter
 
SHOW_CDATA_SECTION - Static variable in interface org.w3c.dom.traversal.NodeFilter
 
SHOW_COMMENT - Static variable in interface org.w3c.dom.traversal.NodeFilter
 
SHOW_DOCUMENT - Static variable in interface org.w3c.dom.traversal.NodeFilter
 
SHOW_DOCUMENT_FRAGMENT - Static variable in interface org.w3c.dom.traversal.NodeFilter
 
SHOW_DOCUMENT_TYPE - Static variable in interface org.w3c.dom.traversal.NodeFilter
 
SHOW_ELEMENT - Static variable in interface org.w3c.dom.traversal.NodeFilter
 
SHOW_ENTITY - Static variable in interface org.w3c.dom.traversal.NodeFilter
 
SHOW_ENTITY_REFERENCE - Static variable in interface org.w3c.dom.traversal.NodeFilter
 
SHOW_NOTATION - Static variable in interface org.w3c.dom.traversal.NodeFilter
 
SHOW_PROCESSING_INSTRUCTION - Static variable in interface org.w3c.dom.traversal.NodeFilter
 
SHOW_TEXT - Static variable in interface org.w3c.dom.traversal.NodeFilter
 
shutdown() - Method in interface com.lutris.appserver.server.Application
Shutdown the application.
shutdown() - Method in class com.lutris.appserver.server.StandardApplication
Shutdown the application.
shutdown() - Method in class com.lutris.appserver.server.session.StandardSessionKeyGen
Shutdown the thread associated with this object.
shutdown() - Method in interface com.lutris.appserver.server.session.StandardSessionUserTable
Shutdown this session user table as required.
shutdown() - Method in class com.lutris.appserver.server.session.StandardSessionIdleTimer
Shutdown the thread associated with this object.
shutdown() - Method in interface com.lutris.appserver.server.session.SessionManager
Shutdown this session manager as required.
shutdown() - Method in class com.lutris.appserver.server.session.StandardSessionManager
Shutdown this session manager, stopping threads that are associated with it.
shutdown() - Method in interface com.lutris.appserver.server.session.StandardSessionHome
 
shutdown() - Method in class com.lutris.appserver.server.sql.StandardDatabaseManager
Shutdown the database manager.
shutdown() - Method in interface com.lutris.appserver.server.sql.DatabaseManager
Shutdown the database manager.
shutdown() - Method in interface com.lutris.appserver.server.sql.LogicalDatabase
Immediately shutdown the logical database.
shutdown() - Method in class com.lutris.appserver.server.sql.standard.StandardLogicalDatabase
Immediately shutdown the logical database.
shy - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity shy (­).
sigma - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity sigma (?).
Sigma - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity Sigma (?).
sigmaf - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity sigmaf (?).
sim - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity sim (?).
SIMPLE_CLASS_NAMES - Static variable in class org.enhydra.xml.dom.DOMStats
Option flag to print simple class names instead of fully qualified names.
SimpleDOMTraversal - class org.enhydra.xml.dom.SimpleDOMTraversal.
Simple DOM traverser that calls a handler for every node in the DOM tree.
SimpleDOMTraversal.Handler - interface org.enhydra.xml.dom.SimpleDOMTraversal.Handler.
Interface for node callback object.
SimpleDOMTraversal(SimpleDOMTraversal.Handler) - Constructor for class org.enhydra.xml.dom.SimpleDOMTraversal
Constructor.
SimpleNodeLocator - class org.apache.xalan.xpath.SimpleNodeLocator.
SimpleNodeLocator implements a search of one or more DOM trees.
SimpleNodeLocator() - Constructor for class org.apache.xalan.xpath.SimpleNodeLocator
Create a SimpleNodeLocator object.
SingleThreadModel - interface javax.servlet.SingleThreadModel.
Ensures that servlets handle only one request at a time.
size - Variable in class com.lutris.classloader.Resource
The size of the resource in bytes.
size() - Method in interface com.lutris.appserver.server.session.StandardSessionHome
 
size() - Method in class org.apache.xalan.xpath.xml.NodeVector
Get the length of the list.
size() - Method in class org.apache.xalan.xpath.xml.BoolStack
Get the length of the list.
size() - Method in class org.apache.xalan.xpath.xml.StringToStringTableVector
Get the length of the list.
size() - Method in class org.apache.xalan.xpath.xml.StringVector
Get the length of the list.
size() - Method in class org.apache.xalan.xpath.xml.IntVector
Get the length of the list.
sizeofPOCache() - Method in class com.lutris.appserver.server.httpPresentation.HttpPresentationManager
Return the number of entries in the PO cache.
sizeofResourceCache() - Method in class com.lutris.appserver.server.httpPresentation.HttpPresentationManager
Return the number of entries in the resource cache.
SKIP_BODY - Static variable in interface javax.servlet.jsp.tagext.Tag
Skip body evaluation.
SKIP_PAGE - Static variable in interface javax.servlet.jsp.tagext.Tag
Skip the rest of the page.
skip(long) - Method in class com.lutris.mime.MultipartMimeInputStream
Skips over and discards n bytes of data from this input stream.
skip(long) - Method in class com.lutris.util.BMByteSearchStream
Skips over and discards n bytes of data from the input stream.
skipPattern() - Method in class com.lutris.util.BMByteSearchStream
Skips all bytes up to and including the search pattern or EOF.
skippedEntity(String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
skippedEntity(String) - Method in interface org.xml.sax.ContentHandler
Receive notification of a skipped entity.
skippedEntity(String) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Adapt a SAX2 skipped entity event.
skippedEntity(String) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter a skipped entity event.
skippedEntity(String) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of a skipped entity.
skipTo() - Method in class com.lutris.util.BMByteSearchStream
Skips all bytes up to but not including the search pattern or EOF.
SORT_ATTRIBUTES - Static variable in class org.enhydra.xml.dom.DOMTraversal
Option flag to indicate that attributes should be sorted before calling the handlers.
sourceFile(String) - Method in class com.lutris.appserver.server.jolt.joltpo.JoltPage
Sources a file found by the class loader, appending it to the output buffer.
SourceGenerator_Query - class com.lutris.dods.builder.generator.query.SourceGenerator_Query.
 
SourceGenerator_Query() - Constructor for class com.lutris.dods.builder.generator.query.SourceGenerator_Query
 
sourceNode - Variable in class org.apache.xalan.xslt.XSLProcessorContext
 
sourceTree - Variable in class org.apache.xalan.xslt.XSLProcessorContext
 
spades - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity spades (?).
splitText(int) - Method in class org.apache.xalan.xpath.dtm.DTMProxy
 
splitText(int) - Method in interface org.w3c.dom.Text
Breaks this node into two nodes at the specified offset , keeping both in the tree as siblings.
sqlLogging - Variable in class com.lutris.appserver.server.sql.standard.StandardConnectionAllocator
Indicates if logging is enabled.
StandardApplication - class com.lutris.appserver.server.StandardApplication.
Default application implementation.
StandardApplication() - Constructor for class com.lutris.appserver.server.StandardApplication
A constructor with no arguments is required.
StandardConnectionAllocator - class com.lutris.appserver.server.sql.standard.StandardConnectionAllocator.
Manages a pool (set) of connections to a database.
StandardConnectionAllocator(LogicalDatabase, Config) - Constructor for class com.lutris.appserver.server.sql.standard.StandardConnectionAllocator
Initialize the connection allocator object.
StandardDatabaseManager - class com.lutris.appserver.server.sql.StandardDatabaseManager.
The standard database manager implementation.
StandardDatabaseManager(Config) - Constructor for class com.lutris.appserver.server.sql.StandardDatabaseManager
Creates a new DatabaseManager object and configures the logical databases defined in the config file.
StandardDBConnection - class com.lutris.appserver.server.sql.standard.StandardDBConnection.
Standard implementation of the DBConnection object.
StandardDBConnection(ConnectionAllocator, String, String, String, int, boolean, int) - Constructor for class com.lutris.appserver.server.sql.standard.StandardDBConnection
Initialize the connection to a database.
StandardDBQuery - class com.lutris.appserver.server.sql.standard.StandardDBQuery.
Standard implementation of a DBQuery object.
StandardDBQuery(DBConnection) - Constructor for class com.lutris.appserver.server.sql.standard.StandardDBQuery
Construct a query object for use on the supplied dB connection.
StandardDBTransaction - class com.lutris.appserver.server.sql.standard.StandardDBTransaction.
Standard implementation of SQL database transaction.
StandardDBTransaction(DBConnection) - Constructor for class com.lutris.appserver.server.sql.standard.StandardDBTransaction
Construct a transaction object for use on the supplied dB connection.
standardLevelNames - Static variable in class com.lutris.logging.Logger
Table of standard level names
StandardLogChannel - class com.lutris.logging.StandardLogChannel.
Standard implementation of a channel associated with a logging facility.
StandardLogChannel(String, StandardLogger) - Constructor for class com.lutris.logging.StandardLogChannel
Construct a new log channel.
StandardLogger - class com.lutris.logging.StandardLogger.
Standard implementation of the Logger.
StandardLogger(boolean) - Constructor for class com.lutris.logging.StandardLogger
Construct a new logger.
StandardLogicalDatabase - class com.lutris.appserver.server.sql.standard.StandardLogicalDatabase.
Represents a logical database.
StandardLogicalDatabase() - Constructor for class com.lutris.appserver.server.sql.standard.StandardLogicalDatabase
Default constructor to configure a single logical database.
StandardLogicalDatabase(String, Config) - Constructor for class com.lutris.appserver.server.sql.standard.StandardLogicalDatabase
Creates and configures a single logical database.
StandardObjectIdAllocator - class com.lutris.appserver.server.sql.standard.StandardObjectIdAllocator.
Object ids can only be created via this manager.
StandardObjectIdAllocator(LogicalDatabase, Config) - Constructor for class com.lutris.appserver.server.sql.standard.StandardObjectIdAllocator
Initialize the object id manager.
StandardRecompilationHandler - class org.enhydra.xml.xmlc.reloading.StandardRecompilationHandler.
Standard recompilation handler.
StandardRecompilationHandler() - Constructor for class org.enhydra.xml.xmlc.reloading.StandardRecompilationHandler
 
StandardSession - interface com.lutris.appserver.server.session.StandardSession.
Defines the interface for the Session object expected by the StandardSessionManager.
StandardSessionHome - interface com.lutris.appserver.server.session.StandardSessionHome.
 
StandardSessionIdleHandler - interface com.lutris.appserver.server.session.StandardSessionIdleHandler.
Interface for class that is involked by StandardSessionIdleTimer to clean up sessions.
StandardSessionIdleTimer - class com.lutris.appserver.server.session.StandardSessionIdleTimer.
The idle timer thread for StandardSessionManager.
StandardSessionIdleTimer(StandardSessionIdleHandler, Application, long) - Constructor for class com.lutris.appserver.server.session.StandardSessionIdleTimer
 
StandardSessionKeyGen - class com.lutris.appserver.server.session.StandardSessionKeyGen.
The session random key generator.
StandardSessionKeyGen(long[]) - Constructor for class com.lutris.appserver.server.session.StandardSessionKeyGen
Constructor a new key generator random number entropy generator.
StandardSessionManager - class com.lutris.appserver.server.session.StandardSessionManager.
This session manager maintains the mapping between session keys and sessions.
StandardSessionManager(Application, Config, LogChannel) - Constructor for class com.lutris.appserver.server.session.StandardSessionManager
Creates a new SessionManager object.
StandardSessionManager(ClassLoader, Config, LogChannel) - Constructor for class com.lutris.appserver.server.session.StandardSessionManager
 
StandardSessionUserTable - interface com.lutris.appserver.server.session.StandardSessionUserTable.
Table used by StandardSessionManager to cross reference User objects and sessions.
START_TO_END - Static variable in interface org.w3c.dom.range.Range
 
START_TO_START - Static variable in interface org.w3c.dom.range.Range
 
start() - Method in class org.apache.xalan.xslt.client.XSLTProcessorApplet
Automatically called when the HTML client containing the applet loads.
startAttrList() - Method in class org.apache.xerces.framework.XMLAttrList
Start a new set of attributes.
startCDATA() - Method in class org.apache.xalan.xpath.dtm.DTM
Start CDATA section.
startCDATA() - Method in class org.apache.xalan.xpath.xml.FormatterToXML
Report the start of a CDATA section.
startCDATA() - Method in class org.apache.xalan.xpath.xml.FormatterToDOM
Report the start of a CDATA section.
startCDATA() - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Report the start of a CDATA section.
startCDATA() - Method in interface org.apache.xerces.framework.XMLDocumentHandler
callback for start of CDATA section.
startCDATA() - Method in class org.apache.xerces.parsers.DOMParser
Start CDATA section.
startCDATA() - Method in class org.apache.xerces.parsers.SAXParser
Start CDATA section.
startCDATA() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
startCDATA() - Method in interface org.xml.sax.ext.LexicalHandler
Report the start of a CDATA section.
startDocument() - Method in class org.apache.xalan.xpath.dtm.DTM
XMLDocumentHandler API: Start-of-document recieved.
startDocument() - Method in class org.apache.xalan.xpath.xml.FormatterToXML
Receive notification of the beginning of a document.
startDocument() - Method in class org.apache.xalan.xpath.xml.FormatterToHTML
Receive notification of the beginning of a document.
startDocument() - Method in class org.apache.xalan.xpath.xml.FormatterToText
Receive notification of the beginning of a document.
startDocument() - Method in class org.apache.xalan.xpath.xml.FormatterToDOM
Receive notification of the beginning of a document.
startDocument() - Method in class org.apache.xalan.xslt.StylesheetHandler
Receive notification of the beginning of a document.
startDocument() - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Implement the startDocument event.
startDocument() - Method in interface org.apache.xerces.framework.XMLDocumentHandler
Callback for start of document If the there is no version info, encoding info, or standalone info, the corresponding argument will be set to -1.
startDocument() - Method in class org.apache.xerces.parsers.DOMParser
Start document.
startDocument() - Method in class org.apache.xerces.parsers.SAXParser
Start document.
startDocument() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
startDocument() - Method in interface org.xml.sax.ContentHandler
Receive notification of the beginning of a document.
startDocument() - Method in class org.xml.sax.HandlerBase
Deprecated. Receive notification of the beginning of the document.
startDocument() - Method in interface org.xml.sax.DocumentHandler
Deprecated. Receive notification of the beginning of a document.
startDocument() - Method in class org.xml.sax.helpers.XMLReaderAdapter
Start document event.
startDocument() - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter a start document event.
startDocument() - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of the beginning of the document.
startDocument() - Method in class org.xml.sax.helpers.ParserAdapter
Adapt a SAX1 start document event.
startDocument(int, int, int) - Method in class org.apache.xalan.xpath.dtm.DTM
XMLDocumentHandler API: Start-of-document recieved.
startDocument(String) - Method in class org.apache.xml.serialize.XMLSerializer
Called to serialize the document's DOCTYPE by the root element.
startDocument(String) - Method in class org.apache.xml.serialize.TextSerializer
Called to serialize the document's DOCTYPE by the root element.
startDocument(String) - Method in class org.apache.xml.serialize.HTMLSerializer
Called to serialize the document's DOCTYPE by the root element.
startDTD(int, int, int) - Method in class org.apache.xalan.xpath.dtm.DTM
This function will be called when a <!DOCTYPE...> declaration is encountered.
startDTD(QName, int, int) - Method in class org.apache.xalan.xpath.dtm.DTM
callback for the start of the DTD This function will be called when a <!DOCTYPE...> declaration is encountered.
startDTD(QName, int, int) - Method in interface org.apache.xerces.framework.XMLDocumentHandler.DTDHandler
callback for the start of the DTD This function will be called when a <!DOCTYPE...> declaration is encountered.
startDTD(QName, int, int) - Method in class org.apache.xerces.parsers.DOMParser
This function will be called when a <!DOCTYPE...> declaration is encountered.
startDTD(QName, int, int) - Method in class org.apache.xerces.parsers.SAXParser
This function will be called when a <!DOCTYPE...> declaration is encountered.
startDTD(String, String, String) - Method in class org.apache.xalan.xpath.xml.FormatterToXML
Report the start of DTD declarations, if any.
startDTD(String, String, String) - Method in class org.apache.xalan.xpath.xml.FormatterToDOM
Report the start of DTD declarations, if any.
startDTD(String, String, String) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Report the start of DTD declarations, if any.
startDTD(String, String, String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
startDTD(String, String, String) - Method in interface org.xml.sax.ext.LexicalHandler
Report the start of DTD declarations, if any.
startElement(QName, XMLAttrList, int) - Method in class org.apache.xalan.xpath.dtm.DTM
XMLDocumentHandler API: Process element start-tag and its attributes.
startElement(QName, XMLAttrList, int) - Method in interface org.apache.xerces.framework.XMLDocumentHandler
callback for the start of element.
startElement(QName, XMLAttrList, int) - Method in class org.apache.xerces.parsers.DOMParser
Start element.
startElement(QName, XMLAttrList, int) - Method in class org.apache.xerces.parsers.SAXParser
Start element
startElement(String, AttributeList) - Method in class org.apache.xalan.xpath.xml.FormatterToXML
Receive notification of the beginning of an element.
startElement(String, AttributeList) - Method in class org.apache.xalan.xpath.xml.FormatterToHTML
Receive notification of the beginning of an element.
startElement(String, AttributeList) - Method in class org.apache.xalan.xpath.xml.FormatterToText
Receive notification of the beginning of an element.
startElement(String, AttributeList) - Method in class org.apache.xalan.xpath.xml.FormatterToDOM
Receive notification of the beginning of an element.
startElement(String, AttributeList) - Method in class org.apache.xalan.xslt.StylesheetHandler
Receive notification of the beginning of an element.
startElement(String, AttributeList) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Implement the startElement event.
startElement(String, AttributeList) - Method in class org.apache.xml.serialize.XMLSerializer
 
startElement(String, AttributeList) - Method in class org.apache.xml.serialize.TextSerializer
 
startElement(String, AttributeList) - Method in class org.apache.xml.serialize.HTMLSerializer
 
startElement(String, AttributeList) - Method in class org.xml.sax.HandlerBase
Deprecated. Receive notification of the start of an element.
startElement(String, AttributeList) - Method in interface org.xml.sax.DocumentHandler
Deprecated. Receive notification of the beginning of an element.
startElement(String, AttributeList) - Method in class org.xml.sax.helpers.ParserAdapter
Adapt a SAX1 startElement event.
startElement(String, String, String, Attributes) - Method in class org.apache.xml.serialize.XMLSerializer
 
startElement(String, String, String, Attributes) - Method in class org.apache.xml.serialize.TextSerializer
 
startElement(String, String, String, Attributes) - Method in class org.apache.xml.serialize.HTMLSerializer
 
startElement(String, String, String, Attributes) - Method in interface org.xml.sax.ContentHandler
Receive notification of the beginning of an element.
startElement(String, String, String, Attributes) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Adapt a SAX2 start element event.
startElement(String, String, String, Attributes) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter a start element event.
startElement(String, String, String, Attributes) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of the start of an element.
startEntity(String) - Method in class org.apache.xalan.xpath.xml.FormatterToXML
Report the beginning of an entity.
startEntity(String) - Method in class org.apache.xalan.xpath.xml.FormatterToDOM
Report the beginning of an entity.
startEntity(String) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Report the beginning of an entity.
startEntity(String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
startEntity(String) - Method in interface org.xml.sax.ext.LexicalHandler
Report the beginning of an entity in content.
startEntityDecl(boolean, int) - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
Start the scope of an entity declaration.
startEntityReference(int, int, int) - Method in class org.apache.xalan.xpath.dtm.DTM
Start entity reference.
startEntityReference(int, int, int) - Method in interface org.apache.xerces.framework.XMLDocumentHandler
callback for start of entity reference.
startEntityReference(int, int, int) - Method in class org.apache.xerces.parsers.DOMParser
Start entity reference.
startEntityReference(int, int, int) - Method in class org.apache.xerces.parsers.SAXParser
Start entity reference.
startEnumeration() - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
Called when the scanner start scanning an enumeration
startNamespaceDeclScope(int, int) - Method in class org.apache.xalan.xpath.dtm.DTM
Report the start of the scope of a namespace declaration.
startNamespaceDeclScope(int, int) - Method in interface org.apache.xerces.framework.XMLDocumentHandler
callback for the start of a namespace declaration scope.
startNamespaceDeclScope(int, int) - Method in class org.apache.xerces.parsers.DOMParser
Report the start of the scope of a namespace declaration.
startNamespaceDeclScope(int, int) - Method in class org.apache.xerces.parsers.SAXParser
Report the start of the scope of a namespace declaration.
startNode(Node) - Method in class org.apache.xalan.xpath.xml.TreeWalker
 
startNonEscaping() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
startPrefixMapping(String, String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
startPrefixMapping(String, String) - Method in interface org.xml.sax.ContentHandler
Begin the scope of a prefix-URI Namespace mapping.
startPrefixMapping(String, String) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Adapt a SAX2 start prefix mapping event.
startPrefixMapping(String, String) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter a start Namespace prefix mapping event.
startPrefixMapping(String, String) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of the start of a Namespace mapping.
startPreserving() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
startReadingFromExternalSubset(int, int) - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
Called when the DTDScanner starts reading from the external subset
startup(Config) - Method in interface com.lutris.appserver.server.Application
Start the application.
startup(Config) - Method in class com.lutris.appserver.server.StandardApplication
Start the application.
startupComponent(Class) - Method in class org.apache.xalan.xpath.XSLTJavaClassEngine
Start the component up by executing any script that needs to run at startup time.
startupComponent(Class) - Method in class org.apache.xalan.xpath.ExtensionFunctionHandler
Start the component up by executing any script that needs to run at startup time.
startupComponent(Class) - Method in interface org.apache.xalan.xpath.ExtensionFunctionHandler.ExtensionLiaison
Start the component up by executing any script that needs to run at startup time.
startupComponent(Class) - Method in class org.apache.xalan.xslt.ExtensionNSHandler
Start the component up by executing any script that needs to run at startup time.
state - Variable in class com.lutris.appserver.server.StandardApplication
Current state of the application.
stderrLevelFlags - Variable in class com.lutris.logging.StandardLogger
Table of levels that are to be written to stderr Accessed directly by the channel.
Step() - Method in class org.apache.xalan.xpath.XPathProcessorImpl
Step ::= Basis Predicate* | AbbreviatedStep
step(XPathSupport, Node, int) - Method in class org.apache.xalan.xpath.XPath
Execute a step in a location path.
step(XPath, XPathSupport, Node, int, NodeCallback, Object, boolean, boolean) - Method in class org.apache.xalan.xpath.SimpleNodeLocator
Execute a step and predicates in a location path.
StepPattern() - Method in class org.apache.xalan.xpath.XPathProcessorImpl
StepPattern ::= AbbreviatedNodeTestStep
stepPattern(XPath, XPathSupport, Node, int, double[]) - Method in class org.apache.xalan.xpath.SimpleNodeLocator
Execute a step in a location path.
stop() - Method in class org.apache.xalan.xslt.client.XSLTProcessorApplet
Automatically called when the HTML page containing the applet is no longer on the screen.
STOPPED - Static variable in interface com.lutris.appserver.server.Application
Stopped state code.
stopPropagation() - Method in interface org.w3c.dom.events.Event
The stopPropagation method is used prevent further propagation of an event during event flow.
stopReadingFromExternalSubset() - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
Called when the DTDScanner stop reading from the external subset
store(String, Serializable) - Method in interface com.lutris.util.PersistentStore
Method to store and object (persistent).
str() - Method in class org.apache.xalan.xpath.XObject
Cast result object to a string.
str() - Method in class org.apache.xalan.xpath.XNull
Cast result object to a string.
str() - Method in class org.apache.xalan.xpath.XNumber
Cast result object to a string.
str() - Method in class org.apache.xalan.xpath.XRTreeFrag
Cast result object to a string.
str() - Method in class org.apache.xalan.xpath.XBoolean
Cast result object to a string.
str() - Method in class org.apache.xalan.xpath.XNodeSet
Cast result object to a string.
str() - Method in class org.apache.xalan.xpath.XString
Cast result object to a string.
StreamXMLCLogger - class org.enhydra.xml.xmlc.StreamXMLCLogger.
 
StreamXMLCLogger() - Constructor for class org.enhydra.xml.xmlc.StreamXMLCLogger
 
StreamXMLCLogger(PrintWriter) - Constructor for class org.enhydra.xml.xmlc.StreamXMLCLogger
 
StreamXMLCLogger(PrintWriter, PrintWriter, PrintWriter) - Constructor for class org.enhydra.xml.xmlc.StreamXMLCLogger
 
string(XPathSupport, Node, int) - Method in class org.apache.xalan.xpath.XPath
Cast an expression to a string.
StringExpr() - Method in class org.apache.xalan.xpath.XPathProcessorImpl
StringExpr ::= Expr
StringKey - class org.apache.xalan.xpath.xml.StringKey.
Simple class for fast lookup of string values, when used with hashtables.
StringKey(String) - Constructor for class org.apache.xalan.xpath.xml.StringKey
 
stringReplace(String, String, String) - Static method in class com.lutris.dods.builder.generator.query.QueryBuilder
Replace a substring with another string.
StringToStringTable - class org.apache.xalan.xpath.xml.StringToStringTable.
A very simple lookup table that stores a list of strings, the even number strings being keys, and the odd number strings being values.
StringToStringTable() - Constructor for class org.apache.xalan.xpath.xml.StringToStringTable
Default constructor.
StringToStringTable(int) - Constructor for class org.apache.xalan.xpath.xml.StringToStringTable
Construct a StringToStringTable, using the given block size.
StringToStringTableVector - class org.apache.xalan.xpath.xml.StringToStringTableVector.
A very simple table that stores a list of StringToStringTables, optimized for small lists.
StringToStringTableVector() - Constructor for class org.apache.xalan.xpath.xml.StringToStringTableVector
Default constructor.
StringToStringTableVector(int) - Constructor for class org.apache.xalan.xpath.xml.StringToStringTableVector
Construct a StringToStringTableVector, using the given block size.
StringVector - class org.apache.xalan.xpath.xml.StringVector.
A very simple table that stores a list of strings, optimized for small lists.
StringVector() - Constructor for class org.apache.xalan.xpath.xml.StringVector
Default constructor.
StringVector(int) - Constructor for class org.apache.xalan.xpath.xml.StringVector
Construct a StringVector, using the given block size.
Stylesheet - class org.apache.xalan.xslt.Stylesheet.
Represents the base stylesheet or an "import" stylesheet; "include" stylesheets are combined with the including stylesheet.
STYLESHEET_EXT - Static variable in class org.apache.xalan.xslt.Stylesheet
Extension to be used when serializing to disk.
Stylesheet(StylesheetRoot, XSLTEngineImpl, String) - Constructor for class org.apache.xalan.xslt.Stylesheet
Constructor for a Stylesheet needs a Document.
StylesheetHandler - class org.apache.xalan.xslt.StylesheetHandler.
Initializes and processes a stylesheet via SAX events.
StylesheetHandler(XSLTEngineImpl, Stylesheet) - Constructor for class org.apache.xalan.xslt.StylesheetHandler
FormatterToText instance constructor...
StylesheetRoot - class org.apache.xalan.xslt.StylesheetRoot.
Binary representation of a stylesheet -- use the XSLTProcessor ProcessStylesheet method to create a StylesheetRoot and improve performance for a stylesheet performing multiple transformations.
StylesheetRoot(XSLTEngineImpl, String) - Constructor for class org.apache.xalan.xslt.StylesheetRoot
Uses an XSL stylesheet document.
StylesheetSpec - class org.apache.xalan.xslt.StylesheetSpec.
This class implements the representation of a stylesheet specification via xml-stylesheet in an XML document.
StylesheetSpec(String, String, String, String, boolean, String) - Constructor for class org.apache.xalan.xslt.StylesheetSpec
Create a StylesheetSpec object.
stylesheetTree - Variable in class org.apache.xalan.xslt.XSLProcessorContext
 
sub - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity sub (?).
sube - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity sube (?).
submit() - Method in interface org.w3c.dom.html.HTMLFormElement
Submits the form.
substitute(Object, String) - Method in class gnu.regexp.RE
Substitutes the replacement text for the first match found in the input.
substitute(Object, String, int) - Method in class gnu.regexp.RE
Substitutes the replacement text for the first match found in the input beginning at the specified index position.
substitute(Object, String, int, int) - Method in class gnu.regexp.RE
Substitutes the replacement text for the first match found in the input string, beginning at the specified index position and using the specified execution flags.
substituteAll(Object, String) - Method in class gnu.regexp.RE
Substitutes the replacement text for each non-overlapping match found in the input text.
substituteAll(Object, String, int) - Method in class gnu.regexp.RE
Substitutes the replacement text for each non-overlapping match found in the input text, starting at the specified index.
substituteAll(Object, String, int, int) - Method in class gnu.regexp.RE
Substitutes the replacement text for each non-overlapping match found in the input text, starting at the specified index and using the specified execution flags.
substituteInto(String) - Method in class gnu.regexp.REMatch
Substitute the results of this match to create a new string.
substringData(int, int) - Method in class org.apache.xalan.xpath.dtm.DTMProxy
 
substringData(int, int) - Method in interface org.w3c.dom.CharacterData
Extracts a range of data from the node.
subtract(Currency) - Method in class com.lutris.util.Currency
Returns a Currency whose value is (this - val).
sum - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity sum (?).
sup - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity sup (?).
sup1 - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity sup1 (¹).
sup2 - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity sup2 (²).
sup3 - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity sup3 (³).
supe - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity supe (?).
supports(String, String) - Method in class org.apache.xalan.xpath.dtm.DTMProxy
 
supports(String, String) - Method in class org.apache.xalan.xslt.UnImplNode
Unimplemented.
supports(String, String) - Method in class org.apache.xalan.xslt.ResultTreeFrag
Unimplemented.
supports(String, String) - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
supports(String, String) - Method in interface org.w3c.dom.Node
Tests whether the DOM implementation implements a specific feature and that feature is supported by this node.
supportsNodeNumber(Node) - Method in interface org.apache.xalan.xpath.XPathSupport
 
supportsNodeNumber(Node) - Method in class org.apache.xalan.xpath.XPathSupportDefault
 
supportsNodeNumber(Node) - Method in class org.apache.xalan.xpath.dtm.DTMLiaison
 
supportsSAX() - Method in class org.apache.xalan.xpath.dtm.DTMLiaison
Returns true if the liaison supports the SAX DocumentHandler interface.
supportsSAX() - Method in class org.apache.xalan.xpath.xdom.XercesLiaison
Returns true that this implementation does support the SAX DocumentHandler interface.
supportsSAX() - Method in class org.apache.xalan.xpath.xml.XMLParserLiaisonDefault
Returns true if the liaison supports the SAX DocumentHandler interface.
supportsSAX() - Method in interface org.apache.xalan.xpath.xml.XMLParserLiaison
Returns true if the liaison supports the SAX DocumentHandler interface.
supportsSAX() - Method in class org.apache.xalan.xpath.xml.JaxpLiaison
 
surroundContents(Node) - Method in interface org.w3c.dom.range.Range
Reparents the contents of the range to the given node and inserts the node at the position of the start of the range.
switchingProtocols - Static variable in class com.lutris.http.HttpStatus
 
switchLogFile(File) - Method in class com.lutris.logging.StandardLogger
Switch a log file; replacing the old one with a new one.
SybaseConnectionAllocator - class com.lutris.appserver.server.sql.sybase.SybaseConnectionAllocator.
An Sybase database connection allocator used by the Sybase logical database.
SybaseConnectionAllocator(SybaseLogicalDatabase, Config) - Constructor for class com.lutris.appserver.server.sql.sybase.SybaseConnectionAllocator
Creates an Sybase database connection allocator.
SybaseDBConnection - class com.lutris.appserver.server.sql.sybase.SybaseDBConnection.
An Sybase database connection object used by the Sybase logical database.
SybaseDBConnection(SybaseConnectionAllocator, String, String, String, int, boolean, int) - Constructor for class com.lutris.appserver.server.sql.sybase.SybaseDBConnection
Create a connection to a JDBC database with Sybase specific symantics.
SybaseDBQuery - class com.lutris.appserver.server.sql.sybase.SybaseDBQuery.
An Sybase database query object used by the Sybase logical database.
SybaseDBQuery(DBConnection) - Constructor for class com.lutris.appserver.server.sql.sybase.SybaseDBQuery
Private constructor.
SybaseDBTransaction - class com.lutris.appserver.server.sql.sybase.SybaseDBTransaction.
An Sybase database transaction object used by the Sybase logical database.
SybaseDBTransaction(DBConnection) - Constructor for class com.lutris.appserver.server.sql.sybase.SybaseDBTransaction
Private constructor.
SybaseLogicalDatabase - class com.lutris.appserver.server.sql.sybase.SybaseLogicalDatabase.
Represents a logical database with Sybase specific capabilities.
SybaseLogicalDatabase() - Constructor for class com.lutris.appserver.server.sql.sybase.SybaseLogicalDatabase
Default constructor to configure a single logical database.
SybaseLogicalDatabase(String, Config) - Constructor for class com.lutris.appserver.server.sql.sybase.SybaseLogicalDatabase
Creates and configures a single logical database with sybase specific enhancements.
SybaseObjectIdAllocator - class com.lutris.appserver.server.sql.sybase.SybaseObjectIdAllocator.
An Sybase database object id allocator used by the Sybase logical database.
SybaseObjectIdAllocator(LogicalDatabase, Config) - Constructor for class com.lutris.appserver.server.sql.sybase.SybaseObjectIdAllocator
Initialize the object id manager.
SYM_TEXT_LINEBREAKS - Static variable in class org.enhydra.xml.dom.DOMInfo
Print newlines and carriage returns as \n and \r, avoiding linebreaks in text
syncAccessMethods() - Method in interface org.enhydra.xml.xmlc.XMLObject
Initialize the fields used by the generated access methods from the current state of the document.
syncAccessMethods() - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
syncWithDocument(Node) - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
Generated function to synchronize the fields used by the access methods.
SYNTAX - Static variable in class com.lutris.util.ConfigException
The reason field may contain this value to indicate that a syntax error in the configuration input file or stream caused this exception.
SYNTAX_ERR - Static variable in class org.w3c.dom.DOMException
 
szlig - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity szlig (ß).

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 _