edu.sampleu.travel.workflow
Class XmlUtils

java.lang.Object
  extended by edu.sampleu.travel.workflow.XmlUtils

public class XmlUtils
extends Object


Constructor Summary
XmlUtils()
           
 
Method Summary
static String encapsulate(String tagName, String content)
          Returns a String containing the given content string enclosed within an open and close tag having the given tagName.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlUtils

public XmlUtils()
Method Detail

encapsulate

public static String encapsulate(String tagName,
                                 String content)
Returns a String containing the given content string enclosed within an open and close tag having the given tagName.

Parameters:
tagName -
content -
Returns:


Copyright © 2005–2014 The Kuali Foundation. All rights reserved.