|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DomExtension
This is a Service interface for classes that want to extend the functionality of the AbstractDocument, to support new tags in the DOM 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. |
float |
getPriority()
Return the priority of this Extension. |
String |
getURL()
This should return a URL where information can be obtained on this extension. |
void |
registerTags(ExtensibleDOMImplementation di)
This method should update the DOMImplementation with support for the tags in this extension. |
Method Detail |
---|
float getPriority()
String getAuthor()
String getContactAddress()
String getURL()
String getDescription()
void registerTags(ExtensibleDOMImplementation di)
di
- The DOMImplementation instance to be updated
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |