java.lang.Object
de.grogra.pf.io.FilterBase
de.grogra.imp3d.msml.MSMLWriter
- All Implemented Interfaces:
DOMSource
,Filter
,FilterSource
,RegistryContext
,Map
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.grogra.pf.io.FilterSource
FilterSource.MetaDataKey<V>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CoordTransformer
static final IOFlavor
static final String
static final String
static final String
static final String
Fields inherited from class de.grogra.pf.io.FilterBase
item, source
Fields inherited from interface de.grogra.pf.io.FilterSource
AUTO_PROGRESS, DESTINATION_FILE, DESTINATION_URL
Fields inherited from interface de.grogra.util.Map
DEFAULT_VALUE, EMPTY_MAP
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the data as a DOM document.Methods inherited from class de.grogra.pf.io.FilterBase
get, getFilter, getFlavor, getImpl, getMetaData, getRegistry, getSource, getSystemId, initProgressMonitor, setFlavor, setMetaData, setMetaData, setProgress, setSystemId, toString, toURL
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface de.grogra.pf.io.FilterSource
getFilter, getFlavor, getMetaData, getSystemId, initProgressMonitor, setMetaData, setProgress
Methods inherited from interface de.grogra.pf.registry.RegistryContext
getRegistry
-
Field Details
-
FLAVOR
-
namespaceURI
- See Also:
-
qualifiedName
- See Also:
-
schemaSource
- See Also:
-
msmlSchemaLocation
- See Also:
-
COORD
-
librarymaterials
-
-
Constructor Details
-
MSMLWriter
-
-
Method Details
-
getLibraryMaterials
-
getDocument
Description copied from interface:DOMSource
Returns the data as a DOM document.- Specified by:
getDocument
in interfaceDOMSource
- Returns:
- the data
- Throws:
IOException
DOMException
-