|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is the interface of the plug-ins of the core of the system
Method Summary | |
PluginInterface |
createNewInstance(org.w3c.dom.Node subTree)
Creates a plug-in instance that processes the expression provided The default creation mode is unshared: a new instance is created. |
SharedPluginInterface |
createNewSharedInstance(org.w3c.dom.Node subTree)
Creates shared plug-in instance that processes the expression provided This instance is shared. |
java.lang.String[] |
getTags()
|
Method Detail |
public java.lang.String[] getTags()
public PluginInterface createNewInstance(org.w3c.dom.Node subTree) throws PluginFactoryException
an
- exception in case the creation was not successful
PluginFactoryException
public SharedPluginInterface createNewSharedInstance(org.w3c.dom.Node subTree) throws PluginFactoryException
an
- exception in case the creation was not successful
PluginFactoryException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |