edu.sampleu.travel.workflow
Class XmlUtils
java.lang.Object
edu.sampleu.travel.workflow.XmlUtils
public class XmlUtils
- extends Object
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 |
XmlUtils
public XmlUtils()
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-2011 The Kuali Foundation. All Rights Reserved.