Javax.Xml.Transform.Sax.SAXResult.LexicalHandler Property
Get a SAX2 Org.Xml.Sax.Ext.ILexicalHandler for the output.

Syntax

[get: Android.Runtime.Register("getLexicalHandler", "()Lorg/xml/sax/ext/LexicalHandler;", "GetGetLexicalHandlerHandler")]
[set: Android.Runtime.Register("setLexicalHandler", "(Lorg/xml/sax/ext/LexicalHandler;)V", "GetSetLexicalHandler_Lorg_xml_sax_ext_LexicalHandler_Handler")]
public virtual Org.Xml.Sax.Ext.ILexicalHandler LexicalHandler { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Get a SAX2 Org.Xml.Sax.Ext.ILexicalHandler for the output.

Set method documentation [Android Documentation]

Set the SAX2 Org.Xml.Sax.Ext.ILexicalHandler for the output.

This is needed to handle XML comments and the like. If the lexical handler is not set, an attempt should be made by the transformer to cast the Org.Xml.Sax.IContentHandler to a LexicalHandler.

Requirements

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