|
|||||||||||
| 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 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)
|
Document |
createDocument(String namespaceURI,
String qualifiedName,
DocumentType doctype)
DOM: Implements DOMImplementation.createDocument(String,String,DocumentType). |
Element |
createElementNS(AbstractDocument document,
String namespaceURI,
String qualifiedName)
Implements the behavior of Document.createElementNS() for this DOM implementation. |
static 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 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 Document createDocument(String namespaceURI,
String qualifiedName,
DocumentType doctype)
throws DOMException
DOMImplementation.createDocument(String,String,DocumentType).
createDocument in interface DOMImplementationcreateDocument in class SVGDOMImplementationDOMException
public Element createElementNS(AbstractDocument document,
String namespaceURI,
String qualifiedName)
createElementNS in class SVGDOMImplementationpublic static DOMImplementation getDOMImplementation()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||