Click or drag to resize

XmlPrinter Methods

The XmlPrinter type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberPrint(Stream, String, String, Stream)
Print template formats using XML as input data.
Public methodStatic memberPrint(Stream, String, String, Stream, Boolean)
Print template formats using XML as input data with optional running commentary to standard out.
Public methodStatic memberPrint(String, Stream, String, String, Stream)
Print template formats using XML as input data to destinationDevice.
Public methodStatic memberPrint(String, Stream, String, String, Stream, Boolean)
Print template formats using XML as input data to a device with connection string destinationDevice.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also