nl.hippo.portal.cms.site
Interface DocumentTransformer

All Known Implementing Classes:
MetaDataLoader, SiteMapLoader

public interface DocumentTransformer

Version:
$Id: DocumentTransformer.java 6122 2007-04-18 14:34:48Z pduin $

Method Summary
 java.lang.Object transform(java.lang.String name, java.io.InputStream documentStream, java.util.List documentPaths)
           
 

Method Detail

transform

java.lang.Object transform(java.lang.String name,
                           java.io.InputStream documentStream,
                           java.util.List documentPaths)
                           throws org.xml.sax.SAXException,
                                  java.io.IOException,
                                  javax.xml.parsers.ParserConfigurationException
Parameters:
name - Name of the item to transform
documentStream - xml stream of the document
documentPaths - the document transformer must add any paths to sources which are used to transform the object. Paths must be String and relative
Returns:
The transformed object, derived from the given input stream.
Throws:
org.xml.sax.SAXException
java.io.IOException
javax.xml.parsers.ParserConfigurationException


Copyright © 2007-2008 . All Rights Reserved.