|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents an object which can build a SVGDocument.
Method Summary | |
SVGDocument |
createSVGDocument(String uri)
Creates a SVG Document instance. |
SVGDocument |
createSVGDocument(String uri,
InputStream is)
Creates a SVG Document instance. |
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 |
public SVGDocument createSVGDocument(String uri) throws IOException
uri
- The document URI.
IOException
- if an error occured while reading the document.public 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.public 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 |