Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.batik.dom
Class AbstractDOMImplementation  view AbstractDOMImplementation download AbstractDOMImplementation.java

java.lang.Object
  extended byorg.apache.batik.dom.AbstractDOMImplementation
All Implemented Interfaces:
org.w3c.dom.DOMImplementation, java.io.Serializable
Direct Known Subclasses:
ExtensibleDOMImplementation, GenericDOMImplementation

public abstract class AbstractDOMImplementation
extends java.lang.Object
implements org.w3c.dom.DOMImplementation, java.io.Serializable

This class implements the org.w3c.dom.DOMImplementation, org.w3c.dom.css.DOMImplementationCSS interfaces.

Version:
$Id: AbstractDOMImplementation.java,v 1.13 2005/02/22 09:12:57 cam Exp $

Field Summary
protected  org.apache.batik.dom.util.HashTable features
          The supported features.
 
Constructor Summary
protected AbstractDOMImplementation()
          Creates a new AbstractDOMImplementation object.
 
Method Summary
 org.apache.batik.dom.events.DocumentEventSupport createDocumentEventSupport()
          Creates an DocumentEventSupport object suitable for use with this implementation.
 boolean hasFeature(java.lang.String feature, java.lang.String version)
          DOM: Implements DOMImplementation.hasFeature(String,String)>DOMImplementation.hasFeature(String,String) 55 .
protected  void registerFeature(java.lang.String name, java.lang.Object value)
          Registers a DOM feature.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.w3c.dom.DOMImplementation
createDocument, createDocumentType, getFeature
 

Field Detail

features

protected final org.apache.batik.dom.util.HashTable features
The supported features.

Constructor Detail

AbstractDOMImplementation

protected AbstractDOMImplementation()
Creates a new AbstractDOMImplementation object.

Method Detail

registerFeature

protected void registerFeature(java.lang.String name,
                               java.lang.Object value)
Registers a DOM feature.


hasFeature

public boolean hasFeature(java.lang.String feature,
                          java.lang.String version)
DOM: Implements DOMImplementation.hasFeature(String,String)>DOMImplementation.hasFeature(String,String) 55 .

Specified by:
hasFeature in interface org.w3c.dom.DOMImplementation

createDocumentEventSupport

public org.apache.batik.dom.events.DocumentEventSupport createDocumentEventSupport()
Creates an DocumentEventSupport object suitable for use with this implementation.