267268269270271272273274275276277278279
try { _currentBuilder.set(this); if (top instanceof QNode) { QNode qNode = (QNode) top; _baseUri = qNode.getBaseURI(); } _dependList = getDependencyList(top); ConfigType<?> type = TypeFactory.getType(bean);
270271272273274275276277278279280281282