SMILA (incubation) API documentation

org.eclipse.smila.utils.xml
Class XsltTools

java.lang.Object
  extended by org.eclipse.smila.utils.xml.XsltTools

public final class XsltTools
extends java.lang.Object

Author:
brox IT-Solutions GmbH

Method Summary
static java.lang.String splitLongWords(java.lang.Object o, int maxWordLength)
          java:org.eclipse.smila.utils.xml.XsltTools.splitLongWords(., 25).
static java.lang.String splitLongWords(java.lang.String string, int maxWordLength)
          java:org.eclipse.smila.utils.xml.XsltTools.splitLongWords(., 25).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

splitLongWords

public static java.lang.String splitLongWords(java.lang.Object o,
                                              int maxWordLength)
java:org.eclipse.smila.utils.xml.XsltTools.splitLongWords(., 25).

Parameters:
o - List of nodes from XSLT.
maxWordLength - Word length.
Returns:
Splitted phrase.

splitLongWords

public static java.lang.String splitLongWords(java.lang.String string,
                                              int maxWordLength)
java:org.eclipse.smila.utils.xml.XsltTools.splitLongWords(., 25).

Parameters:
string - String to split.
maxWordLength - Word length.
Returns:
Splitted phrase.

SMILA (incubation) API documentation