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