dom.DTest This class tests methods for XML DOM implementation version 2.0 10/12/98 DOMException errors are tested by calls to DOMExceptionsTest from: Main, docBuilder... @author Philip W. Davis
com.sun.org.apache.xerces.internal.parsers.AbstractDOMParser This is the base class of all DOM parsers. It implements the XNI callback methods to create the DOM tree. After a successful parse of an XML document, the DOM Document object can be queried using the <code>getDocument</code> method. The actual pipeline is defined in parser configuratio ...
org.eclipse.ui.XMLMemento This class represents the default implementation of the <code>IMemento</code> interface. <p> This class is not intended to be extended by clients. </p> @see IMemento
com.caucho.xml.QText Represents a text node. Creates a new text node with initial data.
org.apache.batik.dom.AbstractText This class implements the {@link org.w3c.dom.Text} interface. @author <a HREF="mailto:stephane@hillion.org">Stephane Hillion</a> @version $Id: AbstractText.java,v 1.6 2005/02/22 09:12:58 cam Exp $
freemarker.template.utility.DOMNodeModel A convenient wrapper class for wrapping a Node in the W3C DOM API. @author <a HREF="mailto:jon@revusky.com">Jonathan Revusky</a>
com.sun.org.apache.xalan.internal.lib.Extensions This class contains many of the Xalan-supplied extensions. It is accessed by specifying a namespace URI as follows: <pre> xmlns:xalan="http://xml.apache.org/xalan" </pre> @xsl.usage general