JavaScript Development Tools
Release 3.2

org.eclipse.wst.jsdt.jsdoc
Class XSLTMap

java.lang.Object
  extended by org.eclipse.wst.jsdt.jsdoc.XSLTMap

public class XSLTMap
extends Object


Constructor Summary
XSLTMap(File stylesheet)
           
 
Method Summary
 String applyMap(String datastring)
           
 void applyMap(String dataString, OutputStream _os)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSLTMap

public XSLTMap(File stylesheet)
Method Detail

applyMap

public String applyMap(String datastring)
                throws MappingException
Throws:
MappingException

applyMap

public void applyMap(String dataString,
                     OutputStream _os)
              throws MappingException
Throws:
MappingException

JavaScript Development Tools
Release 3.2

Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.