|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BridgeExtension
This is a Service interface for classes that want to extend the functionality of the Bridge, to support new tags in the rendering tree.
Method Summary | |
---|---|
String |
getAuthor()
This should return the individual or company name responsible for the this implementation of the extension. |
String |
getContactAddress()
This should return 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, these are added to the list of requiredExtensions that the User Agent supports for purposes of the 'switch' element in SVG. |
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. |
Method Detail |
---|
float getPriority()
Iterator getImplementedExtensions()
String getAuthor()
String getContactAddress()
String getURL()
String getDescription()
void registerTags(BridgeContext ctx)
ctx
- The BridgeContext instance to be updatedboolean isDynamicElement(Element e)
e
- The element to check.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |