Frames | No Frames |
Methods with parameter type org.w3c.dom.Element | |
boolean | WhitespaceStrippingElementMatcher.shouldStripWhiteSpace(XPathContext support, Element targetElement) Get information about whether or not an element should strip whitespace.
|
Methods with return type org.w3c.dom.Element | |
Element |
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.
|
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.
|
Methods with return type org.w3c.dom.Element | |
Element | The Element on which the namespace was in scope when it
was requested. |
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 |
Methods with parameter type org.w3c.dom.Element | |
CSSStyleDeclaration | This method is used to get the computed style as it is defined in .
|
CSSStyleDeclaration | This method is used to retrieve the override style declaration for a
specified element and a specified pseudo-element.
|
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.
|
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.
|
Methods with return type org.w3c.dom.Element | |
Element | HTMLDocument.getElementById(String elementId) Returns the Element whose id is given by elementId. |
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.
|
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 | |
Construct a QName from a string, resolving the prefix
using the given namespace context and prefix resolver.
| |
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 | 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 | 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. |