|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
newChild to the end of the list of children
of this node.
Attr interface represents an attribute in an
Element object.Attr.
CDATASection.
CharacterData interface extends Node with a set of
attributes and methods for accessing character data in the DOM.java.lang.Object.clone
method to return a copy of this cookie.
CharacterData and represents the
content of a comment, i.e., all the characters between the starting '
<!--' and ending '-->'.Comment.
Attr of the given name.
CDATASection node whose value is the specified
string.
Comment node given the specified string.
DocumentFragment object.
DocumentType node.
EntityReference object.
ProcessingInstruction node given the specified
name and data strings.
Text node given the specified string.
Document interface represents the entire HTML or XML
document.DocumentFragment.
Document.
DocumentType.
- DocumentBuilder() -
Constructor for class javax.xml.parsers.DocumentBuilder
-
- DocumentBuilderFactory - class javax.xml.parsers.DocumentBuilderFactory.
- Responsible for creating new DOM parsers
- DocumentBuilderFactory() -
Constructor for class javax.xml.parsers.DocumentBuilderFactory
-
- DocumentFragment - interface org.w3c.dom.DocumentFragment.
DocumentFragment is a "lightweight" or "minimal"
Document object.- DocumentType - interface org.w3c.dom.DocumentType.
- Each
Document has a doctype attribute whose value
is either null or a DocumentType object. - doDelete(HttpServletRequest, HttpServletResponse) -
Method in class javax.servlet.http.HttpServlet
- Called by the server (via the
service method)
to allow a servlet to handle a DELETE request.
- doEndTag() -
Method in class javax.servlet.jsp.tagext.TagSupport
- Default processing of the end tag returning EVAL_PAGE.
- doEndTag() -
Method in class javax.servlet.jsp.tagext.BodyTagSupport
- Default processing of the end tag returning EVAL_PAGE.
- doEndTag() -
Method in interface javax.servlet.jsp.tagext.Tag
- Process the end tag for this instance.
- doFilter(ServletRequest, ServletResponse) -
Method in class com.caucho.server.http.FilterChainPage
- Invokes the final servlet at the end of the chain.
- doFilter(ServletRequest, ServletResponse) -
Method in class com.caucho.server.http.FilterChainServlet
- Invokes the final servlet at the end of the chain.
- doFilter(ServletRequest, ServletResponse) -
Method in class com.caucho.server.http.QFilterChain
- Invokes the next filter in the chain or the final servlet at
the end of the chain.
- doFilter(ServletRequest, ServletResponse) -
Method in class com.caucho.server.http.FilterChainFilter
- Invokes the next filter in the chain or the final servlet at
the end of the chain.
- doFilter(ServletRequest, ServletResponse) -
Method in interface javax.servlet.FilterChain
- Causes the next filter in the chain to be invoked, or if the calling filter is the last filter
in the chain, causes the resource at the end of the chain to be invoked.
- doFilter(ServletRequest, ServletResponse, FilterChain) -
Method in class com.caucho.http.security.ErrorFilter
-
- doFilter(ServletRequest, ServletResponse, FilterChain) -
Method in class com.caucho.http.security.SecurityFilter
-
- doFilter(ServletRequest, ServletResponse, FilterChain) -
Method in interface javax.servlet.Filter
- The
doFilter method of the Filter is called by the container
each time a request/response pair is passed through the chain due
to a client request for a resource at the end of the chain.
- doFinally() -
Method in interface javax.servlet.jsp.tagext.TryCatchFinally
- Invoked in all cases after doEndTag() for any class implementing
Tag, IterationTag or BodyTag.
- doGet(HttpServletRequest, HttpServletResponse) -
Method in class com.caucho.server.http.DirectoryServlet
-
- doGet(HttpServletRequest, HttpServletResponse) -
Method in class javax.servlet.http.HttpServlet
- Called by the server (via the
service method) to
allow a servlet to handle a GET request.
- doHead(HttpServletRequest, HttpServletResponse) -
Method in class javax.servlet.http.HttpServlet
- Receives an HTTP HEAD request from the protected
service method and handles the
request.
- doInitBody() -
Method in interface javax.servlet.jsp.tagext.BodyTag
- Prepare for evaluation of the body.
- doInitBody() -
Method in class javax.servlet.jsp.tagext.BodyTagSupport
- Prepare for evaluation of the body just before the first body evaluation:
no action.
- DOMBuilder - class com.caucho.xml.DOMBuilder.
- XMLWriter to create a DOM document.
- DOMBuilder() -
Constructor for class com.caucho.xml.DOMBuilder
-
- DOMException - exception org.w3c.dom.DOMException.
- DOM operations only raise exceptions in "exceptional" circumstances, i.e.,
when an operation is impossible to perform (either for logical reasons,
because data is lost, or because the implementation has become unstable).
- DOMException(short, String) -
Constructor for class org.w3c.dom.DOMException
-
- DOMImplementation - interface org.w3c.dom.DOMImplementation.
- The
DOMImplementation interface provides a number of methods
for performing operations that are independent of any particular instance
of the document object model. - DOMSTRING_SIZE_ERR -
Static variable in class org.w3c.dom.DOMException
- If the specified range of text does not fit into a DOMString
- doNew(ESBase, ESString, int) -
Method in class com.caucho.es.Call
-
- doNew(ESBase, ESString, int, ESBase) -
Method in class com.caucho.es.Call
-
- doNew(ESBase, ESString, int, ESBase, ESBase) -
Method in class com.caucho.es.Call
-
- doNew(ESBase, ESString, int, ESBase, ESBase, ESBase, int) -
Method in class com.caucho.es.Call
-
- doNew(ESBase, int) -
Method in class com.caucho.es.Call
-
- doNew(ESBase, int, ESBase) -
Method in class com.caucho.es.Call
-
- doNew(ESBase, int, ESBase, ESBase) -
Method in class com.caucho.es.Call
-
- doNew(ESBase, int, ESBase, ESBase, ESBase, int) -
Method in class com.caucho.es.Call
-
- DONT_DELETE -
Static variable in class com.caucho.es.ESBase
-
- DONT_ENUM -
Static variable in class com.caucho.es.ESBase
-
- doOptions(HttpServletRequest, HttpServletResponse) -
Method in class javax.servlet.http.HttpServlet
- Called by the server (via the
service method)
to allow a servlet to handle a OPTIONS request.
- doPost(HttpServletRequest, HttpServletResponse) -
Method in class javax.servlet.http.HttpServlet
- Called by the server (via the
service method)
to allow a servlet to handle a POST request.
- doPut(HttpServletRequest, HttpServletResponse) -
Method in class javax.servlet.http.HttpServlet
- Called by the server (via the
service method)
to allow a servlet to handle a PUT request.
- doStartTag() -
Method in class javax.servlet.jsp.tagext.TagSupport
- Default processing of the start tag, returning SKIP_BODY.
- doStartTag() -
Method in class javax.servlet.jsp.tagext.BodyTagSupport
- Default processing of the start tag returning EVAL_BODY_BUFFERED
- doStartTag() -
Method in interface javax.servlet.jsp.tagext.Tag
- Process the start tag for this instance.
- doTrace(HttpServletRequest, HttpServletResponse) -
Method in class javax.servlet.http.HttpServlet
- Called by the server (via the
service method)
to allow a servlet to handle a TRACE request.
- DoubleArray - class com.caucho.util.DoubleArray.
-
- DoubleArray() -
Constructor for class com.caucho.util.DoubleArray
-
- doVoid(ESBase) -
Static method in class com.caucho.es.Call
-
- dtd(QDocumentType) -
Method in class com.caucho.xml.DOMBuilder
-
- DummyRequest - class com.caucho.server.http.DummyRequest.
-
- DummyRequest() -
Constructor for class com.caucho.server.http.DummyRequest
-
- DummyResponse - class com.caucho.server.http.DummyResponse.
-
- DummyResponse() -
Constructor for class com.caucho.server.http.DummyResponse
-
- dup() -
Method in class com.caucho.es.ESClosure
-
- dup() -
Method in class com.caucho.es.ESRegexp
-
- dup() -
Method in class com.caucho.es.ESBeanWrapper
-
- dup(int) -
Method in class com.caucho.es.ESBeanWrapper
-
- DynamicClassLoader - class com.caucho.util.DynamicClassLoader.
- Class loader which checks for changes in class files and automatically
picks up new jars.
- DynamicClassLoader.Entry - class com.caucho.util.DynamicClassLoader.Entry.
- Describes a cached loaded class entry.
- DynamicClassLoader.Entry(DynamicClassLoader, String, Path, Path) -
Constructor for class com.caucho.util.DynamicClassLoader.Entry
- Create a loaded class entry
- DynamicClassLoader.Entry(DynamicClassLoader, String, Path, Path, Path) -
Constructor for class com.caucho.util.DynamicClassLoader.Entry
- Create a loaded class entry
- DynamicClassLoader(ClassLoader) -
Constructor for class com.caucho.util.DynamicClassLoader
- Create a new class loader (jdk1.2)
Element interface represents an element in an HTML or XML
document.Element.
sendRedirect method or, if encoding is not needed,
returns the URL unchanged.
Entity.
EntityReference.
EntityReference objects may be inserted into the structure
model when an entity reference is in the source document, or when the
user wishes to insert an entity reference.newXMLFilter methods are supported.
doFilter method.Object,
or null if no attribute of the given name exists.
null if there is no attribute by that name.
null if no object is bound under the name.
Enumeration containing the
names of the attributes available to this request.
Enumeration containing the
attribute names available
within this servlet context.
Enumeration of String objects
containing the names of all the objects bound to this session.
Attr node by local name and namespace URI.
NamedNodeMap containing the attributes of this node (if
it is an Element) or null otherwise.
NodeList that contains all children of this node.
null if the cookie has no comment.
null if the type is not known.
ServletContext object that
corresponds to a specified URL on the server.
Cookie
objects the client sent with this request.
long value that represents a
Date object.
DocumentType)
associated with this document.
Element whose ID is given by
elementId.
NodeList of all descendant Elements
with a given tag name, in the order in which they are encountered in
a preorder traversal of this Element tree.
NodeList of all the Elements with a
given tag name in the order in which they are encountered in a
preorder traversal of the Document tree.
NodeList of all the descendant
Elements with a given local name and namespace URI in
the order in which they are encountered in a preorder traversal of
this Element tree.
NodeList of all the Elements with a
given local name and namespace URI in the order in which they are
encountered in a preorder traversal of the Document tree.
NamedNodeMap containing the general entities, both
external and internal, declared in the DTD.
String.
Enumeration of String objects.
Enumeration and will be removed
in a future version of this API.
DOMImplementation object that handles this document.
String containing the value of the named
initialization parameter, or null if the parameter does
not exist.
String containing the value of the
named initialization parameter, or null if
the parameter does not exist.
String containing the value of the
named initialization parameter, or null if
the parameter does not exist.
String containing the value of the named
context-wide initialization parameter, or null if the
parameter does not exist.
Enumeration of String objects,
or an empty Enumeration if the servlet has no
initialization parameters.
Enumeration of String objects,
or an empty Enumeration if the servlet has
no initialization parameters.
Enumeration of String objects,
or an empty Enumeration if the servlet has
no initialization parameters.
Enumeration of String objects, or an
empty Enumeration if the context has no initialization
parameters.
ServletInputStream.
null if there is none.
int.
HttpServletRequest
object was last modified,
in milliseconds since midnight January 1, 1970 GMT.
data
and the substringData method below.
Locale that the client will
accept content in, based on the Accept-Language header.
Enumeration of Locale objects
indicating, in decreasing order starting with the preferred locale, the
locales that are acceptable to the client based on the Accept-Language
header.
-1 indicating the cookie will persist
until browser shutdown.
null if
the MIME type is not known.
DOCTYPE keyword.
RequestDispatcher object that acts
as a wrapper for the named servlet.
null if it is
unspecified.
NamedNodeMap containing the notations declared in the
DTD.
ServletOutputStream suitable for writing binary
data in the response.
Document object associated with this node.
Element node this attribute is attached to or
null if this attribute is not in use.
String,
or null if the parameter does not exist.
Enumeration of String
objects containing the names of the parameters contained
in this request.
String objects containing
all of the values the given request parameter has, or
null if the parameter does not exist.
null if it is
unspecified.
BufferedReader.
ServletContext.getRealPath(java.lang.String) instead.