Searched refs:getValueOfValueNodeNoTrim (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/xml/
H A DXMLUtils.java622 return getValueOfValueNodeNoTrim(n, unescape).trim();
628 public static String getValueOfValueNodeNoTrim(Node n) { method in class:XMLUtils
629 return (getValueOfValueNodeNoTrim(n, true));
637 public static String getValueOfValueNodeNoTrim(Node n, boolean unescape) { method in class:XMLUtils
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/xml/
H A DXMLUtils.java620 return getValueOfValueNodeNoTrim(n, unescape).trim();
626 public static String getValueOfValueNodeNoTrim(Node n) { method in class:XMLUtils
627 return (getValueOfValueNodeNoTrim(n, true));
635 public static String getValueOfValueNodeNoTrim(Node n, boolean unescape) { method in class:XMLUtils
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/share/
H A DAuthXMLUtils.java1511 return (XMLUtils.getValueOfValueNodeNoTrim(pNode));
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/share/
H A DAuthXMLUtils.java1511 return (XMLUtils.getValueOfValueNodeNoTrim(pNode));

Completed in 59 milliseconds