KickJava   Java API By Example, From Geeks To Geeks.

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

  • org.apache.cocoon.webapps.portal.components.PortalManagerImpl
    This is the basis portal component @author <a HREF="mailto:cziegeler@s-und-n.de">Carsten Ziegeler</a> @version CVS $Id: PortalManagerImpl.java 56873 2004-11-07 22:30:17Z antonio $
  • org.apache.commons.digester.NodeCreateRuleTestCase
    <p>Test case for the <code>NodeCreateRule</code>. @author Christopher Lenz @version $Revision$ $Date: 2005-02-26 04:58:36 -0800 (Sat, 26 Feb 2005) $
  • org.apache.xerces.dom.RangeImpl
    The RangeImpl class implements the org.w3c.dom.range.Range interface. <p> Please see the API documentation for the interface classes and use the interfaces in your client programs. @xerces.internal @version $Id: RangeImpl.java,v 1.39 2005/03/07 23:28:40 mrglavas Exp $
  • org.apache.cocoon.webapps.authentication.context.AuthenticationContext
    This is the implementation for the authentication context @author <a HREF="mailto:cziegeler@apache.org">Carsten Ziegeler</a> @version CVS $Id: AuthenticationContext.java 37163 2004-08-28 13:05:18Z cziegeler $
  • 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
  • org.apache.xpath.objects.XObject
    This class represents an XPath object, and is capable of converting the object to various types, such as a string. This class acts as the base class to other XPath type objects, such as XString, and provides polymorphic casting capabilities. @xsl.usage general
  • org.apache.cocoon.webapps.session.SessionManager
    This is the session manager component. The main purpose of this component is creating and termination sessions @author <a HREF="mailto:cziegeler@apache.org">Carsten Ziegeler</a> @version CVS $Id: SessionManager.java 30932 2004-07-29 17:35:38Z vgritsenko $
  • org.apache.cocoon.components.language.markup.xsp.XSPSessionFwHelper
    The <code>Session-fw</code> object helper @author <a HREF="mailto:antonio@apache.org">Antonio Gallardo</a> @version CVS $Id: XSPSessionFwHelper.java 30932 2004-07-29 17:35:38Z vgritsenko $ @since 2.1.1
  • 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 ...
  • org.enhydra.apache.xml.serialize.BaseMarkupSerializer
    Base class for a serializer supporting both DOM and SAX pretty serializing of XML/HTML/XHTML documents. Derives classes perform the method-specific serializing, this class provides the common serializing mechanisms. <p> The serializer must be initialized with the proper writer and output for ...
  • 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 ...
Popular Tags