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

XMIConsumer (NetBeans MDR API) - NetBeans API Javadoc 5.0.0

 

org.netbeans.api.xmi.sax
Class XMIConsumer

java.lang.Object
  extended byorg.netbeans.api.xmi.sax.XMIConsumer
All Implemented Interfaces:
ContentHandler

public abstract class XMIConsumer
extends Object
implements ContentHandler

XMI Content Handler.


Constructor Summary
XMIConsumer()
           
 
Method Summary
abstract  XMIInputConfig getConfiguration()
          Returns configuration object of this XMIConsumer.
abstract  javax.jmi.reflect.RefPackage getExtent()
          Returns the target package extent.
abstract  void setExtent(javax.jmi.reflect.RefPackage extent)
          Sets target extent.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.xml.sax.ContentHandler
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
 

Constructor Detail

XMIConsumer

public XMIConsumer()
Method Detail

setExtent

public abstract void setExtent(javax.jmi.reflect.RefPackage extent)
Sets target extent.

Parameters:
extent - Target package extent.

getExtent

public abstract javax.jmi.reflect.RefPackage getExtent()
Returns the target package extent.

Returns:
Target package extent.

getConfiguration

public abstract XMIInputConfig getConfiguration()
Returns configuration object of this XMIConsumer. Any changes to the returned object will have immediate effect on the XMIConsumer's configuration.


 

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