Interface XMLDataObject.Processor
- All Superinterfaces:
org.openide.nodes.Node.Cookie
- Enclosing class:
XMLDataObject
Deprecated.
This class has to be implemented by all processors in the
xmlinfo file. It is cookie, so after parsing such class is instantiated
and put into data objects cookie set.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
attachTo
(XMLDataObject xmlDO) Deprecated.When the XMLDataObject creates new instance of the processor, it uses this method to attach the processor to the data object.
-
Method Details
-
attachTo
Deprecated.When the XMLDataObject creates new instance of the processor, it uses this method to attach the processor to the data object.- Parameters:
xmlDO
- XMLDataObject
-
Environment.Provider
instead.