|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SVGOMDocument | |
org.apache.batik.bridge | Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree. |
org.apache.batik.dom.svg | |
org.apache.batik.extension.svg |
Uses of SVGOMDocument in org.apache.batik.bridge |
Fields in org.apache.batik.bridge declared as SVGOMDocument | |
protected SVGOMDocument |
URIResolver.document
The reference document. |
Uses of SVGOMDocument in org.apache.batik.dom.svg |
Methods in org.apache.batik.dom.svg that return SVGOMDocument | |
SVGOMDocument |
SVGDocumentFactory.createDocument(java.lang.String uri)
Creates a SVGOMDocument instance. |
SVGOMDocument |
SVGDocumentFactory.createDocument(java.lang.String uri,
java.io.InputStream is)
Creates a SVGOMDocument instance. |
SVGOMDocument |
SVGDocumentFactory.createDocument(java.lang.String uri,
java.io.Reader r)
Creates a SVGOMDocument instance. |
SVGOMDocument |
SAXSVGDocumentFactory.createDocument(java.lang.String uri)
Creates a SVGOMDocument instance. This method supports gzipped sources. |
SVGOMDocument |
SAXSVGDocumentFactory.createDocument(java.lang.String uri,
java.io.InputStream inp)
Creates a SVGOMDocument instance. |
SVGOMDocument |
SAXSVGDocumentFactory.createDocument(java.lang.String uri,
java.io.Reader r)
Creates a SVGOMDocument instance. |
Methods in org.apache.batik.dom.svg with parameters of type SVGOMDocument | |
void |
DomExtension.registerTags(SVGOMDocument doc)
This method should update the SVGOMDocument with support for the tags in this extension. |
Uses of SVGOMDocument in org.apache.batik.extension.svg |
Methods in org.apache.batik.extension.svg with parameters of type SVGOMDocument | |
void |
BatikDomExtension.registerTags(SVGOMDocument doc)
This method should update the DomContext with support for the tags in this extension. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |