| Package | Description |
|---|---|
| org.apache.batik.dom |
Provides an implementation of the DOM level 2 core module.
|
| org.apache.batik.dom.svg | |
| org.apache.batik.dom.svg12 |
| Modifier and Type | Method and Description |
|---|---|
CSSEngine |
ExtensibleDOMImplementation.createCSSEngine(AbstractStylableDocument doc,
CSSContext ctx)
Creates new CSSEngine and attach it to the document.
|
abstract CSSEngine |
ExtensibleDOMImplementation.createCSSEngine(AbstractStylableDocument doc,
CSSContext ctx,
ExtendedParser ep,
ValueManager[] vms,
ShorthandManager[] sms) |
abstract org.w3c.dom.css.ViewCSS |
ExtensibleDOMImplementation.createViewCSS(AbstractStylableDocument doc)
Creates a ViewCSS.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SVGOMDocument
This class implements
SVGDocument. |
| Modifier and Type | Method and Description |
|---|---|
CSSEngine |
SVGDOMImplementation.createCSSEngine(AbstractStylableDocument doc,
CSSContext ctx,
ExtendedParser ep,
ValueManager[] vms,
ShorthandManager[] sms) |
org.w3c.dom.css.ViewCSS |
SVGDOMImplementation.createViewCSS(AbstractStylableDocument doc)
Creates a ViewCSS.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SVG12OMDocument
This class implements
SVGDocument and provides support for
SVG 1.2 specifics. |
| Modifier and Type | Method and Description |
|---|---|
CSSEngine |
SVG12DOMImplementation.createCSSEngine(AbstractStylableDocument doc,
CSSContext ctx,
ExtendedParser ep,
ValueManager[] vms,
ShorthandManager[] sms) |
Copyright ? 2009 Apache Software Foundation. All Rights Reserved.