|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.xml.sax.helpers.DefaultHandler
org.apache.batik.dom.util.SAXDocumentFactory
org.apache.batik.dom.svg.SAXSVGDocumentFactory
de.cau.cs.kieler.kev.views.EclipseSAXSVGDocumentFactory
public class EclipseSAXSVGDocumentFactory
This is a special version of the SAXSVGDocumentFactory class. It loads the XML parser class via the Eclipse class loader and bypasses the Batik NewInstance class which used to be responsible for loading the parser.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.batik.dom.util.SAXDocumentFactory |
---|
org.apache.batik.dom.util.SAXDocumentFactory.PreInfo |
Field Summary |
---|
Fields inherited from class org.apache.batik.dom.svg.SAXSVGDocumentFactory |
---|
dtdids, DTDIDS, dtdProps, HTTP_CHARSET, KEY_PUBLIC_IDS, KEY_SKIP_DTD, KEY_SKIPPABLE_PUBLIC_IDS, KEY_SYSTEM_ID, LOCK, skip_dtd, skippable_dtdids |
Fields inherited from class org.apache.batik.dom.util.SAXDocumentFactory |
---|
createDocumentDescriptor, currentNode, document, documentDescriptor, errorHandler, implementation, inCDATA, inDTD, isValidating, locator, namespaces, parserClassName, preInfo, stringBuffer, stringContent |
Constructor Summary | |
---|---|
EclipseSAXSVGDocumentFactory(String parser,
boolean dd)
The constructor. |
Method Summary | |
---|---|
protected Document |
createDocument(InputSource is)
|
Methods inherited from class org.apache.batik.dom.svg.SAXSVGDocumentFactory |
---|
createDocument, createDocument, createDocument, createDocument, createDocument, createDocument, createSVGDocument, createSVGDocument, createSVGDocument, getDOMImplementation, resolveEntity, startDocument |
Methods inherited from class org.apache.batik.dom.util.SAXDocumentFactory |
---|
appendStringData, characters, comment, createDocument, createDocument, endCDATA, endDTD, endElement, endEntity, error, fatalError, getDocumentDescriptor, ignorableWhitespace, isValidating, processingInstruction, setDocumentLocator, setErrorHandler, setValidating, startCDATA, startDTD, startElement, startEntity, warning |
Methods inherited from class org.xml.sax.helpers.DefaultHandler |
---|
endDocument, endPrefixMapping, notationDecl, skippedEntity, startPrefixMapping, unparsedEntityDecl |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.batik.dom.util.DocumentFactory |
---|
createDocument, getDocumentDescriptor, isValidating, setValidating |
Constructor Detail |
---|
public EclipseSAXSVGDocumentFactory(String parser, boolean dd)
parser
- dd
- Method Detail |
---|
protected Document createDocument(InputSource is) throws IOException
createDocument
in class org.apache.batik.dom.util.SAXDocumentFactory
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |