555657585960616263
/** * @return the descriptor instance to associate with this XMLNode */ public Object getDescriptor() { if (descriptor == null) { descriptor = new IdempotentUrlPattern(); } return descriptor; }
585960616263646566
606162636465666768
* @return the descriptor instance to associate with this XMLNode */ @Override public IdempotentUrlPattern getDescriptor() { if (descriptor == null) { descriptor = new IdempotentUrlPattern(); } return descriptor; }