Click or drag to resize
Trace_DOMWriter Class

[Missing <summary> documentation for "T:DXMLBase.Trace_DOMWriter"]

Inheritance Hierarchy

Namespace: DXMLBase
Assembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class Trace_DOMWriter : DOMWriter

The Trace_DOMWriter type exposes the following members.

Constructors
  NameDescription
Public methodTrace_DOMWriter(XmlNode, TextWriter)
Initializes a new instance of the Trace_DOMWriter class
Public methodTrace_DOMWriter(XmlNode, StringBuilder)
Initializes a new instance of the Trace_DOMWriter class
Public methodTrace_DOMWriter(XmlNode, Stream, String)
Initializes a new instance of the Trace_DOMWriter class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodisSensitive
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodwrite
Serialize a DOM subtree as XML
(Inherited from DOMWriter.)
Protected methodwriteDTD (Inherited from DOMWriter.)
Protected methodwriteTree (Overrides DOMWriterwriteTree(XmlNode, XmlWriter).)
Top
Properties
  NameDescription
Public propertyBaseIndentLevel (Inherited from DOMWriter.)
Public propertyDoctypePublic (Inherited from DOMWriter.)
Public propertyDoctypeSystem (Inherited from DOMWriter.)
Public propertyEncoding (Inherited from DOMWriter.)
Public propertyIndent (Inherited from DOMWriter.)
Public propertyIndentString (Inherited from DOMWriter.)
Public propertySensitiveElements
Public propertyStandalone (Inherited from DOMWriter.)
Public propertyWriteDeclaration (Inherited from DOMWriter.)
Top
See Also