|
|||||||||||
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(java.lang.String uri)
Creates a SVG Document instance. |
SVGDocument |
createSVGDocument(java.lang.String uri,
java.io.InputStream is)
Creates a SVG Document instance. |
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 |
public 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.public 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.public 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 |