public interface ElementListener extends EventListener
ElementListener
will perform some
actions when an Element
is added.DocListener
boolean 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 © 2015. All rights reserved.