Searched defs:childNodeName (Results 1 - 3 of 3) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/
H A DRule.java303 String childNodeName,
307 Set children = XMLUtils.getChildNodes(ruleNode, childNodeName);
301 getResources( Node ruleNode, String childNodeName, boolean isMigratedToEntitlementService ) argument
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/xml/
H A DXMLUtils.java445 public static Node getNamedChildNode(Node parentNode, String childNodeName, argument
450 if (childNodeName.equalsIgnoreCase(node.getNodeName())) {
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/xml/
H A DXMLUtils.java443 public static Node getNamedChildNode(Node parentNode, String childNodeName, argument
448 if (childNodeName.equalsIgnoreCase(node.getNodeName())) {

Completed in 26 milliseconds