Click or drag to resize
XmlParserParse Method (String, ElementListener)

Namespace:  Apptus.Util.Xml
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.5.0
Syntax
C#
public void Parse(
	string xml,
	ElementListener listener
)

Parameters

xml
Type: SystemString
listener
Type: Apptus.Util.XmlElementListener
See Also