public interface ElementListener extends EventListener
ElementListener will perform some
actions when an Element is added.DocListenerboolean add(Element element) throws DocumentException
Element was added to the Document.element - a high level objecttrue if the element was added, false if not.DocumentException - when a document isn't open yet, or has been closedCopyright © 2013 InProTopia Corporation. All Rights Reserved.