Searched defs:getValueOfValueNode (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/xml/
H A DXMLUtils.java603 retVal.add(getValueOfValueNode(n, unescape));
612 public static String getValueOfValueNode(Node n) { method in class:XMLUtils
613 return (getValueOfValueNode(n, true));
621 public static String getValueOfValueNode(Node n, boolean unescape) { method in class:XMLUtils
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/xml/
H A DXMLUtils.java601 retVal.add(getValueOfValueNode(n, unescape));
610 public static String getValueOfValueNode(Node n) { method in class:XMLUtils
611 return (getValueOfValueNode(n, true));
619 public static String getValueOfValueNode(Node n, boolean unescape) { method in class:XMLUtils

Completed in 33 milliseconds