org.openide.loaders
Interface XMLDataObject.Processor

All Superinterfaces:
Node.Cookie
Enclosing class:
XMLDataObject

public static interface XMLDataObject.Processor
extends Node.Cookie

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
 void attachTo(XMLDataObject xmlDO)
          When the XMLDataObject creates new instance of the processor, it uses this method to attach the processor to the data object.
 

Method Detail

attachTo

public void attachTo(XMLDataObject xmlDO)
When the XMLDataObject creates new instance of the processor, it uses this method to attach the processor to the data object.
Parameters:
xmlDO - XMLDataObject


Built on February 22 2001.  |  Portions Copyright 1997-2000 Sun Microsystems, Inc. All rights reserved.