Uses of Interface
org.w3c.dom.Element
| Package | Description |
|---|---|
| org.apache.harmony.xml.dom | |
| 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.templates |
Implements the
Templates interface,
and defines a set of classes that represent an XSLT stylesheet. |
| org.apache.xml.dtm.ref | |
| org.apache.xml.dtm.ref.dom2dtm | |
| org.apache.xml.utils |
Implementation of Xalan utility classes.
|
| 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 | |
| org.w3c.dom.ls |
-
Uses of Element in org.apache.harmony.xml.dom
Classes in org.apache.harmony.xml.dom that implement Element Modifier and Type Class Description classElementImplProvides a straightforward implementation of the corresponding W3C DOM interface.Methods in org.apache.harmony.xml.dom that return Element Modifier and Type Method Description ElementDocumentImpl. getDocumentElement()ElementDocumentImpl. getElementById(String elementId)ElementAttrImpl. getOwnerElement() -
Uses of Element in org.apache.xalan.processor
Classes in org.apache.xalan.processor that implement Element Modifier and Type Class Description classProcessorCharactersThis class processes character events for a XSLT template element.classProcessorExsltFuncResultThis class processes parse events for an exslt func:result element.classProcessorExsltFunctionThis class processes parse events for an exslt func:function element.classProcessorImportThis class processes parse events for an xsl:import element.classProcessorIncludeTransformerFactory class for xsl:include markup.classProcessorLREProcesses an XSLT literal-result-element, or something that looks like one.classProcessorStylesheetDocThis class processes the xsl:stylesheet element.classProcessorStylesheetElementTransformerFactory for xsl:stylesheet or xsl:transform markup.classProcessorTemplateElemThis class processes parse events for an XSLT template element.classProcessorTextProcess xsl:text.classProcessorUnknownThis class processes an unknown template element.classWhitespaceInfoPathsclassXSLTElementProcessorThis class acts as the superclass for all stylesheet element processors, and deals with things that are common to all elements. -
Uses of Element in org.apache.xalan.templates
Classes in org.apache.xalan.templates that implement Element Modifier and Type Class Description classDecimalFormatPropertiesImplement xsl:decimal-format.classElemApplyImportImplement xsl:apply-imports.classElemApplyTemplatesImplement xsl:apply-templates.classElemAttributeImplement xsl:attribute.classElemAttributeSetImplement xsl:attribute-set.classElemCallTemplateImplement xsl:call-template.classElemChooseImplement xsl:choose.classElemCommentImplement xsl:comment.classElemCopyImplement xsl:copy.classElemCopyOfImplement xsl:copy-of.classElemElementImplement xsl:elementclassElemEmptySimple empty elem to push on the stack when nothing else got pushed, so that pop() works correctly.classElemExsltFuncResultHandles the EXSLT result element within an EXSLT function element.classElemExsltFunctionImplement func:function.classElemExtensionCallImplement an extension element.classElemExtensionDeclImplement the declaration of an extension elementclassElemExtensionScriptImplement Script extension elementclassElemFallbackImplement xsl:fallback.classElemForEachImplement xsl:for-each.classElemIfImplement xsl:if.classElemLiteralResultImplement a Literal Result Element.classElemMessageImplement xsl:message.classElemNumberImplement xsl:number.classElemOtherwiseImplement xsl:otherwise.classElemParamImplement xsl:param.classElemPIImplement xsl:processing-instruction.classElemSortImplement xsl:sort.classElemTemplateImplement xsl:template.classElemTemplateElementAn instance of this class represents an element inside an xsl:template class.classElemTextImplement xsl:template.classElemTextLiteralImplement a text literal.classElemUnknownImplement an unknown elementclassElemUseImplement xsl:use.classElemValueOfImplement xsl:value-of.classElemVariableImplement xsl:variable.classElemVariablePsuedoclassElemWhenImplement xsl:when.classElemWithParamImplement xsl:with-param.classKeyDeclarationHolds the attribute declarations for the xsl:keys element.classNamespaceAliasObject to hold an xsl:namespace element.classOutputPropertiesThis class provides information from xsl:output elements.classStylesheetRepresents a stylesheet element.classStylesheetComposedRepresents a stylesheet that has methods that resolve includes and imports.classStylesheetRootThis class represents the root object of the stylesheet tree.classWhiteSpaceInfoThis 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 that return Element Modifier and Type Method Description ElementElemLiteralResult.Attribute. getOwnerElement()Methods in org.apache.xalan.templates with parameters of type Element Modifier and Type Method Description booleanElemTemplateElement. shouldStripWhiteSpace(XPathContext support, Element targetElement)Get information about whether or not an element should strip whitespace.Constructors in org.apache.xalan.templates with parameters of type Element Constructor Description Attribute(AVT avt, Element elem)Construct a Attr. -
Uses of Element in org.apache.xml.dtm.ref
Classes in org.apache.xml.dtm.ref that implement Element Modifier and Type Class Description classDTMNodeProxyDTMNodeProxypresents a DOM Node API front-end to the DTM model.Methods in org.apache.xml.dtm.ref that return Element Modifier and Type Method Description ElementDTMNodeProxy. createElement(String tagName)ElementDTMNodeProxy. createElementNS(String namespaceURI, String qualifiedName)ElementDTMNodeProxy. getDocumentElement()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.ElementDTMNodeProxy. getElementById(String elementId)ElementDTMNodeProxy. getOwnerElement()Get the owner element of an attribute. -
Uses of Element in org.apache.xml.dtm.ref.dom2dtm
Methods in org.apache.xml.dtm.ref.dom2dtm that return Element Modifier and Type Method Description ElementDOM2DTMdefaultNamespaceDeclarationNode. getOwnerElement() -
Uses of Element in org.apache.xml.utils
Classes in org.apache.xml.utils that implement Element Modifier and Type Class Description classUnImplNodeTo be subclassed by classes that wish to fake being nodes.Methods in org.apache.xml.utils that return Element Modifier and Type Method Description ElementUnImplNode. createElement(String tagName)Unimplemented.ElementUnImplNode. createElementNS(String namespaceURI, String qualifiedName)Unimplemented.ElementUnImplNode. getDocumentElement()Unimplemented.ElementUnImplNode. getElementById(String elementId)Unimplemented.ElementDOM2Helper. getElementByID(String id, Document doc)Deprecated.Given an XML ID, return the element.ElementDOMHelper. getElementByID(String id, Document doc)Deprecated.Given an ID, return the element.ElementUnImplNode. getOwnerElement()Unimplemented.Methods in org.apache.xml.utils with parameters of type Element Modifier and Type Method Description StringDOMHelper. getExpandedElementName(Element elem)Deprecated.Returns the element name with the namespace prefix (if any) replaced by the Namespace URI it was bound to.StringDOMHelper. getNamespaceForPrefix(String prefix, Element namespaceContext)Deprecated.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.voidDOMBuilder. setIDAttribute(String id, Element elem)Set an ID string to node association in the ID table.Constructors in org.apache.xml.utils with parameters of type Element Constructor Description 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(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. -
Uses of Element in org.apache.xpath
Methods in org.apache.xpath with parameters of type Element Modifier and Type Method Description booleanWhitespaceStrippingElementMatcher. shouldStripWhiteSpace(XPathContext support, Element targetElement)Get information about whether or not an element should strip whitespace. -
Uses of Element in org.w3c.dom
Methods in org.w3c.dom that return Element Modifier and Type Method Description ElementDocument. createElement(String tagName)Creates an element of the type specified.ElementDocument. createElementNS(String namespaceURI, String qualifiedName)Creates an element of the given qualified name and namespace URI.ElementDocument. getDocumentElement()This is a convenience attribute that allows direct access to the child node that is the document element of the document.ElementDocument. getElementById(String elementId)Returns theElementthat has an ID attribute with the given value.ElementAttr. getOwnerElement()TheElementnode this attribute is attached to ornullif this attribute is not in use. -
Uses of Element in org.w3c.dom.ls
Methods in org.w3c.dom.ls with parameters of type Element Modifier and Type Method Description shortLSParserFilter. startElement(Element elementArg)The parser will call this method after eachElementstart tag has been scanned, but before the remainder of theElementis processed.