public class SVG12BridgeExtension extends SVGBridgeExtension
| Constructor and Description |
|---|
SVG12BridgeExtension() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthor()
This should return the individual or company name responsible
for the this implementation of the extension.
|
String |
getContactAddress()
This should contain a contact address (usually an e-mail address).
|
String |
getDescription()
Human readable description of the extension.
|
Iterator |
getImplementedExtensions()
This should return the list of extensions implemented
by this BridgeExtension.
|
float |
getPriority()
Return the priority of this Extension.
|
String |
getURL()
This should return a URL where information can be obtained on
this extension.
|
boolean |
isDynamicElement(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 Iterator getImplementedExtensions()
getImplementedExtensions in interface BridgeExtensiongetImplementedExtensions in class SVGBridgeExtensionpublic String getAuthor()
getAuthor in interface BridgeExtensiongetAuthor in class SVGBridgeExtensionpublic String getContactAddress()
getContactAddress in interface BridgeExtensiongetContactAddress in class SVGBridgeExtensionpublic String getURL()
getURL in interface BridgeExtensiongetURL in class SVGBridgeExtensionpublic 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(Element e)
isDynamicElement in interface BridgeExtensionisDynamicElement in class SVGBridgeExtensione - The element to check.Copyright © 2000–2021 Apache Software Foundation. All rights reserved.