geo.google.mapping
Class XSLTMappingFunctor

java.lang.Object
  extended by 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

Constructor Summary
XSLTMappingFunctor(Source xsltSource)
           
 
Method Summary
 String execute(String xml)
           
 Source getXsltSource()
           
 void setXsltSource(Source xsltSource)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSLTMappingFunctor

public XSLTMappingFunctor(Source xsltSource)
Method Detail

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.