public class SVGLoader extends org.xml.sax.helpers.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)
public SVGLoader(URI xmlBase, SVGUniverse universe, boolean verbose)
public void startDocument() throws SAXException
startDocument in interface ContentHandlerstartDocument in class org.xml.sax.helpers.DefaultHandlerSAXExceptionpublic void endDocument() throws SAXException
endDocument in interface ContentHandlerendDocument in class org.xml.sax.helpers.DefaultHandlerSAXExceptionpublic void startElement(String namespaceURI, String sName, String qName, Attributes attrs) throws SAXException
startElement in interface ContentHandlerstartElement in class org.xml.sax.helpers.DefaultHandlerSAXExceptionpublic void endElement(String namespaceURI, String sName, String qName) throws SAXException
endElement in interface ContentHandlerendElement in class org.xml.sax.helpers.DefaultHandlerSAXExceptionpublic void characters(char[] buf, int offset, int len) throws SAXException
characters in interface ContentHandlercharacters in class org.xml.sax.helpers.DefaultHandlerSAXExceptionpublic void processingInstruction(String target, String data) throws SAXException
processingInstruction in interface ContentHandlerprocessingInstruction in class org.xml.sax.helpers.DefaultHandlerSAXExceptionpublic SVGDiagram getLoadedDiagram()
Copyright ?? 2011-2013 Kitfox Studios. All Rights Reserved.