Searched refs:attrSchemaNode (Results 1 - 4 of 4) sorted by relevance
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/ |
H A D | AttributeSchema.java | 919 Node attrSchemaNode = XMLUtils.getNamedChildNode(schemaNode, 925 if (attrSchemaNode == null) { 927 attrSchemaNode = XMLUtils.getNamedChildNode(schemaNode, 930 Node oNode = XMLUtils.getChildNode(attrSchemaNode, elementName); 932 attrSchemaNode.replaceChild(nNode, oNode); 934 attrSchemaNode.appendChild(nNode); 973 Node attrSchemaNode = XMLUtils.getNamedChildNode(schemaNode, 975 ((Element) attrSchemaNode).setAttribute(attrName, attrValue);
|
H A D | AttributeSchemaImpl.java | 57 private Node attrSchemaNode; field in class:AttributeSchemaImpl 487 return attrSchemaNode; 497 attrSchemaNode = n;
|
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/ |
H A D | AttributeSchema.java | 953 Node attrSchemaNode = XMLUtils.getNamedChildNode(schemaNode, 959 if (attrSchemaNode == null) { 961 attrSchemaNode = XMLUtils.getNamedChildNode(schemaNode, 964 Node oNode = XMLUtils.getChildNode(attrSchemaNode, elementName); 966 attrSchemaNode.replaceChild(nNode, oNode); 968 attrSchemaNode.appendChild(nNode); 1007 Node attrSchemaNode = XMLUtils.getNamedChildNode(schemaNode, 1009 ((Element) attrSchemaNode).setAttribute(attrName, attrValue);
|
H A D | AttributeSchemaImpl.java | 59 private Node attrSchemaNode; field in class:AttributeSchemaImpl 509 return attrSchemaNode; 519 attrSchemaNode = n;
|
Completed in 803 milliseconds