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

Uses of Class org.netbeans.api.xmi.XMIInputConfig (NetBeans MDR API) - NetBeans API Javadoc 5.0.0

 

Uses of Class
org.netbeans.api.xmi.XMIInputConfig

Packages that use XMIInputConfig
org.netbeans.api.xmi API classes and interfaces that are used for import/export of XMI documents into/from a JMI-compliant repository. 
org.netbeans.api.xmi.sax   
 

Uses of XMIInputConfig in org.netbeans.api.xmi
 

Methods in org.netbeans.api.xmi that return XMIInputConfig
abstract  XMIInputConfig XMIReader.getConfiguration()
          Returns configuration object of this XMIReader.
 

Methods in org.netbeans.api.xmi with parameters of type XMIInputConfig
 void XMIReferenceResolver.resolve(XMIReferenceResolver.Client client, javax.jmi.reflect.RefPackage extent, String systemId, XMIInputConfig configuration, Collection hrefs)
          Resolves external references and calls XMIReferenceResolver.Client.resolvedReference(java.lang.String, javax.jmi.reflect.RefObject) for each.
abstract  XMIReader XMIReaderFactory.createXMIReader(XMIInputConfig configuration)
          Creates new instance of XMIReader configured using the passed configuration object.
 

Uses of XMIInputConfig in org.netbeans.api.xmi.sax
 

Methods in org.netbeans.api.xmi.sax that return XMIInputConfig
abstract  XMIInputConfig XMIConsumer.getConfiguration()
          Returns configuration object of this XMIConsumer.
 

Methods in org.netbeans.api.xmi.sax with parameters of type XMIInputConfig
abstract  XMIConsumer XMIConsumerFactory.createXMIConsumer(XMIInputConfig configuration)
          Creates new instance of XMIConsumer configured using the passed configuration object.
 


 

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