Uses of Class
org.openide.loaders.XMLDataObject.Info

Packages that use XMLDataObject.Info
org.openide.loaders DataSystems are the logical layer between a filesystem and the regular functions of the IDE. 
 

Uses of XMLDataObject.Info in org.openide.loaders
 

Methods in org.openide.loaders that return XMLDataObject.Info
 XMLDataObject.Info XMLDataObject.getInfo()
           
static XMLDataObject.Info XMLDataObject.getRegisteredInfo(String publicId)
          Obtain registered Info for particular DTD public ID.
 

Methods in org.openide.loaders with parameters of type XMLDataObject.Info
 void XMLDataObject.setInfo(XMLDataObject.Info ii)
           
static void XMLDataObject.registerInfo(String publicId, XMLDataObject.Info info)
          Registers new Info to particular XML document content type as recognized by DTD public id.
 



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