public class SVG12BridgeExtension extends SVGBridgeExtension
| Constructor and Description |
|---|
SVG12BridgeExtension() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAuthor()
This should return the individual or company name responsible
for the this implementation of the extension.
|
java.lang.String |
getContactAddress()
This should contain a contact address (usually an e-mail address).
|
java.lang.String |
getDescription()
Human readable description of the extension.
|
java.util.Iterator |
getImplementedExtensions()
This should return the list of extensions implemented
by this BridgeExtension.
|
float |
getPriority()
Return the priority of this Extension.
|
java.lang.String |
getURL()
This should return a URL where information can be obtained on
this extension.
|
boolean |
isDynamicElement(org.w3c.dom.Element e)
Whether the presence of the specified element should cause
the document to be dynamic.
|
void |
registerTags(BridgeContext ctx)
This method should update the BridgeContext with support
for the tags in this extension.
|
public float getPriority()
getPriority in interface BridgeExtensiongetPriority in class SVGBridgeExtensionpublic java.util.Iterator getImplementedExtensions()
getImplementedExtensions in interface BridgeExtensiongetImplementedExtensions in class SVGBridgeExtensionpublic java.lang.String getAuthor()
getAuthor in interface BridgeExtensiongetAuthor in class SVGBridgeExtensionpublic java.lang.String getContactAddress()
getContactAddress in interface BridgeExtensiongetContactAddress in class SVGBridgeExtensionpublic java.lang.String getURL()
getURL in interface BridgeExtensiongetURL in class SVGBridgeExtensionpublic java.lang.String getDescription()
getDescription in interface BridgeExtensiongetDescription in class SVGBridgeExtensionpublic void registerTags(BridgeContext ctx)
registerTags in interface BridgeExtensionregisterTags in class SVGBridgeExtensionctx - The BridgeContext instance to be updatedpublic boolean isDynamicElement(org.w3c.dom.Element e)
isDynamicElement in interface BridgeExtensionisDynamicElement in class SVGBridgeExtensione - The element to check.Copyright ? 2009 Apache Software Foundation. All Rights Reserved.