Inheritance Hierarchy
Apptus.Util.XmlXmlParser
Namespace: Apptus.Util.Xml
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.3.0
Syntax
C#
public class XmlParser
The XmlParser type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| XmlParser | Initializes a new instance of the XmlParser class |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| Parse(Stream, ElementListener) | ||
| Parse(TextReader, ElementListener) | ||
| Parse(String, ElementListener) | ||
| Parse(XmlReader, ElementListener) | ||
| ToString | (Inherited from Object.) |
See Also