com.philemonworks.selfdiagnose
Class XMLUtils

java.lang.Object
  extended by com.philemonworks.selfdiagnose.XMLUtils

public class XMLUtils
extends Object


Constructor Summary
XMLUtils()
           
 
Method Summary
static String encode(Date someDate)
           
static String encode(String s)
          Performs entity encoding of characters from a String
static String valueForXPath(String xpath, InputStream inputStream)
           
 
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

valueForXPath

public static String valueForXPath(String xpath,
                                   InputStream inputStream)
                            throws XPathExpressionException
Throws:
XPathExpressionException

encode

public static String encode(String s)
Performs entity encoding of characters from a String

Parameters:
s - : String
Returns:
String

encode

public static String encode(Date someDate)


Copyright © 2012. All Rights Reserved.