407408409410411412413414415416417
URI uri = new URI(namespaceURI); XMLElementHandler eh = parent.getHandler(uri, localName, hints); if (eh == null) { eh = new IgnoreHandler(); } logger.finest("This Node = " + eh.getClass().getName()); handlers.push(eh);