returnthe descriptor instance to associate with this XMLNode return principal;
return principal;
receives notification of the value for a particular tagparamelement the xml elementparamvalue it's associated value if (RuntimeTagNames.NAME.equals(element.getQName())) { principal = new PrincipalImpl(value); } else super.setElementValue(element, value);
if (RuntimeTagNames.NAME.equals(element.getQName())) { principal = new PrincipalImpl(value); } else super.setElementValue(element, value);
write the descriptor class to a DOM tree and return itparamparent node for the DOM treeparamnode nameparamthe descriptor to writereturnthe DOM tree top node Node principal = appendChild(parent, nodeName); appendTextChild(principal, RuntimeTagNames.NAME, descriptor.getName()); return principal;
Node principal = appendChild(parent, nodeName); appendTextChild(principal, RuntimeTagNames.NAME, descriptor.getName()); return principal;