An NDoc Documented Class Library

AbstractXML Members

AbstractXML overview

Public Instance Constructors

AbstractXML Constructor Constructor for AbstractXML. Cannot be called.

Public Instance Methods

addAttribute Add a new attribute.
addElement Add a new element.
addElements Add a new element.
changeAttribute Change a preexisting attribute.
changeElement Change a preexisting element.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
ToString (inherited from Object) Returns a String that represents the current Object.
writeXML Write ourself (an XML element) to a document.

Protected Instance Fields

attributeOrder The order to output the key/value pair attributes
attributes The key/value pair relationships between the name of an attribute and the actual value of the attribute.
className Every XML element must have a name.
elementOrder The order to output the key/value pair subelements
elements The key/value pair relationships between the name of the subelement and the actual element.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

AbstractXML Class | Converter Namespace