Click or drag to resize
ContentListener Class
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
SystemObject
  Apptus.Util.XmlContentListener

Namespace:  Apptus.Util.Xml
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.5.0
Syntax
C#
public class ContentListener : ElementListener

The ContentListener type exposes the following members.

Constructors
  NameDescription
Public methodContentListener
Initializes a new instance of the ContentListener class
Top
Properties
  NameDescription
Public propertyAttributes
Top
Methods
  NameDescription
Public methodContent
Public methodEnd
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodListenedTo
Public methodListenTo
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStart
Public methodToString (Overrides ObjectToString.)
Top
See Also