Javax.Xml.Transform.Dom.DOMResult Class

See Also: DOMResult Members

Syntax

[Android.Runtime.Register("javax/xml/transform/dom/DOMResult", DoNotGenerateAcw=true)]
public class DOMResult : Java.Lang.Object, Javax.Xml.Transform.IResult, IDisposable

Remarks

Acts as a holder for a transformation result tree in the form of a Document Object Model (DOM) tree.

If no output DOM source is set, the transformation will create a Document node as the holder for the result of the transformation, which may be retrieved with DOMResult.Node.

[Android Documentation]

Requirements

Namespace: Javax.Xml.Transform.Dom
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 8