Searched refs:updateNode (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-upgrade/src/main/java/com/sun/identity/sm/
H A DAbstractUpgradeHelper.java65 Node attributeNode = updateNode(doc, SMSUtils.ATTRIBUTE_DEFAULT_ELEMENT, attribute.getAttributeSchemaNode());
71 protected static Node updateNode(Document newDefaultValueNode, String element, Node node) { method in class:AbstractUpgradeHelper
/forgerock/openam/openam-upgrade/src/main/java/com/sun/identity/sm/
H A DAbstractUpgradeHelper.java87 Node attributeNode = updateNode(doc, SMSUtils.ATTRIBUTE_OPTIONAL, attribute.getAttributeSchemaNode());
113 final Node attributeNode = updateNode(choiceValuesDoc, SMSUtils.ATTRIBUTE_CHOICE_VALUES_ELEMENT,
163 Node attributeNode = updateNode(doc, elementName, attribute.getAttributeSchemaNode());
188 protected static Node updateNode(Document newValueNode, String element, Node attributeSchemaNode) { method in class:AbstractUpgradeHelper

Completed in 27 milliseconds