Uses of Interface org.w3c.dom.Document

Uses in package javax.xml.parsers

Methods with return type org.w3c.dom.Document

Document
Obtain a new instance of a DOM Document object to build a DOM tree with.
Document
Parse the content of the given file as an XML document and return a new DOM Document object.
Document
DocumentBuilder.parse(InputStream is)
Parse the content of the given InputStream as an XML document and return a new DOM Document object.
Document
DocumentBuilder.parse(InputStream is, String systemId)
Parse the content of the given InputStream as an XML document and return a new DOM Document object.
Document
DocumentBuilder.parse(String uri)
Parse the content of the given URI as an XML document and return a new DOM Document object.
Document
Parse the content of the given input source as an XML document and return a new DOM Document object.

Uses in package org.apache.xalan.processor

Classes implementing org.w3c.dom.Document

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.apache.xalan.templates

Classes implementing org.w3c.dom.Document

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 return type org.w3c.dom.Document

Document
Get the stylesheet owner.

Uses in package org.apache.xalan.xslt

Methods with parameter type org.w3c.dom.Document

void
EnvironmentCheck.appendEnvironmentReport(Node container, Document factory, Hashtable h)
Stylesheet extension entrypoint: Dump a basic Xalan environment report from getEnvironmentHash() to a Node.

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

Methods with return type org.w3c.dom.Document

Document

Uses in package org.apache.xpath.domapi

Methods with return type org.w3c.dom.Document

Document

Constructors with parameter type org.w3c.dom.Document

Constructor for XPathEvaluatorImpl.

Uses in package org.w3c.dom

Methods with return type org.w3c.dom.Document

Document
DOMImplementation.createDocument(String namespaceURI, String qualifiedName, DocumentType doctype)
Creates a DOM Document object of the specified type with its document element.
Document
The Document object associated with this node.

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

Classes implementing org.w3c.dom.Document

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

Methods with return type org.w3c.dom.Document

Document

Uses in package org.apache.xml.utils

Classes implementing org.w3c.dom.Document

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

Methods with parameter type org.w3c.dom.Document

void
Hashtree2Node.appendHashToNode(Hashtable hash, String name, Node container, Document factory)
Convert a Hashtable into a Node tree.
Element
Given an XML ID, return the element.
Element
Given an ID, return the element.
String
The getUnparsedEntityURI function returns the URI of the unparsed entity with the specified name in the same document as the context node (see [3.3 Unparsed Entities]).
void
Store the factory object required to create DOM nodes in the result tree.
void
Specify which document this helper is currently operating on.

Methods with return type org.w3c.dom.Document

Document
DOM Level 1 did not have a standard mechanism for creating a new Document object.
Document
Retrieve the factory object required to create DOM nodes in the result tree.
Document
Query which document this helper is currently operating on.
Document
Unimplemented.

Constructors with parameter type org.w3c.dom.Document

DOMBuilder instance constructor... it will add the DOM nodes to the document.
DOMBuilder instance constructor... it will add the DOM nodes to the document fragment.
DOMBuilder instance constructor... it will add the DOM nodes to the document fragment.

Fields of type org.w3c.dom.Document

Document
Root document

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