public interface SVGDocumentFactory extends DocumentFactory
Modifier and Type | Method and Description |
---|---|
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.
|
createDocument, createDocument, createDocument, createDocument, getDocumentDescriptor, isValidating, setValidating
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.Copyright © 2000–2023 Apache Software Foundation. All rights reserved.