|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |