站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.0.0

XMLDataObject.Processor (NetBeans Loaders API) - NetBeans API Javadoc 5.0.0

 

org.openide.loaders
Interface XMLDataObject.Processor

All Superinterfaces:
Node.Cookie
Enclosing interface:
XMLDataObject

Deprecated. use lookup

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)
          Deprecated. 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)
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

 

Built on May 3 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.