Module omix.api
Package omix.util.io
This package contains classes for file input and output which can be used in plugin development.
-
Class Summary Class Description AbstractDomReader This class is an abstract definition of a reader using DOM (Package org.w3c.dom).AbstractDomWriter This class is an abstract definition of a writer using DOM (Package org.w3c.dom).AbstractModelIODomHandler This class can be used to realize aModelIOHandlerInterface
for Omix with DOM (Package org.w3c.dom).AbstractModelIOHandler This class can be used to realize aModelIOHandlerInterface
for Omix.AbstractReader This class can be subclassed in order to realize a file reader.AbstractWriter This class can be subclassed in order to realize a file writer.FilePathAnalyzer This class helps to save file paths relative to the saved file.StandardModelIODomHandler Realizes XML reading and writing with aDocumentBuilder
andTransformer
.URLUtility