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(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 BridgeExtension
getPriority
in class SVGBridgeExtension
public java.util.Iterator getImplementedExtensions()
getImplementedExtensions
in interface BridgeExtension
getImplementedExtensions
in class SVGBridgeExtension
public java.lang.String getAuthor()
getAuthor
in interface BridgeExtension
getAuthor
in class SVGBridgeExtension
public java.lang.String getContactAddress()
getContactAddress
in interface BridgeExtension
getContactAddress
in class SVGBridgeExtension
public java.lang.String getURL()
getURL
in interface BridgeExtension
getURL
in class SVGBridgeExtension
public java.lang.String getDescription()
getDescription
in interface BridgeExtension
getDescription
in class SVGBridgeExtension
public void registerTags(BridgeContext ctx)
registerTags
in interface BridgeExtension
registerTags
in class SVGBridgeExtension
ctx
- The BridgeContext instance to be updatedpublic boolean isDynamicElement(Element e)
isDynamicElement
in interface BridgeExtension
isDynamicElement
in class SVGBridgeExtension
e
- The element to check.Copyright © 2022 Apache Software Foundation. All Rights Reserved.