org.apache.batik.dom.svg12

Class SVG12OMDocument

public class SVG12OMDocument extends SVGOMDocument

This class implements SVGDocument and provides support for SVG 1.2 specifics.
Constructor Summary
protected SVG12OMDocument()
Creates a new uninitialized document.
SVG12OMDocument(DocumentType dt, DOMImplementation impl)
Creates a new SVG12OMDocument.
Method Summary
voidaddCSSNavigableDocumentListener(CSSNavigableDocumentListener l)
Adds an event listener for mutations on the CSSNavigableDocument tree.
protected NodenewNode()
Returns a new uninitialized instance of this object's class.
voidremoveCSSNavigableDocumentListener(CSSNavigableDocumentListener l)
Removes an event listener for mutations on the CSSNavigableDocument tree.

Constructor Detail

SVG12OMDocument

protected SVG12OMDocument()
Creates a new uninitialized document.

SVG12OMDocument

public SVG12OMDocument(DocumentType dt, DOMImplementation impl)
Creates a new SVG12OMDocument.

Method Detail

addCSSNavigableDocumentListener

public void addCSSNavigableDocumentListener(CSSNavigableDocumentListener l)
Adds an event listener for mutations on the CSSNavigableDocument tree.

newNode

protected Node newNode()
Returns a new uninitialized instance of this object's class.

removeCSSNavigableDocumentListener

public void removeCSSNavigableDocumentListener(CSSNavigableDocumentListener l)
Removes an event listener for mutations on the CSSNavigableDocument tree.
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.