KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > w3c > dom > DocumentType > Top Examples

  • 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
  • dom.mem.Test
  • org.enhydra.xml.dom.DOMTraversal
    Class that traverse a DOM tree or subtree, calling handler methods for each node. It is up to the handler methods to make a decision on processing child and element nodes by explictly calling the methods to continue the traversal. This is gives the handler more control and actually kept the code ...
  • org.enhydra.xml.lazydom.LazyDocument
    FIXME: not sure the Lazy* constructors with TemplateNodes are actually needed, as we go thorugh the factory methods. FIXME: If no childred/attributes/etc exist, initialize expanded flag to true. FIXME: need serializable support. FIXME: Need clone support. FIXME: are createXXX(nodeId) really needed. ...
  • org.apache.cactus.integration.ant.deployment.application.TestApplicationXmlVersion
    Unit tests for {@link ApplicationXmlVersion}. @version $Id: TestApplicationXmlVersion.java,v 1.1 2004/05/31 20:05:22 vmassol Exp $
  • org.apache.xml.dtm.ref.DTMNodeProxy
    <code>DTMNodeProxy</code> presents a DOM Node API front-end to the DTM model. <p> It does _not_ attempt to address the "node identity" question; no effort is made to prevent the creation of multiple proxies referring to a single DTM node. Users can create a mechanism for managing ...
  • com.icl.saxon.om.AbstractNode
    This class is an abstract implementation of the Saxon NodeInfo interface; it also contains concrete implementations of most of the DOM methods in terms of the NodeInfo methods. These include all the methods defined on the DOM Node class itself, and most of those defined on subclasses such as Docum ...
  • org.apache.cactus.integration.ant.deployment.webapp.WebXml
    Encapsulates the DOM representation of a web deployment descriptor <code>web.xml</code> to provide convenience methods for easy access and manipulation. @since Cactus 1.5 @version $Id: WebXml.java,v 1.1 2004/05/31 20:05:23 vmassol Exp $
  • org.enhydra.barracuda.core.util.dom.CommaSeparatedDOMWriter
    ambiguous with: java.lang.CharacterData @author shawnw@atmreports.com @since saw_082603_2
Popular Tags