Javax.Xml.Transform.Dom.DOMSource Class

See Also: DOMSource Members

Syntax

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

Remarks

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

Note that XSLT requires namespace support. Attempting to transform a DOM that was not contructed with a namespace-aware parser may result in errors. Parsers can be made namespace aware by calling Javax.Xml.Parsers.DocumentBuilderFactory.NamespaceAware.

See Also

[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