Uses of Class
org.apache.batik.dom.svg.SVGOMDocument

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   
 

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
 ViewCSS SVGDOMImplementation.createViewCSS(SVGOMDocument doc)
          Creates a ViewCSS.
 ViewCSS ExtensibleSVGDOMImplementation.createViewCSS(SVGOMDocument doc)
          Creates a ViewCSS.
 



Copyright © 2001 Apache Software Foundation. All Rights Reserved.