|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SVGDocumentFactory
This interface represents an object which can build a SVGDocument.
| 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 |
|---|
org.w3c.dom.svg.SVGDocument createSVGDocument(java.lang.String uri)
throws java.io.IOException
uri - The document URI.
java.io.IOException - if an error occured while reading the document.
org.w3c.dom.svg.SVGDocument createSVGDocument(java.lang.String uri,
java.io.InputStream is)
throws java.io.IOException
uri - The document URI.is - The document input stream.
java.io.IOException - if an error occured while reading the document.
org.w3c.dom.svg.SVGDocument createSVGDocument(java.lang.String uri,
java.io.Reader r)
throws java.io.IOException
uri - The document URI.r - The document reader.
java.io.IOException - if an error occured while reading the document.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||