public interface DomExtension
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 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.
|
float getPriority()
String getAuthor()
String getContactAddress()
String getURL()
String getDescription()
void registerTags(ExtensibleDOMImplementation di)
di
- The DOMImplementation instance to be updatedCopyright © 2000–2023 Apache Software Foundation. All rights reserved.