UIEvent
535536537538539540541542543544545
"MutationEvent".equals(type)) { return new MutationEventImpl(); } else if (type.equalsIgnoreCase("UIEvents") || "UIEvent".equals(type)) { return new UIEventImpl(); } else if (type.equalsIgnoreCase("MouseEvents") || "MouseEvent".equals(type)) { return new MouseEventImpl(); }
534535536537538539540541542543544
425426427428429430431432433434435