SAXResult Constructors
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.
Overloads
SAXResult() |
Zero-argument default constructor. |
SAXResult(IContentHandler) |
Create a SAXResult that targets a SAX2 |
SAXResult(IntPtr, JniHandleOwnership) |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
SAXResult()
Zero-argument default constructor.
[Android.Runtime.Register(".ctor", "()V", "")]
public SAXResult ();
- Attributes
Remarks
Zero-argument default constructor.
Java documentation for javax.xml.transform.sax.SAXResult.SAXResult()
.
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.
Applies to
SAXResult(IContentHandler)
Create a SAXResult that targets a SAX2 org.xml.sax.ContentHandler
.
[Android.Runtime.Register(".ctor", "(Lorg/xml/sax/ContentHandler;)V", "")]
public SAXResult (Org.Xml.Sax.IContentHandler? handler);
[<Android.Runtime.Register(".ctor", "(Lorg/xml/sax/ContentHandler;)V", "")>]
new Javax.Xml.Transform.Sax.SAXResult : Org.Xml.Sax.IContentHandler -> Javax.Xml.Transform.Sax.SAXResult
Parameters
- handler
- IContentHandler
Must be a non-null ContentHandler reference.
- Attributes
Remarks
Create a SAXResult that targets a SAX2 org.xml.sax.ContentHandler
.
Java documentation for javax.xml.transform.sax.SAXResult.SAXResult(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.
Applies to
SAXResult(IntPtr, JniHandleOwnership)
A constructor used when creating managed representations of JNI objects; called by the runtime.
protected SAXResult (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Javax.Xml.Transform.Sax.SAXResult : nativeint * Android.Runtime.JniHandleOwnership -> Javax.Xml.Transform.Sax.SAXResult
Parameters
- transfer
- JniHandleOwnership
A JniHandleOwnershipindicating how to handle javaReference
Remarks
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.