Uses of Interface org.w3c.dom.Element

Uses in package org.apache.xpath

Methods with parameter type org.w3c.dom.Element

boolean
Get information about whether or not an element should strip whitespace.

Uses in package org.apache.xpath.domapi

Methods with return type org.w3c.dom.Element

Element

Uses in package org.apache.xalan.templates

Classes implementing org.w3c.dom.Element

class
Implement xsl:decimal-format.
class
Implement xsl:apply-imports.
class
Implement xsl:apply-templates.
class
Implement xsl:attribute.
class
Implement xsl:attribute-set.
class
Implement xsl:call-template.
class
Implement xsl:choose.
class
Implement xsl:comment.
class
Implement xsl:copy.
class
Implement xsl:copy-of.
class
Implement xsl:element
 <!
class
Simple empty elem to push on the stack when nothing else got pushed, so that pop() works correctly.
class
Handles the EXSLT result element within an EXSLT function element.
class
Implement func:function.
class
Implement an extension element.
class
Implement the declaration of an extension element
class
Implement Script extension element
class
Implement xsl:fallback.
class
Implement xsl:for-each.
class
Implement xsl:if.
class
Implement a Literal Result Element.
class
Implement xsl:message.
class
Implement xsl:number.
class
Implement xsl:otherwise.
class
Implement xsl:param.
class
Implement xsl:processing-instruction.
class
Implement xsl:sort.
class
Implement xsl:template.
class
An instance of this class represents an element inside an xsl:template class.
class
Implement xsl:template.
class
Implement a text literal.
class
Implement an unknown element
class
Implement xsl:use.
class
Implement xsl:value-of.
class
Implement xsl:variable.
class
class
Implement xsl:when.
class
Implement xsl:with-param. xsl:with-param is allowed within both xsl:call-template and xsl:apply-templates.
class
Holds the attribute declarations for the xsl:keys element.
class
Object to hold an xsl:namespace element.
class
This class provides information from xsl:output elements.
class
Represents a stylesheet element.
class
Represents a stylesheet that has methods that resolve includes and imports.
class
This class represents the root object of the stylesheet tree.
class
This is used as a special "fake" template that can be handled by the TemplateList to do pattern matching on nodes.

Methods with parameter type org.w3c.dom.Element

boolean
Get information about whether or not an element should strip whitespace.

Uses in package org.w3c.dom

Methods with return type org.w3c.dom.Element

Element
Document.createElement(String tagName)
Creates an element of the type specified.
Element
Document.createElementNS(String namespaceURI, String qualifiedName)
Creates an element of the given qualified name and namespace URI.
Element
This is a convenience attribute that allows direct access to the child node that is the root element of the document.
Element
Document.getElementById(String elementId)
Returns the Element whose ID is given by elementId.
Element
The Element node this attribute is attached to or null if this attribute is not in use.

Uses in package org.w3c.dom.xpath

Methods with return type org.w3c.dom.Element

Element
The Element on which the namespace was in scope when it was requested.

Uses in package org.apache.xalan.lib.sql

Constructors with parameter type org.w3c.dom.Element

XConnection.XConnection(ExpressionContext exprContext, String driver, String dbURL, Element protocolElem)

Methods with parameter type org.w3c.dom.Element

void
Add a single parameter to the parameter list formatted as an Element
XBooleanStatic
XConnection.connect(ExpressionContext exprContext, String driver, String dbURL, Element protocolElem)
Create an XConnection object with a connection protocol
XBooleanStatic
XConnection.connect(ExpressionContext exprContext, Element protocolElem)

Uses in package org.w3c.dom.css

Methods with parameter type org.w3c.dom.Element

CSSStyleDeclaration
ViewCSS.getComputedStyle(Element elt, String pseudoElt)
This method is used to get the computed style as it is defined in .
CSSStyleDeclaration
DocumentCSS.getOverrideStyle(Element elt, String pseudoElt)
This method is used to retrieve the override style declaration for a specified element and a specified pseudo-element.

Uses in package org.apache.xml.dtm.ref

Classes implementing org.w3c.dom.Element

class
DTMNodeProxy presents a DOM Node API front-end to the DTM model.

Methods with return type org.w3c.dom.Element

Element
DTMNodeProxy.createElement(String tagName)
Element
DTMNodeProxy.createElementNS(String namespaceURI, String qualifiedName)
Element
This is a bit of a problem in DTM, since a DTM may be a Document Fragment and hence not have a clear-cut Document Element.
Element
DTMNodeProxy.getElementById(String elementId)
Element
Get the owner element of an attribute.

Uses in package org.apache.xalan.processor

Classes implementing org.w3c.dom.Element

class
This class processes character events for a XSLT template element.
class
This class processes parse events for an exslt func:result element.
class
This class processes parse events for an exslt func:function element.
class
Processes an XSLT literal-result-element, or something that looks like one.
class
This class processes the xsl:stylesheet element.
class
This class processes parse events for an XSLT template element.
class
Process xsl:text.
class
This class processes an unknown template element.
class
class
This class acts as the superclass for all stylesheet element processors, and deals with things that are common to all elements.

Uses in package org.w3c.dom.html

Methods with return type org.w3c.dom.Element

Element
HTMLDocument.getElementById(String elementId)
Returns the Element whose id is given by elementId.

Uses in package org.apache.xml.dtm.ref.dom2dtm

Methods with return type org.w3c.dom.Element

Element
The Element node this attribute is attached to or null if this attribute is not in use.

Uses in package org.apache.xml.utils

Classes implementing org.w3c.dom.Element

class
To be subclassed by classes that wish to fake being nodes.

Constructors with parameter type org.w3c.dom.Element

QName.QName(String qname, Element namespaceContext, PrefixResolver resolver)
Construct a QName from a string, resolving the prefix using the given namespace context and prefix resolver.
QName.QName(String qname, Element namespaceContext, PrefixResolver resolver, boolean validate)
Construct a QName from a string, resolving the prefix using the given namespace context and prefix resolver.

Methods with parameter type org.w3c.dom.Element

String
Returns the element name with the namespace prefix (if any) replaced by the Namespace URI it was bound to.
String
DOMHelper.getNamespaceForPrefix(String prefix, Element namespaceContext)
Given an XML Namespace prefix and a context in which the prefix is to be evaluated, return the Namespace Name this prefix was bound to.
void
DOMBuilder.setIDAttribute(String id, Element elem)
Set an ID string to node association in the ID table.

Methods with return type org.w3c.dom.Element

Element
UnImplNode.createElement(String tagName)
Unimplemented.
Element
UnImplNode.createElementNS(String namespaceURI, String qualifiedName)
Unimplemented.
Element
Unimplemented.
Element
Given an XML ID, return the element.
Element
Given an ID, return the element.
Element
UnImplNode.getElementById(String elementId)
Unimplemented.
Element
Unimplemented.

Copyright B) 2004 Apache XML Project. All Rights Reserved.