|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.dom.AbstractDOMImplementation
org.apache.batik.dom.ExtensibleDOMImplementation
org.apache.batik.dom.svg.SVGDOMImplementation
org.apache.batik.dom.svg12.SVG12DOMImplementation
This class implements the DOMImplementation
interface.
It provides support the SVG 1.2 documents.
Nested Class Summary | |
protected static class |
SVG12DOMImplementation.FlowDivElementFactory
To create a 'flowDiv' element. |
protected static class |
SVG12DOMImplementation.FlowLineElementFactory
To create a 'flowLine' element. |
protected static class |
SVG12DOMImplementation.FlowParaElementFactory
To create a 'flowPara' element. |
protected static class |
SVG12DOMImplementation.FlowRegionBreakElementFactory
To create a 'flowRegionBreak' element. |
protected static class |
SVG12DOMImplementation.FlowRegionElementFactory
To create a 'flowRegion' element. |
protected static class |
SVG12DOMImplementation.FlowRegionExcludeElementFactory
To create a 'flowRegion' element. |
protected static class |
SVG12DOMImplementation.FlowRootElementFactory
To create a 'flowRoot' element. |
protected static class |
SVG12DOMImplementation.FlowSpanElementFactory
To create a 'flowSpan' element. |
protected static class |
SVG12DOMImplementation.MultiImageElementFactory
To create a 'multiImage' element. |
protected static class |
SVG12DOMImplementation.SolidColorElementFactory
To create a 'solidColor' element. |
protected static class |
SVG12DOMImplementation.SubImageElementFactory
To create a 'subImage' element. |
protected static class |
SVG12DOMImplementation.SubImageRefElementFactory
To create a 'SubImageRef' element. |
Nested classes inherited from class org.apache.batik.dom.ExtensibleDOMImplementation |
ExtensibleDOMImplementation.ElementFactory |
Field Summary | |
protected static org.w3c.dom.DOMImplementation |
DOM_IMPLEMENTATION
The default instance of this class. |
protected static HashTable |
svg12Factories
The SVG element factories. |
Fields inherited from class org.apache.batik.dom.svg.SVGDOMImplementation |
factories, RESOURCES, SVG_NAMESPACE_URI, svg11Factories |
Fields inherited from class org.apache.batik.dom.ExtensibleDOMImplementation |
customFactories, customShorthandManagers, customValueManagers, extensions, localizableSupport |
Fields inherited from class org.apache.batik.dom.AbstractDOMImplementation |
features |
Constructor Summary | |
SVG12DOMImplementation()
Creates a new SVGDOMImplementation object. |
Method Summary | |
CSSEngine |
createCSSEngine(AbstractStylableDocument doc,
CSSContext ctx,
ExtendedParser ep,
ValueManager[] vms,
ShorthandManager[] sms)
|
org.w3c.dom.Document |
createDocument(java.lang.String namespaceURI,
java.lang.String qualifiedName,
org.w3c.dom.DocumentType doctype)
DOM: Implements DOMImplementation.createDocument(String,String,DocumentType) . |
org.w3c.dom.Element |
createElementNS(AbstractDocument document,
java.lang.String namespaceURI,
java.lang.String qualifiedName)
Implements the behavior of Document.createElementNS() for this DOM implementation. |
static org.w3c.dom.DOMImplementation |
getDOMImplementation()
Returns the default instance of this class. |
Methods inherited from class org.apache.batik.dom.svg.SVGDOMImplementation |
createCSSStyleDeclaration, createCSSStyleSheet, createDocumentEventSupport, createDocumentType, createStyleSheet, createViewCSS, getUserAgentStyleSheet, initLocalizable |
Methods inherited from class org.apache.batik.dom.ExtensibleDOMImplementation |
createCSSEngine, formatMessage, getDomExtensions, getLocale, registerCustomCSSShorthandManager, registerCustomCSSValueManager, registerCustomElementFactory, setLocale |
Methods inherited from class org.apache.batik.dom.AbstractDOMImplementation |
hasFeature, registerFeature |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.w3c.dom.DOMImplementation |
hasFeature |
Field Detail |
protected static HashTable svg12Factories
protected static final org.w3c.dom.DOMImplementation DOM_IMPLEMENTATION
Constructor Detail |
public SVG12DOMImplementation()
Method Detail |
public CSSEngine createCSSEngine(AbstractStylableDocument doc, CSSContext ctx, ExtendedParser ep, ValueManager[] vms, ShorthandManager[] sms)
createCSSEngine
in class SVGDOMImplementation
public org.w3c.dom.Document createDocument(java.lang.String namespaceURI, java.lang.String qualifiedName, org.w3c.dom.DocumentType doctype) throws org.w3c.dom.DOMException
DOMImplementation.createDocument(String,String,DocumentType)
.
createDocument
in interface org.w3c.dom.DOMImplementation
createDocument
in class SVGDOMImplementation
org.w3c.dom.DOMException
public org.w3c.dom.Element createElementNS(AbstractDocument document, java.lang.String namespaceURI, java.lang.String qualifiedName)
createElementNS
in class SVGDOMImplementation
public static org.w3c.dom.DOMImplementation getDOMImplementation()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |