ElementListener Interface |
Element listener interface. Listens to elements in an XML document. Users of this API can either implement their own element listeners, or use one of the pre-defined listeners:
Namespace: Apptus.Util.Xml
public interface ElementListener
The ElementListener type exposes the following members.
Name | Description | |
---|---|---|
Content |
Notifies the element listener that an element contains supplied character content.
| |
End |
Notifies the element listener that an element ends.
| |
ListenedTo |
Notifies the element listener that an element is no longer listened to.
| |
ListenTo |
Returns a listener for the element specified by a path.
| |
Start |
Notifies the element listener that an element starts.
|