Uses of Class
omix.util.io.AbstractModelIOHandler
Package | Description |
---|---|
omix.util.io |
This package contains classes for file input and output which can be used in plugin development.
|
-
Uses of AbstractModelIOHandler in omix.util.io
Subclasses of AbstractModelIOHandler in omix.util.io Modifier and Type Class Description class
AbstractModelIODomHandler
This class can be used to realize aModelIOHandlerInterface
for Omix with DOM (Package org.w3c.dom).class
StandardModelIODomHandler
Realizes XML reading and writing with aDocumentBuilder
andTransformer
.