Click or drag to resize
XmlParser Class
Inheritance Hierarchy
SystemObject
  Apptus.Util.XmlXmlParser

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

The XmlParser type exposes the following members.

Constructors
  NameDescription
Public methodXmlParser
Initializes a new instance of the XmlParser class
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodParse(Stream, ElementListener)
Public methodParse(TextReader, ElementListener)
Public methodParse(String, ElementListener)
Public methodParse(XmlReader, ElementListener)
Public methodToString (Inherited from Object.)
Top
See Also