Uses of Interface
org.w3c.dom.NodeList
| 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.apache.xpath.objects |
Implementation of XPath polymorphic type objects -- this package will grow
as XPath objects are expanded to support XML Schema data types.
|
| org.w3c.dom |
-
Uses of NodeList in org.apache.harmony.xml.dom
Classes in org.apache.harmony.xml.dom that implement NodeList Modifier and Type Class Description classNodeListImplProvides a straightforward implementation of the corresponding W3C DOM interface.Methods in org.apache.harmony.xml.dom that return NodeList Modifier and Type Method Description NodeListInnerNodeImpl. getChildNodes()NodeListNodeImpl. getChildNodes()NodeListDocumentImpl. getElementsByTagName(String name)NodeListElementImpl. getElementsByTagName(String name)NodeListDocumentImpl. getElementsByTagNameNS(String namespaceURI, String localName)NodeListElementImpl. getElementsByTagNameNS(String namespaceURI, String localName) -
Uses of NodeList in org.apache.xalan.processor
Classes in org.apache.xalan.processor that implement NodeList 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 NodeList in org.apache.xalan.templates
Classes in org.apache.xalan.templates that implement NodeList 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 NodeList Modifier and Type Method Description NodeListElemLiteralResult.Attribute. getChildNodes()NodeListElemTemplateElement. getChildNodes()Return the nodelist (same reference). -
Uses of NodeList in org.apache.xml.dtm.ref
Classes in org.apache.xml.dtm.ref that implement NodeList Modifier and Type Class Description classDTMAxisIterNodeListDTMAxisNodeListgives us an implementation of the DOM's NodeList interface wrapped around a DTM Iterator.classDTMChildIterNodeListDTMNodeListgives us an implementation of the DOM's NodeList interface wrapped around a DTM Iterator.classDTMNodeListDTMNodeListgives us an implementation of the DOM's NodeList interface wrapped around a DTM Iterator.classDTMNodeListBaseDTMNodeListgives us an implementation of the DOM's NodeList interface wrapped around a DTM Iterator.Methods in org.apache.xml.dtm.ref that return NodeList Modifier and Type Method Description NodeListDTMNodeProxy. getChildNodes()NodeListDTMNodeProxy. getElementsByTagName(String tagname)NodeListDTMNodeProxy. getElementsByTagNameNS(String namespaceURI, String localName) -
Uses of NodeList in org.apache.xml.dtm.ref.dom2dtm
Methods in org.apache.xml.dtm.ref.dom2dtm that return NodeList Modifier and Type Method Description NodeListDOM2DTMdefaultNamespaceDeclarationNode. getChildNodes() -
Uses of NodeList in org.apache.xml.utils
Classes in org.apache.xml.utils that implement NodeList Modifier and Type Class Description classUnImplNodeTo be subclassed by classes that wish to fake being nodes.Methods in org.apache.xml.utils that return NodeList Modifier and Type Method Description NodeListUnImplNode. getChildNodes()Unimplemented.NodeListUnImplNode. getElementsByTagName(String name)Unimplemented.NodeListUnImplNode. getElementsByTagNameNS(String namespaceURI, String localName)Unimplemented. -
Uses of NodeList in org.apache.xpath
Classes in org.apache.xpath that implement NodeList Modifier and Type Class Description classNodeSetThe NodeSet class can act as either a NodeVector, NodeList, or NodeIterator.Methods in org.apache.xpath that return NodeList Modifier and Type Method Description NodeListCachedXPathAPI. selectNodeList(Node contextNode, String str)Use an XPath string to select a nodelist.NodeListCachedXPathAPI. selectNodeList(Node contextNode, String str, Node namespaceNode)Use an XPath string to select a nodelist.static NodeListXPathAPI. selectNodeList(Node contextNode, String str)Use an XPath string to select a nodelist.static NodeListXPathAPI. selectNodeList(Node contextNode, String str, Node namespaceNode)Use an XPath string to select a nodelist.Methods in org.apache.xpath with parameters of type NodeList Modifier and Type Method Description voidNodeSet. addNodes(NodeList nodelist)Copy NodeList members into this nodelist, adding in document order.voidNodeSet. addNodesInDocOrder(NodeList nodelist, XPathContext support)Copy NodeList members into this nodelist, adding in document order.Constructors in org.apache.xpath with parameters of type NodeList Constructor Description NodeSet(NodeList nodelist)Create a NodeSet, and copy the members of the given nodelist into it.NodeSetDTM(NodeList nodeList, XPathContext xctxt)Create a NodeSetDTM, and copy the members of the given DTMIterator into it. -
Uses of NodeList in org.apache.xpath.objects
Methods in org.apache.xpath.objects that return NodeList Modifier and Type Method Description NodeListXRTreeFrag. convertToNodeset()Cast result object to a nodelist.NodeListXNodeSet. nodelist()Cast result object to a nodelist.NodeListXNodeSetForDOM. nodelist()Cast result object to a nodelist.NodeListXObject. nodelist()Cast result object to a nodelist.Constructors in org.apache.xpath.objects with parameters of type NodeList Constructor Description XNodeSetForDOM(NodeList nodeList, XPathContext xctxt) -
Uses of NodeList in org.w3c.dom
Methods in org.w3c.dom that return NodeList Modifier and Type Method Description NodeListNode. getChildNodes()ANodeListthat contains all children of this node.NodeListDocument. getElementsByTagName(String tagname)Returns aNodeListof all theElementsin document order with a given tag name and are contained in the document.NodeListElement. getElementsByTagName(String name)Returns aNodeListof all descendantElementswith a given tag name, in document order.NodeListDocument. getElementsByTagNameNS(String namespaceURI, String localName)Returns aNodeListof all theElementswith a given local name and namespace URI in document order.NodeListElement. getElementsByTagNameNS(String namespaceURI, String localName)Returns aNodeListof all the descendantElementswith a given local name and namespace URI in document order.