geo.google.mapping
Class XSLTMappingFunctor
java.lang.Object
geo.google.mapping.XSLTMappingFunctor
- All Implemented Interfaces:
- Functor<String,String,GeoException>, XmlMappingFunctor<String>
public class XSLTMappingFunctor
- extends Object
- implements XmlMappingFunctor<String>
Use and XSLT to convert an KML xml doc to other format.
- Since:
- 1.2
- Author:
- jliang
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XSLTMappingFunctor
public XSLTMappingFunctor(Source xsltSource)
getXsltSource
public Source getXsltSource()
setXsltSource
public void setXsltSource(Source xsltSource)
execute
public String execute(String xml)
throws GeoException
- Specified by:
execute
in interface Functor<String,String,GeoException>
- Throws:
GeoException
Copyright © 2008. All Rights Reserved.