|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExtensionElementFactory
Interface ExtensionElementFactory.
A "Factory" for user-defined nodes in the stylesheet tree.
(Actually, it's not strictly a factory: it doesn't create the nodes, it merely identifies what class they should be.)
Method Summary | |
---|---|
Class<? extends StyleElement> |
getExtensionClass(String localname)
Identify the class to be used for stylesheet elements with a given local name. |
Method Detail |
---|
Class<? extends StyleElement> getExtensionClass(String localname)
StyleElement
, and it must have a
zero-argument public constructor.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |