|
|||||||||
| Home >> All >> org >> apache >> batik >> dom >> [ svg overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.batik.dom.svg
Interface SVGDocumentFactory

- All Superinterfaces:
- org.apache.batik.dom.util.DocumentFactory
- All Known Implementing Classes:
- SAXSVGDocumentFactory
- public interface SVGDocumentFactory
- extends org.apache.batik.dom.util.DocumentFactory
This interface represents an object which can build a SVGDocument.
- Version:
- $Id: SVGDocumentFactory.java,v 1.10 2004/08/18 07:13:13 vhardy Exp $
| Method Summary | |
org.w3c.dom.svg.SVGDocument |
createSVGDocument(java.lang.String uri)
Creates a SVG Document instance. |
org.w3c.dom.svg.SVGDocument |
createSVGDocument(java.lang.String uri,
java.io.InputStream is)
Creates a SVG Document instance. |
org.w3c.dom.svg.SVGDocument |
createSVGDocument(java.lang.String uri,
java.io.Reader r)
Creates a SVG Document instance. |
| Methods inherited from interface org.apache.batik.dom.util.DocumentFactory |
createDocument, createDocument, createDocument, createDocument, getDocumentDescriptor, isValidating, setValidating |
| Method Detail |
createSVGDocument
public org.w3c.dom.svg.SVGDocument createSVGDocument(java.lang.String uri) throws java.io.IOException
- Creates a SVG Document instance.
createSVGDocument
public org.w3c.dom.svg.SVGDocument createSVGDocument(java.lang.String uri, java.io.InputStream is) throws java.io.IOException
- Creates a SVG Document instance.
createSVGDocument
public org.w3c.dom.svg.SVGDocument createSVGDocument(java.lang.String uri, java.io.Reader r) throws java.io.IOException
- Creates a SVG Document instance.
|
|||||||||
| Home >> All >> org >> apache >> batik >> dom >> [ svg overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC