SAXResult.Handler Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the org.xml.sax.ContentHandler
that is the Result. -or- Set the target to be a SAX2 org.xml.sax.ContentHandler
.
public virtual Org.Xml.Sax.IContentHandler? Handler { [Android.Runtime.Register("getHandler", "()Lorg/xml/sax/ContentHandler;", "GetGetHandlerHandler")] get; [Android.Runtime.Register("setHandler", "(Lorg/xml/sax/ContentHandler;)V", "GetSetHandler_Lorg_xml_sax_ContentHandler_Handler")] set; }
[<get: Android.Runtime.Register("getHandler", "()Lorg/xml/sax/ContentHandler;", "GetGetHandlerHandler")>]
[<set: Android.Runtime.Register("setHandler", "(Lorg/xml/sax/ContentHandler;)V", "GetSetHandler_Lorg_xml_sax_ContentHandler_Handler")>]
member this.Handler : Org.Xml.Sax.IContentHandler with get, set
Property Value
The ContentHandler that is to be transformation output.
- Attributes
Remarks
Property getter documentation:
Get the org.xml.sax.ContentHandler
that is the Result.
Java documentation for javax.xml.transform.sax.SAXResult.getHandler()
.
Property setter documentation:
Set the target to be a SAX2 org.xml.sax.ContentHandler
.
Java documentation for javax.xml.transform.sax.SAXResult.setHandler(org.xml.sax.ContentHandler)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.