public class SVGBridgeExtension extends Object implements BridgeExtension
| Constructor and Description |
|---|
SVGBridgeExtension() |
| 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 BridgeExtensionpublic Iterator getImplementedExtensions()
getImplementedExtensions in interface BridgeExtensionpublic String getAuthor()
getAuthor in interface BridgeExtensionpublic String getContactAddress()
getContactAddress in interface BridgeExtensionpublic String getURL()
getURL in interface BridgeExtensionpublic String getDescription()
getDescription in interface BridgeExtensionpublic void registerTags(BridgeContext ctx)
registerTags in interface BridgeExtensionctx - The BridgeContext instance to be updatedpublic boolean isDynamicElement(Element e)
isDynamicElement in interface BridgeExtensione - The element to check.Copyright © 2000–2020 Apache Software Foundation. All rights reserved.