ITransformerHandler Interface

Definition

A TransformerHandler listens for SAX ContentHandler parse events and transforms them to a Result.

[Android.Runtime.Register("javax/xml/transform/sax/TransformerHandler", "", "Javax.Xml.Transform.Sax.ITransformerHandlerInvoker")]
public interface ITransformerHandler : IDisposable, Java.Interop.IJavaPeerable, Org.Xml.Sax.Ext.ILexicalHandler, Org.Xml.Sax.IContentHandler, Org.Xml.Sax.IDTDHandler
[<Android.Runtime.Register("javax/xml/transform/sax/TransformerHandler", "", "Javax.Xml.Transform.Sax.ITransformerHandlerInvoker")>]
type ITransformerHandler = interface
    interface IContentHandler
    interface IJavaObject
    interface IDisposable
    interface IJavaPeerable
    interface IDTDHandler
    interface ILexicalHandler
Attributes
Implements

Remarks

A TransformerHandler listens for SAX ContentHandler parse events and transforms them to a Result.

Java documentation for javax.xml.transform.sax.TransformerHandler.

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.

Properties

Handle

Gets the JNI value of the underlying Android object.

(Inherited from IJavaObject)
JniIdentityHashCode

Returns the value of java.lang.System.identityHashCode() for the wrapped instance.

(Inherited from IJavaPeerable)
JniManagedPeerState

State of the managed peer.

(Inherited from IJavaPeerable)
JniPeerMembers

Member access and invocation support.

(Inherited from IJavaPeerable)
PeerReference

Returns a JniObjectReference of the wrapped Java object instance.

(Inherited from IJavaPeerable)
SystemId

Get the base ID (URI or system ID) from where relative URLs will be resolved.

Transformer

Methods

Characters(Char[], Int32, Int32)

Receive notification of character data.

(Inherited from IContentHandler)
Comment(Char[], Int32, Int32)

Report an XML comment anywhere in the document.

(Inherited from ILexicalHandler)
Disposed()

Called when the instance has been disposed.

(Inherited from IJavaPeerable)
DisposeUnlessReferenced()

If there are no outstanding references to this instance, then calls Dispose(); otherwise, does nothing.

(Inherited from IJavaPeerable)
EndCDATA()

Report the end of a CDATA section.

(Inherited from ILexicalHandler)
EndDocument()

Receive notification of the end of a document.

(Inherited from IContentHandler)
EndDTD()

Report the end of DTD declarations.

(Inherited from ILexicalHandler)
EndElement(String, String, String)

Receive notification of the end of an element.

(Inherited from IContentHandler)
EndEntity(String)

Report the end of an entity.

(Inherited from ILexicalHandler)
EndPrefixMapping(String)

End the scope of a prefix-URI mapping.

(Inherited from IContentHandler)
Finalized()

Called when the instance has been finalized.

(Inherited from IJavaPeerable)
IgnorableWhitespace(Char[], Int32, Int32)

Receive notification of ignorable whitespace in element content.

(Inherited from IContentHandler)
NotationDecl(String, String, String)

Receive notification of a notation declaration event.

(Inherited from IDTDHandler)
ProcessingInstruction(String, String)

Receive notification of a processing instruction.

(Inherited from IContentHandler)
SetDocumentLocator(ILocator)

Receive an object for locating the origin of SAX document events.

(Inherited from IContentHandler)
SetJniIdentityHashCode(Int32)

Set the value returned by JniIdentityHashCode.

(Inherited from IJavaPeerable)
SetJniManagedPeerState(JniManagedPeerStates) (Inherited from IJavaPeerable)
SetPeerReference(JniObjectReference)

Set the value returned by PeerReference.

(Inherited from IJavaPeerable)
SetResult(IResult)

Set the Result associated with this TransformerHandler to be used for the transformation.

SkippedEntity(String)

Receive notification of a skipped entity.

(Inherited from IContentHandler)
StartCDATA()

Report the start of a CDATA section.

(Inherited from ILexicalHandler)
StartDocument()

Receive notification of the beginning of a document.

(Inherited from IContentHandler)
StartDTD(String, String, String)

Report the start of DTD declarations, if any.

(Inherited from ILexicalHandler)
StartElement(String, String, String, IAttributes)

Receive notification of the beginning of an element.

(Inherited from IContentHandler)
StartEntity(String)

Report the beginning of some internal and external XML entities.

(Inherited from ILexicalHandler)
StartPrefixMapping(String, String)

Begin the scope of a prefix-URI Namespace mapping.

(Inherited from IContentHandler)
UnparsedEntityDecl(String, String, String, String)

Receive notification of an unparsed entity declaration event.

(Inherited from IDTDHandler)
UnregisterFromRuntime()

Unregister this instance so that the runtime will not return it from future Java.Interop.JniRuntime+JniValueManager.PeekValue invocations.

(Inherited from IJavaPeerable)

Extension Methods

JavaCast<TResult>(IJavaObject)

Performs an Android runtime-checked type conversion.

JavaCast<TResult>(IJavaObject)
GetJniTypeName(IJavaPeerable)

Applies to