|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.pingidentity.sts.clientapi.utils.StringUtils
public class StringUtils
This class provides utily functions to transform org.w3c.DOM Element into String representation
Constructor Summary | |
---|---|
StringUtils()
|
Method Summary | |
---|---|
boolean |
isEmpty(java.lang.String string)
|
java.lang.String |
prettyNSTransformPrint(org.w3c.dom.Element xml)
This method transforms Element of dom tree into String without any changes. |
java.lang.String |
prettyPrint(org.w3c.dom.Element xml)
This method is used for logging only. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StringUtils()
Method Detail |
---|
public java.lang.String prettyPrint(org.w3c.dom.Element xml)
xml
-
public java.lang.String prettyNSTransformPrint(org.w3c.dom.Element xml)
xml
-
public boolean isEmpty(java.lang.String string)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |