Class ExtensibleDOMImplementation

java.lang.Object
org.apache.batik.dom.AbstractDOMImplementation
org.apache.batik.dom.ExtensibleDOMImplementation
All Implemented Interfaces:
Serializable, StyleSheetFactory, Localizable, DOMImplementationCSS, DOMImplementation
Direct Known Subclasses:
SVGDOMImplementation

public abstract class ExtensibleDOMImplementation extends AbstractDOMImplementation implements DOMImplementationCSS, StyleSheetFactory
This class implements the DOMImplementation interface. It allows the user to extend the set of elements supported by a Document, directly or through the Service API (see Service).
See Also:
  • Field Details

    • customFactories

      protected DoublyIndexedTable customFactories
      The custom elements factories.
    • customValueManagers

      protected List customValueManagers
      The custom value managers.
    • customShorthandManagers

      protected List customShorthandManagers
      The custom shorthand value managers.
    • extensions

      protected static List extensions
  • Constructor Details

    • ExtensibleDOMImplementation

      public ExtensibleDOMImplementation()
      Creates a new DOMImplementation.
  • Method Details