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

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

 

Uses of Package
org.netbeans.api.xmi

Packages that use org.netbeans.api.xmi
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   
 

Classes in org.netbeans.api.xmi used by org.netbeans.api.xmi
XMIInputConfig
          Configuration class for objects taking XMI as input (e.g.
XMIOutputConfig
          Configuration class for objects producing XMI as output (e.g.
XMIReader
          Base class for enhanced XMI readers.
XMIReaderFactory
          Factory class for creating instances of XMI reader objects.
XMIReferenceProvider
          Implementation of this interface can be passed to XMI producers/writers (using XMIOutputConfig.setReferenceProvider(org.netbeans.api.xmi.XMIReferenceProvider) method) to enable custom controling of target documents the written object should go into and what XMI ID they should use.
XMIReferenceProvider.XMIReference
          Simple structure for representing XMI references to elements corresponding to an object.
XMIReferenceResolver
          Implementation of this interface can be passed to XMI reader/consumer (using XMIInputConfig.setReferenceResolver(org.netbeans.api.xmi.XMIReferenceResolver) method) to enable custom resolving of hrefs.
XMIReferenceResolver.Client
           
XMIWriter
          Base class for enhanced XMI writers.
XMIWriterFactory
          Factory for XMI writers.
 

Classes in org.netbeans.api.xmi used by org.netbeans.api.xmi.sax
XMIInputConfig
          Configuration class for objects taking XMI as input (e.g.
XMIOutputConfig
          Configuration class for objects producing XMI as output (e.g.
 


 

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