Class MetadataDocument.XMLConverter
- java.lang.Object
-
- de.pangaea.metadataportal.processor.MetadataDocument.XMLConverter
-
- Enclosing class:
- MetadataDocument
public class MetadataDocument.XMLConverter extends Object
This class handles the transformation from any source to the "official" metadata format and can even validate it- Author:
- Uwe Schindler
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
finishTransformation()
ContentHandler
getTransformContentHandler()
void
transform(Source s)
-
-
-
Method Detail
-
transform
public void transform(Source s) throws TransformerException, SAXException, IOException
-
getTransformContentHandler
public ContentHandler getTransformContentHandler() throws TransformerException
- Throws:
TransformerException
-
finishTransformation
public void finishTransformation() throws TransformerException, SAXException, IOException
-
-