|
|||||||||
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.Typically the allowable values for the
attribute are defined in a documenttype definition.CharacterData
interface extends Node with a set of
attributes and methods for accessing character data in the DOM.<!--
' and ending '-->
'.name
Attr
of the given name.
CDATASection
node whose value is the specified
string.
Comment
node given the specified string.
DocumentFragment
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
is a "lightweight" or "minimal"
Document
object.Document
has a doctype
attribute whose value
is either null
or a DocumentType
object.DOMImplementation
interface provides a number of methods
for performing operations that are independent of any particular instance
of the document object model.Element
nodes.sendRedirect()
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.Attr
node by name.
NamedNodeMap
containing the attributes of this node (if it
is an Element
) or null
otherwise.
NodeList
that contains all children of this node.
DocumentType
) associated
with this document.
NodeList
of all descendant elements with a given
tag name, in the order in which they would be encountered in a preorder
traversal of the Element
tree.
NodeList
of all the Element
s with a
given tag name in the order in which they would be encountered in a
preorder traversal of the Document
tree.
NamedNodeMap
containing the general entities, both
external and internal, declared in the DTD.
DOMImplementation
object that handles this document.
data
and
the substringData
method below.
DOCTYPE
keyword.
NamedNodeMap
containing the notations declared in the
DTD.
Document
object associated with this node.
- getPrev() -
Method in class com.caucho.xpath.NamespaceContext
-
- getPrevious() -
Method in class com.caucho.util.Tree
-
- getPrevious(Node) -
Static method in class com.caucho.xml.XmlUtil
- Get the previous node in a DFS preorder traversal.
- getPreviousOut() -
Method in class javax.servlet.jsp.tagext.BodyTagSupport
- Returns the enclosing writer.
- getPreviousSibling() -
Method in interface org.w3c.dom.Node
- The node immediately preceding this node.
- getPrintWriter() -
Method in class com.caucho.vfs.WriteStream
- Returns a printWriter writing to this stream.
- getPriority() -
Method in class com.caucho.xpath.Pattern
- Returns the pattern's default priority as defined by the XSLT draft.
- getPriority() -
Method in class com.caucho.xsl.Template
-
- getProperty(ESString) -
Method in class com.caucho.es.ESBase
-
- getProperty(ESString) -
Method in class com.caucho.es.ESObject
- Gets a property value.
- getProperty(ESString) -
Method in class com.caucho.es.ESClosure
-
- getProperty(ESString) -
Method in class com.caucho.es.ESNull
-
- getProperty(ESString) -
Method in class com.caucho.es.ESBoolean
-
- getProperty(ESString) -
Method in class com.caucho.es.ESString
-
- getProperty(ESString) -
Method in class com.caucho.es.ESNumber
-
- getProperty(ESString) -
Method in class com.caucho.es.ESRegexp
-
- getProperty(ESString) -
Method in class com.caucho.es.ESBeanWrapper
-
- getProperty(ESString) -
Method in class com.caucho.es.Global
-
- getProperty(ESString) -
Method in class com.caucho.es.ESUndefined
-
- getProperty(String) -
Method in class com.caucho.es.ESBase
- Returns the text object for the lexeme.
- getProperty(String) -
Method in class com.caucho.es.ScriptClosure
- Returns a global property of the closure.
- getPropertyInfo(String, Properties) -
Method in class com.caucho.sql.DBPool
- Gets information about the possible properties for this driver.
- getProtocol() -
Method in interface javax.servlet.ServletRequest
- Returns the prococol, e.g.
- getPublicId() -
Method in class com.caucho.xml.XmlParser
-
- getPublicId() -
Method in interface org.w3c.dom.Entity
- The public identifier associated with the entity, if specified.
- getPublicId() -
Method in interface org.w3c.dom.Notation
- The public identifier of this notation.
- getPwd() -
Method in class com.caucho.xsl.XslWriter
- Returns the current working directory.
- getQuery() -
Method in class com.caucho.vfs.Path
- Returns the query string of the path.
- getQuery() -
Method in class com.caucho.vfs.HttpPath
-
- getQueryString() -
Method in interface javax.servlet.http.HttpServletRequest
- Returns the request's query string.
- getReader() -
Method in class com.caucho.vfs.ReadStream
- Returns a Reader reading to this stream.
- getReader() -
Method in class com.caucho.jsp.QBodyContent
-
- getReader() -
Method in interface javax.servlet.ServletRequest
- Returns a reader to read POSTed data.
- getReader() -
Method in class javax.servlet.jsp.tagext.BodyContent
- Returns a Reader for accessing the contents of a body tag.
- getReadStream() -
Method in class com.caucho.vfs.ReadWritePair
- Return the read stream of the pair.
- getRealPath(String) -
Method in interface javax.servlet.ServletRequest
- Deprecated.
- getRealPath(String) -
Method in interface javax.servlet.ServletContext
- Returns the real file path for the given uri.
- getRegistry() -
Static method in class com.caucho.util.Registry
-
- getRegistry() -
Method in interface com.caucho.server.http.CauchoApplication
-
- getReliableURN() -
Method in class javax.servlet.jsp.tagext.TagLibraryInfo
- Returns a canonical name representing this tag library.
- getRemaining() -
Method in class com.caucho.jsp.QBodyContent
-
- getRemaining() -
Method in class javax.servlet.jsp.JspWriter
-
- getRemoteAddr() -
Method in interface javax.servlet.ServletRequest
- Returns the IP address of the remote host, i.e.
- getRemoteHost() -
Method in interface javax.servlet.ServletRequest
- Returns the DNS hostname of the remote host, i.e.
- getRemoteUser() -
Method in interface javax.servlet.http.HttpServletRequest
- Returns the remote user if authenticated.
- getRequest() -
Method in class com.caucho.jsp.QPageContext
-
- getRequest() -
Method in class com.caucho.jsp.JavaScriptPageServlet
-
- getRequest() -
Method in class javax.servlet.jsp.PageContext
- Returns the ServletRequest for the page.
- getRequestDepth(int) -
Method in interface com.caucho.server.http.CauchoRequest
-
- getRequestDispatcher(String) -
Method in interface com.caucho.server.http.CauchoRequest
-
- getRequestDispatcher(String) -
Method in interface javax.servlet.ServletRequest
- Returns a request dispatcher for later inclusion or forwarding.
- getRequestDispatcher(String) -
Method in interface javax.servlet.ServletContext
- Returns a request dispatcher for later inclusion or forwarding.
- getRequestedSessionId() -
Method in interface javax.servlet.http.HttpServletRequest
- Returns the session id.
- getRequestURI() -
Method in interface javax.servlet.http.HttpServletRequest
- Returns the entire request URI
- getRequestURL(HttpServletRequest) -
Static method in class javax.servlet.http.HttpUtils
- Converts the request back to an original request URL.
- getRequiredVersion() -
Method in class javax.servlet.jsp.tagext.TagLibraryInfo
- Returns the minimum required JSP version for the tag library.
- getResinConfig() -
Static method in class com.caucho.util.CauchoSystem
-
- getResinHome() -
Static method in class com.caucho.util.CauchoSystem
-
- getResource(String) -
Method in class com.caucho.util.DynamicClassLoader
-
- getResource(String) -
Method in interface javax.servlet.ServletContext
- Returns the resource for the given uri.
- getResourceAsStream(String) -
Method in class com.caucho.util.DynamicClassLoader
- Opens a stream to a resource somewhere in the classpath
- getResourceAsStream(String) -
Method in interface javax.servlet.ServletContext
- Returns the resource as a stream.
- getResponse() -
Method in class com.caucho.jsp.QPageContext
-
- getResponse() -
Method in class com.caucho.jsp.JavaScriptPageServlet
-
- getResponse() -
Method in class javax.servlet.jsp.PageContext
- Returns the ServletResponse for the page.
- getRight() -
Method in class com.caucho.xpath.UnionPattern
- Return right node of the union.
- getRootCause() -
Method in interface com.caucho.util.ExceptionWrapper
-
- getRootCause() -
Method in class com.caucho.vfs.ClientDisconnectException
-
- getRootCause() -
Method in class javax.servlet.ServletException
- Returns any wrapped exception.
- getScheme() -
Method in class com.caucho.vfs.Path
- Returns the url scheme
- getScheme() -
Method in class com.caucho.vfs.MailtoPath
-
- getScheme() -
Method in class com.caucho.vfs.JarPath
-
- getScheme() -
Method in class com.caucho.vfs.NullPath
-
- getScheme() -
Method in class com.caucho.vfs.CachePath
-
- getScheme() -
Method in class com.caucho.vfs.MemoryPath
-
- getScheme() -
Method in class com.caucho.vfs.FilePath
-
- getScheme() -
Method in class com.caucho.vfs.HttpPath
-
- getScheme() -
Method in class com.caucho.vfs.TcpPath
-
- getScheme() -
Method in interface javax.servlet.ServletRequest
- Returns the request scheme, e.g.
- getScope() -
Method in class javax.servlet.jsp.tagext.VariableInfo
- Returns the variable's scope.
- getScope(int) -
Method in class com.caucho.xsl.JavaScriptStylesheet
-
- getScopeProperty(ESString) -
Method in class com.caucho.es.Call
-
- getSecure() -
Method in class javax.servlet.http.Cookie
- Returns true if the cookie must be over a secure connection.
- getServer() -
Method in class com.caucho.server.http.ServletServer
-
- getServerInfo() -
Method in interface javax.servlet.ServletContext
- Returns a server-specific string identifying the servlet engine.
- getServerName() -
Method in interface javax.servlet.ServletRequest
- Returns the server name handling the request.
- getServerPort() -
Method in interface javax.servlet.ServletRequest
- Returns the server port handling the request, e.g.
- getServerStart() -
Method in class com.caucho.server.http.Statistics
- Returns the time the server started
- getServlet() -
Method in class javax.servlet.UnavailableException
- Deprecated.
- getServlet(String) -
Method in interface javax.servlet.ServletContext
- Deprecated.
- getServletConfig() -
Method in class com.caucho.jsp.QPageContext
-
- getServletConfig() -
Method in class com.caucho.jsp.JavaScriptPageServlet
-
- getServletConfig() -
Method in class javax.servlet.GenericServlet
- Returns this servlet's configuration.
- getServletConfig() -
Method in interface javax.servlet.Servlet
- Returns the servlet configuration, usually the same value as passed
to the init routine.
- getServletConfig() -
Method in class javax.servlet.jsp.PageContext
- Returns the servletConfig for the JSP page.
- getServletContext() -
Method in class com.caucho.jsp.QPageContext
-
- getServletContext() -
Method in class com.caucho.jsp.JavaScriptPageServlet
-
- getServletContext() -
Method in class javax.servlet.GenericServlet
- Returns the application (servlet context) that the servlet
belongs to.
- getServletContext() -
Method in interface javax.servlet.ServletConfig
- Returns the application (servlet context) that the servlet
belongs to.
- getServletContext() -
Method in class javax.servlet.jsp.PageContext
- Returns the servletContext (application object) for the request.
- getServletInfo() -
Method in class com.caucho.jsp.XtpServlet
-
- getServletInfo() -
Method in class com.caucho.jsp.JavaPage
-
- getServletInfo() -
Method in class com.caucho.jsp.XslFilter
-
- getServletInfo() -
Method in class com.caucho.jsp.JspServlet
-
- getServletInfo() -
Method in class com.caucho.jsp.JavaScriptPageServlet
-
- getServletInfo() -
Method in class javax.servlet.GenericServlet
- Returns a string describing the servlet.
- getServletInfo() -
Method in interface javax.servlet.Servlet
- Returns an information string about the servlet.
- getServletName() -
Method in class javax.servlet.GenericServlet
- Returns the servlet name for this configuration.
- getServletName() -
Method in interface javax.servlet.ServletConfig
- Returns the servlet name for this configuration.
- getServletNames() -
Method in interface javax.servlet.ServletContext
- Deprecated.
- getServletPath() -
Method in interface javax.servlet.http.HttpServletRequest
- Returns the URI part corresponding to the selected servlet.
- getServlets() -
Method in interface javax.servlet.ServletContext
- Deprecated.
- getSession() -
Method in class com.caucho.jsp.QPageContext
-
- getSession() -
Method in class com.caucho.jsp.JavaScriptPageServlet
-
- getSession() -
Method in interface javax.servlet.http.HttpServletRequest
- Returns the current session, creating one if necessary.
- getSession() -
Method in class javax.servlet.http.HttpSessionBindingEvent
- Returns the session.
- getSession() -
Method in class javax.servlet.jsp.PageContext
- Returns the request's session.
- getSession(boolean) -
Method in interface javax.servlet.http.HttpServletRequest
- Returns a session.
- getSession(String) -
Method in interface javax.servlet.http.HttpSessionContext
- Deprecated.
- getSessionContext() -
Method in interface javax.servlet.http.HttpSession
- Deprecated.
- getShort(int) -
Method in class com.caucho.util.ByteBuffer
-
- getShortName() -
Method in class javax.servlet.jsp.tagext.TagLibraryInfo
- The preferred short name for the library.
- getSibling() -
Method in class com.caucho.vfs.ReadStream
-
- getSlowThreads() -
Method in class com.caucho.server.http.Statistics
- Returns the number of 'slow' threads, i.e.
- getSlowThreads() -
Method in class com.caucho.server.http.ServletServer
-
- getSource() -
Method in class com.caucho.vfs.WriteStream
- Returns the underlying source for the stream.
- getSource() -
Method in class com.caucho.vfs.ReadStream
- Returns the underlying source for the stream.
- getSpecificationVersion() -
Method in class com.caucho.jsp.QJspFactory
-
- getSpecificationVersion() -
Method in class javax.servlet.jsp.JspEngineInfo
-
- getSpecified() -
Method in interface org.w3c.dom.Attr
- If this attribute was explicitly given a value in the original document,
this is
true
; otherwise, it is false
.
- getStartTime() -
Method in class com.caucho.server.http.ServletServer
-
- getStaticClassLoader() -
Static method in class com.caucho.util.CauchoSystem
-
- getStream() -
Method in interface com.caucho.server.http.CauchoResponse
-
- getStream() -
Method in interface com.caucho.server.http.CauchoRequest
-
- getString() -
Method in class com.caucho.util.RegistryNode
-
- getString() -
Method in class com.caucho.jsp.QBodyContent
-
- getString() -
Method in class javax.servlet.jsp.tagext.BodyContent
- Returns a String representing the contents of a body tag.
- getString(String, String) -
Method in class com.caucho.util.RegistryNode
-
- getString(String, String) -
Static method in class com.caucho.util.Registry
-
- getStylesheet(String, Path[], ClassLoader, Path[]) -
Static method in class com.caucho.xsl.Xsl
-
- getSystemId() -
Method in class com.caucho.xml.XmlParser
-
- getSystemId() -
Method in interface org.w3c.dom.Entity
- The system identifier associated with the entity, if specified.
- getSystemId() -
Method in interface org.w3c.dom.Notation
- The system identifier of this notation.
- getSystemTime() -
Method in class com.caucho.util.CpuUsage
-
- getTag(String) -
Method in class javax.servlet.jsp.tagext.TagLibraryInfo
- Returns the information for a specific tag.
- getTagClassName() -
Method in class javax.servlet.jsp.tagext.TagInfo
- Returns the tag's class name.
- getTagExtraInfo() -
Method in class javax.servlet.jsp.tagext.TagInfo
- Returns the tag extra info for the tag.
- getTagInfo() -
Method in class javax.servlet.jsp.tagext.TagExtraInfo
- Gets the TLD tag info for this tag.
- getTagLibrary() -
Method in class javax.servlet.jsp.tagext.TagInfo
- Returns the TagLibraryInfo for the tag.
- getTagName() -
Method in class com.caucho.xml.QDocumentType
-
- getTagName() -
Method in interface org.w3c.dom.Element
- The name of the element.
- getTagName() -
Method in class javax.servlet.jsp.tagext.TagInfo
- Returns the tag's name.
- getTags() -
Method in class javax.servlet.jsp.tagext.TagLibraryInfo
- Returns an array of all the tags in the library
- getTail() -
Method in class com.caucho.vfs.Path
- Returns the last segment of the path.
- getTail() -
Method in class com.caucho.vfs.FilesystemPath
-
- getTarget() -
Method in interface org.w3c.dom.ProcessingInstruction
- The target of this processing instruction.
- getTemplate(Node, Env, String, int, int) -
Method in class com.caucho.xsl.StylesheetImpl
- Gets a template.
- getTemplateId(Node, Env, String, int, int) -
Method in class com.caucho.xsl.JavaStylesheet
-
- getText() -
Method in class com.caucho.es.ESParseException
-
- getTextValue() -
Method in interface com.caucho.xml.CauchoNode
- Returns the text value of the node
- getThis() -
Method in class com.caucho.es.Call
-
- getThisWrapper() -
Method in class com.caucho.es.Call
-
- getThrowable() -
Method in class com.caucho.jsp.QPageContext
-
- getTime() -
Method in class com.caucho.util.QDate
-
- getTime() -
Method in class com.caucho.util.CpuUsage
-
- getTotalConnections() -
Method in class com.caucho.sql.DBPool
- Get the total number of connections
- getTypeName() -
Method in class com.caucho.sql.DBTypeInfo
-
- getTypeName() -
Method in class javax.servlet.jsp.tagext.TagAttributeInfo
- Returns the type name of the attribute.
- getUnavailableSeconds() -
Method in class javax.servlet.UnavailableException
-
- getURI() -
Method in class javax.servlet.jsp.tagext.TagLibraryInfo
- Returns the library's uri from the taglib declaration:
- getUrl() -
Method in class com.caucho.xpath.NamespaceContext
-
- getURL() -
Method in class com.caucho.vfs.Path
- Returns the full url for the given path.
- getURL() -
Method in class com.caucho.vfs.MailtoPath
-
- getURL() -
Method in class com.caucho.vfs.FilesystemPath
-
- getURL() -
Method in class com.caucho.vfs.NullPath
-
- getURL() -
Method in class com.caucho.vfs.HttpPath
-
- getURL() -
Method in class com.caucho.vfs.TcpPath
-
- getURL() -
Method in class com.caucho.sql.DBPool
- Returns the JDBC url for the connection.
- getUser() -
Method in class com.caucho.sql.DBPool
- Returns the user for the connection.
- getUserDir() -
Static method in class com.caucho.util.CauchoSystem
-
- getUserName() -
Static method in class com.caucho.util.CauchoSystem
-
- getUserPath() -
Method in class com.caucho.vfs.WriteStream
- Returns the user path which opened this stream.
- getUserPath() -
Method in class com.caucho.vfs.Path
- Returns the last string used as a lookup, if available.
- getUserPath() -
Method in class com.caucho.vfs.ReadStream
- Returns the user path which opened this stream.
- getUserPath() -
Method in class com.caucho.vfs.FilesystemPath
-
- getUserPath() -
Method in class com.caucho.vfs.HttpPath
-
- getUserPrincipal() -
Method in interface javax.servlet.http.HttpServletRequest
- Returns the equivalent principal object for the authenticated user.
- getUserTime() -
Method in class com.caucho.util.CpuUsage
-
- getValue() -
Method in class com.caucho.util.RegistryNode
-
- getValue() -
Method in class com.caucho.vfs.Path
- Gets the object at the path.
- getValue() -
Method in class com.caucho.vfs.MemoryPath
-
- getValue() -
Method in interface org.w3c.dom.Attr
- On retrieval, the value of the attribute is returned as a string.
- getValue() -
Method in class javax.servlet.http.Cookie
- Returns the cookie's value.
- getValue(int) -
Method in class com.caucho.xsl.JavaScriptStylesheet
-
- getValue(String) -
Method in interface javax.servlet.http.HttpSession
- Deprecated.
- getValue(String) -
Method in class javax.servlet.jsp.tagext.TagSupport
- Returns an attribute from the tag.
- getValueNames() -
Method in interface javax.servlet.http.HttpSession
- Deprecated.
- getValues() -
Method in class javax.servlet.jsp.tagext.TagSupport
- Enumerates the tag's attributes.
- getVar(String) -
Method in class com.caucho.xpath.Env
- Returns the value associated with name.
- getVariableInfo(TagData) -
Method in class javax.servlet.jsp.tagext.TagInfo
- Information about the variables created by the tag at runtime.
- getVariableInfo(TagData) -
Method in class javax.servlet.jsp.tagext.TagExtraInfo
- Returns information needed to instantiate runtime variables.
- getVarName() -
Method in class javax.servlet.jsp.tagext.VariableInfo
- Returns the variable name.
- getVersion() -
Method in class javax.servlet.http.Cookie
- Returns cookie protocol version.
- getVersionId() -
Static method in class com.caucho.util.CauchoSystem
-
- getVersionId() -
Method in class com.caucho.es.ESBeanWrapper
-
- getWakeTime() -
Method in class com.caucho.util.Alarm
- Returns the wake time of this alarm.
- getWorkPath() -
Static method in class com.caucho.util.CauchoSystem
-
- getWriter() -
Method in interface javax.servlet.ServletResponse
- Returns a PrintWriter with the proper character encoding for writing
text data to the client.
- getWriteStream() -
Method in class com.caucho.vfs.ReadWritePair
- Return the write stream of the pair.
- getYear() -
Method in class com.caucho.util.QDate
-
- getZoneOffset() -
Method in class com.caucho.util.QDate
-
- global -
Variable in class com.caucho.es.Call
-
- Global - class com.caucho.es.Global.
- Implementation class for the global prototype
- greaterThan(ESBase, boolean) -
Method in class com.caucho.es.ESBase
-
newChild
before the existing child node
refChild
.
index
th item in the collection.
index
th item in the map.
NamedNodeMap
interface are used to
represent collections of nodes that can be accessed by name.Node
interface is the primary datatype for the entire
Document Object Model.NodeList
interface provides the abstraction of an ordered
collection of nodes, without defining or constraining how this collection
is implemented.Text
nodes in the full depth of the sub-tree
underneath this Element
into a "normal" form where only
markup (e.g., tags, comments, processing instructions, CDATA sections,
and entity references) separates Text
nodes, i.e., there
are no adjacent Text
nodes.
ProcessingInstruction
interface represents a "processing
instruction", used in XML as a way to keep processor-specific information
in the text of the document.oldChild
from the list
of children, and returns it.
oldChild
with newChild
in the list of children, and returns the oldChild
node.
size
.
nodeName
attribute.
n
bytes.
Text
node into two Text nodes at the specified
offset, keeping both in the tree as siblings.
Text
interface represents the textual content (termed
character data in XML) of an Element
or Attr
.len bytes to the output stream from this stream.
- writeToWriter(Writer) -
Method in class com.caucho.vfs.ReadStream
- Copies this stream to the output stream.
- WRONG_DOCUMENT_ERR -
Static variable in class org.w3c.dom.DOMException
-
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |