public class SVGLoader extends DefaultHandler
| Constructor and Description |
|---|
SVGLoader(URI xmlBase,
SVGUniverse universe)
Creates a new instance of SVGLoader
|
SVGLoader(URI xmlBase,
SVGUniverse universe,
boolean verbose) |
| Modifier and Type | Method and Description |
|---|---|
void |
characters(char[] buf,
int offset,
int len) |
void |
endDocument() |
void |
endElement(String namespaceURI,
String sName,
String qName) |
SVGDiagram |
getLoadedDiagram() |
void |
processingInstruction(String target,
String data) |
void |
startDocument() |
void |
startElement(String namespaceURI,
String sName,
String qName,
Attributes attrs) |
endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, resolveEntity, setDocumentLocator, skippedEntity, startPrefixMapping, unparsedEntityDecl, warningpublic SVGLoader(URI xmlBase, SVGUniverse universe)
xmlBase - universe - public SVGLoader(URI xmlBase, SVGUniverse universe, boolean verbose)
public void startDocument()
throws SAXException
startDocument in interface ContentHandlerstartDocument in class DefaultHandlerSAXExceptionpublic void endDocument()
throws SAXException
endDocument in interface ContentHandlerendDocument in class DefaultHandlerSAXExceptionpublic void startElement(String namespaceURI, String sName, String qName, Attributes attrs) throws SAXException
startElement in interface ContentHandlerstartElement in class DefaultHandlerSAXExceptionpublic void endElement(String namespaceURI, String sName, String qName) throws SAXException
endElement in interface ContentHandlerendElement in class DefaultHandlerSAXExceptionpublic void characters(char[] buf,
int offset,
int len)
throws SAXException
characters in interface ContentHandlercharacters in class DefaultHandlerSAXExceptionpublic void processingInstruction(String target, String data) throws SAXException
processingInstruction in interface ContentHandlerprocessingInstruction in class DefaultHandlerSAXExceptionpublic SVGDiagram getLoadedDiagram()
Copyright © 2020. All rights reserved.