An element listener that reads the contents of an element, without surrounding tags. Use the ToString() method to retrieve the
content after the end of the element.
Inheritance Hierarchy
Apptus.Util.XmlContentListener
Namespace: Apptus.Util.Xml
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
Syntax
C#
public class ContentListener : ElementListener
The ContentListener type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ContentListener | Initializes a new instance of the ContentListener class |
Properties
Name | Description | |
---|---|---|
![]() | Attributes |
Methods
Name | Description | |
---|---|---|
![]() | Content | |
![]() | End | |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | ListenedTo | |
![]() | ListenTo | |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Start | |
![]() | ToString | (Overrides ObjectToString.) |
See Also