Uses of Interface
org.w3c.dom.Element

Packages that use Element
org.apache.serialize Defines an interface for SAX and DOM serializers, a serializer factory and its configuration, the output format properties, and related interfaces. 
org.apache.xalan.extensions Implementation of Xalan Extension Mechanism, which uses the Bean Scripting Framework. 
org.apache.xalan.lib Extension elements and functions shipped with Xalan-Java 
org.apache.xalan.lib.sql Provides extension functions for connecting to a JDBC data source, executing a query, and working incrementally through "streamable" result set. 
org.apache.xalan.processor Parses an XSLT stylesheet document (which may include and import other stylesheet documents) and produces a StylesheetRoot (a TRaX Templates object). 
org.apache.xalan.stree Implementation of the Xalan Source Tree, which is a DOM implementation that is optimized for XSLT processing and the needs of Xalan -- derived nodes can index the children, and, combined with specialized node iterators (and tree walkers) can provide optimal child retrieval. 
org.apache.xalan.templates Implements the trax.Templates interface, and defines a set of classes that represent an XSLT stylesheet. 
org.apache.xalan.transformer In charge of run-time transformations and the production of result trees. 
org.apache.xalan.utils Implementation of Xalan utility classes. 
org.apache.xml.serialize.transition Translate SAX events, a DOM tree, or an XPath node-set return value into a stream. 
org.apache.xpath Implementation of XPath; for the most part, only classes meant for public use are found at this root level of the XPath packages. 
org.w3c.dom Document Object Model level 2 interfaces. 
 

Uses of Element in org.apache.serialize
 

Methods in org.apache.serialize with parameters of type Element
 void DOMSerializer.serialize(Element elem)
          Serializes the DOM element.
 

Uses of Element in org.apache.xalan.extensions
 

Methods in org.apache.xalan.extensions with parameters of type Element
abstract  void ExtensionHandler.processElement(java.lang.String localPart, Element element, TransformerImpl transformer, Stylesheet stylesheetTree, Node sourceTree, Node sourceNode, QName mode, java.lang.Object methodKey)
          **For internal use only** Process a call to this extension namespace via an element.
 void ExtensionHandlerJavaClass.processElement(java.lang.String localPart, Element element, TransformerImpl transformer, Stylesheet stylesheetTree, Node sourceTree, Node sourceNode, QName mode, java.lang.Object methodKey)
          **For internal use only** Process a call to this extension namespace via an element.
 void ExtensionHandlerJavaPackage.processElement(java.lang.String localPart, Element element, TransformerImpl transformer, Stylesheet stylesheetTree, Node sourceTree, Node sourceNode, QName mode, java.lang.Object methodKey)
          **For internal use only** Process a call to this extension namespace via an element.
 void ExtensionHandlerGeneral.processElement(java.lang.String localPart, Element element, TransformerImpl transformer, Stylesheet stylesheetTree, Node sourceTree, Node sourceNode, QName mode, java.lang.Object methodKey)
          **For internal use only** Process a call to this extension namespace via an element.
 

Uses of Element in org.apache.xalan.lib
 

Methods in org.apache.xalan.lib with parameters of type Element
 void Redirect.open(XSLProcessorContext context, Element elem)
          Open the given file and put it in the XML, HTML, or Text formatter listener's table.
 void Redirect.write(XSLProcessorContext context, Element elem)
          Write the evalutation of the element children to the given file.
 void Redirect.close(XSLProcessorContext context, Element elem)
          Close the given file and remove it from the formatter listener's table.
 

Uses of Element in org.apache.xalan.lib.sql
 

Classes in org.apache.xalan.lib.sql that implement Element
 class Column
          Represents a col node from a row node.
 class ColumnAttribute
          Represents a column attribute on a column-header element.
 class ColumnData
          Represents the col element text node, i.e., the column value.
 class ColumnHeader
          This class represents a column-header Node, which contains the metadata for a column.
 class Row
          This class represents a row from a query result set.
 class RowSet
          This class represents the row-set StreamableNode, a "streamable" holder for the JDBC query result set.
 class StreamableNode
          This is the superclass for all nodes in the org.apache.xalan.lib.sql package.
 class XStatement
          Represents a JDBC query statement.
 

Methods in org.apache.xalan.lib.sql that return Element
 Element ColumnAttribute.getOwnerElement()
           
 

Constructors in org.apache.xalan.lib.sql with parameters of type Element
ColumnAttribute.ColumnAttribute(XStatement statement, Element owner, int columnIndex, int type, java.sql.ResultSetMetaData metadata)
           
XConnection.XConnection(java.lang.String driver, java.lang.String dbURL, Element protocolElem)
          Create an XConnection object with a connection protocol
 

Uses of Element in org.apache.xalan.processor
 

Classes in org.apache.xalan.processor that implement Element
 class CompiledTemplate
           
 

Uses of Element in org.apache.xalan.stree
 

Classes in org.apache.xalan.stree that implement Element
 class AttrImpl
           
 class AttrImplNS
           
 class CDATASectionImpl
           
 class Child
           
 class CommentImpl
           
 class DocumentFragmentImpl
           
 class DocumentImpl
           
 class DocumentTypeImpl
           
 class DOMImplementationImpl
           
 class ElementImpl
           
 class ElementImplWithNS
           
 class IndexedDocImpl
           
 class IndexedElemImpl
           
 class IndexedElemWithNS
           
 class NameSpaceDecl
           
 class Parent
           
 class ProcessingInstructionImpl
           
 class TextImpl
           
 class WhiteSpace
          Right now this is the same as TextImpl.
 

Methods in org.apache.xalan.stree that return Element
 Element DocumentImpl.getDocumentElement()
          Convenience method, allowing direct access to the child node which is considered the root of the actual document content.
 Element DocumentImpl.createElement(java.lang.String tagName)
          Unimplemented.
 Element DocumentImpl.createElementNS(java.lang.String namespaceURI, java.lang.String qualifiedName)
          Unimplemented.
 Element DocumentImpl.getElementById(java.lang.String elementId)
          Given an ID, return the element.
 Element AttrImpl.getOwnerElement()
          The Element node this attribute is attached to or null if this attribute is not in use.
 

Methods in org.apache.xalan.stree with parameters of type Element
 void StreeDOMBuilder.setIDAttribute(java.lang.String namespaceURI, java.lang.String qualifiedName, java.lang.String value, Element elem)
           
 void DocumentImpl.setIDAttribute(java.lang.String namespaceURI, java.lang.String qualifiedName, java.lang.String value, Element elem)
           
 

Uses of Element in org.apache.xalan.templates
 

Classes in org.apache.xalan.templates that implement Element
 class ElemApplyImport
          **For advanced use only** Implement xsl:apply-imports.
 class ElemApplyTemplates
          **For advanced use only** Implement xsl:apply-templates.
 class ElemAttribute
          **For advanced use only** Implement xsl:attribute.
 class ElemAttributeSet
          **For advanced use only** Implement xsl:attribute-set.
 class ElemCallTemplate
          **For advanced use only** Implement xsl:call-template.
 class ElemChoose
          **For advanced use only** Implement xsl:choose.
 class ElemComment
          **For advanced use only** Implement xsl:comment.
 class ElemCopy
          **For advanced use only** Implement xsl:copy.
 class ElemCopyOf
          **For advanced use only** Implement xsl:copy-of.
 class ElemElement
          **For advanced use only** Implement xsl:decimal-format.
 class ElemEmpty
          **For internal use only** Simple empty elem to push on the stack when nothing else got pushed, so that pop() works correctly.
 class ElemExtensionCall
          **For advanced use only** Implement an extension element.
 class ElemExtensionDecl
           
 class ElemExtensionScript
           
 class ElemFallback
          **For advanced use only** Implement xsl:fallback.
 class ElemForEach
          **For advanced use only** Implement xsl:for-each.
 class ElemIf
          **For advanced use only** Implement xsl:if.
 class ElemLiteralResult
          **For advanced use only** Implement a Literal Result Element.
 class ElemMessage
          **For advanced use only** Implement xsl:message.
 class ElemNumber
          **For advanced use only** Implement xsl:number.
 class ElemOtherwise
          **For advanced use only** Implement xsl:otherwise.
 class ElemParam
          **For advanced use only** Implement xsl:param.
 class ElemPI
          **For advanced use only** Implement xsl:processing-instruction.
 class ElemSort
          **For advanced use only** Implement xsl:sort.
 class ElemTemplate
          **For advanced use only** Implement xsl:template.
 class ElemTemplateElement
          **For advanced use only** An instance of this class represents an element inside an xsl:template class.
 class ElemText
          **For advanced use only** Implement xsl:template.
 class ElemTextLiteral
          **For advanced use only** Implement a text literal.
 class ElemUnknown
          **For advanced use only** Implement a Literal Result Element.
 class ElemUse
          **For advanced use only** Implement xsl:use.
 class ElemValueOf
          **For advanced use only** Implement xsl:value-of.
 class ElemVariable
          **For advanced use only** Implement xsl:variable.
 class ElemWhen
          **For advanced use only** Implement xsl:when.
 class ElemWithParam
          **For advanced use only** Implement xsl:with-param.
 class KeyDeclaration
          **For internal use only** Holds the attribute declarations for the xsl:keys element.
 class Stylesheet
          Represents a stylesheet element.
 class StylesheetComposed
          Represents a stylesheet that has methods that resolve includes and imports.
 class StylesheetRoot
           This class represents the root object of the stylesheet tree.
 class WhiteSpaceInfo
          This is used as a special "fake" template that can be handled by the TemplateList to do pattern matching on nodes.
 

Methods in org.apache.xalan.templates with parameters of type Element
 WhiteSpaceInfo StylesheetComposed.getWhiteSpaceInfo(XPathContext support, Element targetElement)
          Get information about whether or not an element should strip whitespace.
 

Uses of Element in org.apache.xalan.transformer
 

Classes in org.apache.xalan.transformer that implement Element
 class ResultTreeFrag
          **For internal use only** Container of a result tree fragment.
 

Uses of Element in org.apache.xalan.utils
 

Classes in org.apache.xalan.utils that implement Element
 class UnImplNode
          **For internal use only** To be subclassed by classes that wish to fake being nodes.
 

Methods in org.apache.xalan.utils that return Element
 Element UnImplNode.getOwnerElement()
          **For internal use only** Returns the name of this attribute.
 Element UnImplNode.getDocumentElement()
          **For internal use only** Unimplemented.
 Element UnImplNode.createElement(java.lang.String tagName)
          **For internal use only** Unimplemented.
 Element UnImplNode.createElementNS(java.lang.String namespaceURI, java.lang.String qualifiedName)
          **For internal use only** Unimplemented.
 Element UnImplNode.getElementById(java.lang.String elementId)
          **For internal use only** Unimplemented.
 

Methods in org.apache.xalan.utils with parameters of type Element
 void DOMBuilder.setIDAttribute(java.lang.String namespaceURI, java.lang.String qualifiedName, java.lang.String value, Element elem)
           
 

Constructors in org.apache.xalan.utils with parameters of type Element
QName.QName(java.lang.String qname, Element namespaceContext, PrefixResolver resolver)
          Construct a QName from a string, resolving the prefix using the given namespace stack.
 

Uses of Element in org.apache.xml.serialize.transition
 

Methods in org.apache.xml.serialize.transition with parameters of type Element
 void BaseMarkupSerializer.serialize(Element elem)
          Serializes the DOM element using the previously specified writer and output format.
 

Uses of Element in org.apache.xpath
 

Methods in org.apache.xpath that return Element
 Element DOMHelper.getElementByID(java.lang.String id, Document doc)
          Given an ID, return the element.
 Element DOM2Helper.getElementByID(java.lang.String id, Document doc)
          Given an ID, return the element.
 

Methods in org.apache.xpath with parameters of type Element
 java.lang.String DOMHelper.getNamespaceForPrefix(java.lang.String prefix, Element namespaceContext)
          Given a prefix and a namespace context, return the expanded namespace.
 java.lang.String DOMHelper.getExpandedElementName(Element elem)
          Returns the element name with the namespace expanded.
 

Uses of Element in org.w3c.dom
 

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



Copyright © 2000 Apache XML Project. All Rights Reserved.