The XMLReaderEX type exposes the following members.

Constructors

  NameDescription
Public methodXMLReaderEX(array<Byte>[]()[][])
Load XML file from byte array
Public methodXMLReaderEX(FileStream)
Load XML file from FileStream
Public methodXMLReaderEX(MemoryStream)
Load XML file from MemoryStream
Public methodXMLReaderEX(String)
Load a XML file

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 methodNodeByName
Returns an XMLNodeEX by it's name
Public methodSave
Saves structure to an XML file
Public methodToString (Inherited from Object.)

Properties

  NameDescription
Public propertyNodes
Gets the associated nodes

See Also