|
||||||||||
| 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(String uri)
Creates a SVG Document instance. |
org.w3c.dom.svg.SVGDocument |
createSVGDocument(String uri,
InputStream is)
Creates a SVG Document instance. |
org.w3c.dom.svg.SVGDocument |
createSVGDocument(String uri,
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(String uri)
throws IOException
uri - The document URI.
IOException - if an error occured while reading the document.
org.w3c.dom.svg.SVGDocument createSVGDocument(String uri,
InputStream is)
throws IOException
uri - The document URI.is - The document input stream.
IOException - if an error occured while reading the document.
org.w3c.dom.svg.SVGDocument createSVGDocument(String uri,
Reader r)
throws IOException
uri - The document URI.r - The document reader.
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 | |||||||||