656667686970717273
* @return the descriptor instance to associate with this XMLNode */ @Override public AbsoluteOrderingDescriptor getDescriptor() { if (descriptor==null) { descriptor = new AbsoluteOrderingDescriptor(); } return descriptor; }