Dear Wiki user, You have subscribed to a wiki page or wiki category on "Xmlgraphics-batik Wiki" for change notification.
The "UsingDOM3" page has been changed by drool: http://wiki.apache.org/xmlgraphics-batik/UsingDOM3?action=diff&rev1=6&rev2=7 Comment: display java code with syntax highlighting environments, they need not mess around with the endorsed standards overrides. An example: - {{{ + {{{#!java import org.apache.batik.dom.AbstractDocument; import org.apache.batik.dom.svg.SVGDOMImplementation; import org.w3c.dom.DOMImplementation; @@ -57, +57 @@ For cases where the DOM Level 3 versions of these interfaces contain constants that you wish to use, the constants have been copied into the Batik DOM classes. For example: - {{{ + {{{#!java import org.apache.batik.dom.AbstractNode; import org.apache.batik.dom.svg.SVGDOMImplementation; import org.w3c.dom.DOMImplementation;
