public class SvgDoc extends XMLBasedDoc<SvgNode>
NL
Constructor and Description |
---|
SvgDoc() |
SvgDoc(BufferedInputStream inStream) |
SvgDoc(File inFile) |
SvgDoc(SVG inRootTag) |
Modifier and Type | Method and Description |
---|---|
SVG |
getRootNode() |
SvgDoc |
setName(String inValue) |
void |
toIndentedSVG(File inFile,
int inInitialIndentLevel,
int inIndentSize) |
String |
toIndentedSVG(int inInitialIndentLevel,
int inIndentSize) |
void |
toIndentedSVG(OutputStream inOutputStream,
int inInitialIndentLevel,
int inIndentSize) |
void |
toIndentedSVG(PrintWriter inWriter,
int inInitialIndentLevel,
int inIndentSize) |
String |
toSVG() |
void |
toSVG(File inFile) |
void |
toSVG(javax.servlet.http.HttpServletResponse inResponse) |
void |
toSVG(OutputStream inStream) |
void |
toSVG(PrintWriter inWriter) |
clone, getDoctype, getEncoding, getHeader, getTagReader, getTopLevelComments, isConstructedContent, name, prepareForOutput, replaceCharacterEntities, setDoctype, setEncoding, setIsStandalone, setRootNode, setSpec, toIndentedXML, toIndentedXML, toIndentedXML, toIndentedXML, toXML, toXML, toXML, toXML
public SvgDoc()
public SvgDoc(File inFile) throws XMLException, IOException
XMLException
IOException
public SvgDoc(BufferedInputStream inStream)
public SVG getRootNode()
getRootNode
in class XMLBasedDoc<SvgNode>
public void toSVG(OutputStream inStream)
public void toSVG(PrintWriter inWriter)
public void toSVG(javax.servlet.http.HttpServletResponse inResponse)
public String toIndentedSVG(int inInitialIndentLevel, int inIndentSize)
public void toIndentedSVG(OutputStream inOutputStream, int inInitialIndentLevel, int inIndentSize)
public void toIndentedSVG(PrintWriter inWriter, int inInitialIndentLevel, int inIndentSize)
public void toIndentedSVG(File inFile, int inInitialIndentLevel, int inIndentSize)