KickJava   Java API By Example, From Geeks To Geeks.

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

  • org.apache.batik.css.dom.CSSOMValue
    This class implements the {@link org.w3c.dom.css.CSSValue}, {@link org.w3c.dom.css.CSSPrimitiveValue}, {@link org.w3c.dom.css.CSSValueList} interfaces. @author <a HREF="mailto:stephane@hillion.org">Stephane Hillion</a> @version $Id: CSSOMValue.java,v 1.5 2004/08/18 07:12:47 vhardy Exp ...
  • org.apache.batik.css.dom.CSSOMSVGColor
    This class implements the {@link SVGColor} interface. @author <a HREF="mailto:stephane@hillion.org">Stephane Hillion</a> @version $Id: CSSOMSVGColor.java,v 1.8 2005/03/29 02:26:36 cam Exp $
  • org.apache.xerces.dom.CoreDocumentImpl
    The Document interface represents the entire HTML or XML document. Conceptually, it is the root of the document tree, and provides the primary access to the document's data. <P> Since elements, text nodes, comments, processing instructions, etc. cannot exist outside the context of a Document ...
  • 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.jboss.axis.message.SOAPDocumentImpl
    SOAPDcoumentImpl implements the Document API for SOAPPART. At the moment, it again delgate the XERCES DOM Implementation Here is my argument on it: I guess that there is 3 way to implement this. - fully implement the DOM API here myself. => This is too much and duplicated work. - extends XERCES ...
  • org.apache.axis.message.SOAPDocumentImpl
    SOAPDcoumentImpl implements the Document API for SOAPPART. At the moment, it again delgate the XERCES DOM Implementation Here is my argument on it: I guess that there is 3 way to implement this. - fully implement the DOM API here myself. => This is too much and duplicated work. - extends XERCES ...
  • com.sun.org.apache.xml.internal.utils.UnImplNode
    <meta name="usage" content="internal"/> To be subclassed by classes that wish to fake being nodes.
  • org.apache.xerces.dom.ASModelImpl
    To begin with, an abstract schema is a generic structure that could contain both internal and external subsets. An <code>ASModel</code> is an abstract object that could map to a DTD , an XML Schema , a database schema, etc. An <code>ASModel</code> could represent either an ...
  • 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.axis2.saaj.SOAPDocumentImpl
    @author Ashutosh Shahi ashutosh.shahi@gmail.com TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates
  • org.apache.batik.css.engine.CSSEngine
    This is the base class for all the CSS engines. @author <a HREF="mailto:stephane@hillion.org">Stephane Hillion</a> @version $Id: CSSEngine.java,v 1.42 2004/12/03 12:20:15 deweese Exp $
  • org.apache.xml.utils.UnImplNode
    To be subclassed by classes that wish to fake being nodes. @xsl.usage internal
  • com.sun.org.apache.xerces.internal.impl.xs.opti.DefaultDocument
    @author Rahul Srivastava, Sun Microsystems Inc. @version $Id: DefaultDocument.java,v 1.5 2003/11/13 22:47:16 elena Exp $
  • org.apache.xerces.impl.xs.opti.DefaultDocument
    @xerces.internal @author Rahul Srivastava, Sun Microsystems Inc. @version $Id: DefaultDocument.java,v 1.9 2005/05/02 22:00:52 mrglavas Exp $
  • org.apache.xerces.impl.xs.opti.DefaultNode
    @xerces.internal @author Rahul Srivastava, Sun Microsystems Inc. @version $Id: DefaultNode.java,v 1.9 2005/05/02 22:00:52 mrglavas Exp $
  • org.enhydra.xml.xmlc.dom.generic.GenericLinkedDocument
    This is a generic wrapper around {@link Document} that adds {@link XMLObjectLink} functionality.
  • org.enhydra.xml.xmlc.XMLObjectImpl
    FIXME: Should getDomFactory be in interface? FIXME: Should domFactory be be pasted. Base class for all compiled XML objects. @see XMLObject
  • com.sun.org.apache.xerces.internal.impl.xs.opti.DefaultElement
    @author Rahul Srivastava, Sun Microsystems Inc. @version $Id: DefaultElement.java,v 1.5 2003/01/16 22:53:45 elena Exp $
  • org.dom4j.dom.DOMCDATA
    <p> <code>DOMCDATA</code> implements a CDATA Section which supports the W3C DOM API. </p> @author <a HREF="mailto:jstrachan@apache.org">James Strachan </a> @version $Revision: 1.12 $
  • org.apache.xerces.dom.AttributeMap
    AttributeMap inherits from NamedNodeMapImpl and extends it to deal with the specifics of storing attributes. These are: <ul> <li>managing ownership of attribute nodes <li>managing default attributes <li>firing mutation events </ul> <p> This class doesn't directl ...
  • org.dom4j.dom.DOMDocument
    <p> <code>DOMDocument</code> implements an XML document which supports the W3C DOM API. </p> @author <a HREF="mailto:jstrachan@apache.org">James Strachan </a> @version $Revision: 1.17 $
  • com.sun.org.apache.xerces.internal.parsers.DOMParserImpl
    This is Xerces DOM Builder class. It uses the abstract DOM parser with a document scanner, a dtd scanner, and a validator, as well as a grammar pool. @author Pavani Mukthipudi, Sun Microsystems Inc. @author Elena Litani, IBM @author Rahul Srivastava, Sun Microsystems Inc. @version $Id: DOMParserI ...
  • org.apache.axis2.saaj.SOAPPartImpl
    @author Ashutosh Shahi ashutosh.shahi@gmail.com TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates
  • org.apache.batik.css.engine.value.AbstractValueFactory
    This class provides a base implementation for the value factories. @author <a HREF="mailto:stephane@hillion.org">Stephane Hillion</a> @version $Id: AbstractValueFactory.java,v 1.5 2004/08/18 07:12:53 vhardy Exp $
  • org.apache.xerces.dom.DOMConfigurationImpl
    Xerces implementation of DOMConfiguration that maintains a table of recognized parameters. @xerces.internal @author Elena Litani, IBM @author Neeraj Bajaj, Sun Microsystems. @version $Id: DOMConfigurationImpl.java,v 1.35 2005/06/13 22:26:42 nddelima Exp $
  • org.apache.batik.dom.svg.AbstractSVGTransformList
    This class is the implementation of <code>SVGTransformList</code>. @author nicolas.socheleau@bitflash.com @version $Id: AbstractSVGTransformList.java,v 1.4 2004/08/18 07:13:13 vhardy Exp $
  • org.enhydra.xml.lazydom.LazyElementNoNS
    Implementation of the DOM Element without namespaces that supports lazy instantiation of a template DOM. It is used by HTML, where non-standard element names containing `:' are occasionally invented. If this was derived from ElementNSImpl, it would do validation on the name and generate an error ...
  • com.icl.saxon.tree.ElementWithAttributes
    A node in the XML parse tree representing an XML element.<P> This class is an implementation of NodeInfo @author <A HREF="mailto:mhkay@iclway.co.uk>Michael H. Kay</A> @version 8 August 2000: separated from ElementImpl The name of the element and its attributes are now namespace- ...
  • com.opensymphony.webwork.views.xslt.SimpleTextNode
    @author <a HREF="mailto:meier@meisterbohne.de">Philipp Meier</a> Date: 10.10.2003 Time: 19:45:12
  • com.caucho.xml.QAttributedNode
    Returns a map of the attributes.
  • com.opensymphony.webwork.views.xslt.DocumentAdapter
    @author <a HREF="mailto:meier@meisterbohne.de">Philipp Meier</a> Date: 14.10.2003 Time: 17:24:05
  • org.apache.batik.dom.svg.SVGOMTextContentElement
    This class provides a common superclass for all graphics elements. @author <a HREF="mailto:stephane@hillion.org">Stephane Hillion</a> @version $Id: SVGOMTextContentElement.java,v 1.13 2004/12/15 10:50:29 deweese Exp $
  • net.sf.saxon.dom.DOMEmitter
    DOMEmitter is an Emitter that attaches the result tree to a specified Node in a DOM Document
  • org.jboss.axis.message.NamedNodeMapImpl
    A W3C simple DOM NameNodeMap implementation @author Heejune Ahn (cityboy@tmax.co.kr)
  • org.apache.batik.dom.svg.AbstractSVGLength
    Default implementation for SVGLength. This implementation provides the basic functionalities of SVGLength. To have a complete implementation, an element is required to resolve the units. According to the usage of this AbstractSVGLength, the <code>reset()</code> method is after change ...
  • org.enhydra.xml.lazydom.LazyDOMImplementation
    DOMImplementation method for the LazyDOM. @see org.w3c.dom.DOMImplementation
  • org.apache.batik.dom.svg.SVGOMAnimatedTransformList
    This class is the implementation of the SVGAnimatedTransformList interface. @author <a HREF="mailto:nicolas.socheleau@bitflash.com">Nicolas Socheleau</a> @version $Id: SVGOMAnimatedTransformList.java,v 1.10 2004/08/18 07:13:14 vhardy Exp $
  • org.apache.batik.dom.traversal.DOMTreeWalker
    This class implements the {@link org.w3c.dom.traversal.NodeIterator} interface. @author <a HREF="mailto:stephane@hillion.org">Stephane Hillion</a> @version $Id: DOMTreeWalker.java,v 1.6 2004/08/18 07:13:37 vhardy Exp $
Popular Tags