org.apache.batik.dom.svg12
public class SVG12DOMImplementation extends SVGDOMImplementation
| 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.HandlerElementFactory
To create a 'handler' 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. |
| protected static class | SVG12DOMImplementation.XBLContentElementFactory
To create a 'xbl:content' element. |
| protected static class | SVG12DOMImplementation.XBLDefinitionElementFactory
To create a 'xbl:definition' element. |
| protected static class | SVG12DOMImplementation.XBLHandlerGroupElementFactory
To create a 'xbl:handlerGroup' element. |
| protected static class | SVG12DOMImplementation.XBLImportElementFactory
To create a 'xbl:import' element. |
| protected static class | SVG12DOMImplementation.XBLShadowTreeElementFactory
To create a 'xbl:shadowTree' element. |
| protected static class | SVG12DOMImplementation.XBLTemplateElementFactory
To create a 'xbl:template' element. |
| protected static class | SVG12DOMImplementation.XBLXBLElementFactory
To create a 'xbl:xbl' element. |
| Field Summary | |
|---|---|
| protected static DOMImplementation | DOM_IMPLEMENTATION
The default instance of this class. |
| protected static HashTable | svg12Factories
The SVG element factories. |
| protected static HashTable | xblFactories
The XBL element factories. |
| Constructor Summary | |
|---|---|
| SVG12DOMImplementation()
Creates a new SVGDOMImplementation object. | |
| Method Summary | |
|---|---|
| CSSEngine | createCSSEngine(AbstractStylableDocument doc, CSSContext ctx, ExtendedParser ep, ValueManager[] vms, ShorthandManager[] sms) |
| Document | createDocument(String namespaceURI, String qualifiedName, DocumentType doctype)
DOM: Implements DOMImplementation#createDocument(String,String,DocumentType). |
| DocumentEventSupport | createDocumentEventSupport()
Creates an DocumentEventSupport object suitable for use with
this implementation. |
| Element | createElementNS(AbstractDocument document, String namespaceURI, String qualifiedName)
Implements the behavior of Document.createElementNS() for this
DOM implementation. |
| EventSupport | createEventSupport(AbstractNode n)
Creates an EventSupport object for the given node. |
| static DOMImplementation | getDOMImplementation()
Returns the default instance of this class. |