org.mapfish.print
Class CustomXPath

java.lang.Object
  extended by org.mapfish.print.CustomXPath

public class CustomXPath
extends java.lang.Object

Class implementing some custom XPath functions.


Constructor Summary
CustomXPath()
           
 
Method Summary
 java.lang.String factorArray(java.lang.String valsTxt, int factor)
          Takes a string with integers separated by ',' and returns this same string but with the integers multiplied by the factor.
 java.lang.String factorValue(java.lang.String valTxt, int factor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomXPath

public CustomXPath()
Method Detail

factorArray

public java.lang.String factorArray(java.lang.String valsTxt,
                                    int factor)
Takes a string with integers separated by ',' and returns this same string but with the integers multiplied by the factor.


factorValue

public java.lang.String factorValue(java.lang.String valTxt,
                                    int factor)


Copyright © 2009 Camptocamp SA. All Rights Reserved.