ITemplatesHandler Interface
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.
A SAX ContentHandler that may be used to process SAX parse events (parsing transformation instructions) into a Templates object.
[Android.Runtime.Register("javax/xml/transform/sax/TemplatesHandler", "", "Javax.Xml.Transform.Sax.ITemplatesHandlerInvoker")]
public interface ITemplatesHandler : IDisposable, Java.Interop.IJavaPeerable, Org.Xml.Sax.IContentHandler
[<Android.Runtime.Register("javax/xml/transform/sax/TemplatesHandler", "", "Javax.Xml.Transform.Sax.ITemplatesHandlerInvoker")>]
type ITemplatesHandler = interface
interface IContentHandler
interface IJavaObject
interface IDisposable
interface IJavaPeerable
- Attributes
- Implements
Remarks
A SAX ContentHandler that may be used to process SAX parse events (parsing transformation instructions) into a Templates object.
Note that TemplatesHandler does not need to implement LexicalHandler.
Java documentation for javax.xml.transform.sax.TemplatesHandler
.
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 |
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. |
Templates |
Methods
Characters(Char[], Int32, Int32) |
Receive notification of character data. (Inherited from IContentHandler) |
Disposed() |
Called when the instance has been disposed. (Inherited from IJavaPeerable) |
DisposeUnlessReferenced() |
If there are no outstanding references to this instance, then
calls |
EndDocument() |
Receive notification of the end of a document. (Inherited from IContentHandler) |
EndElement(String, String, String) |
Receive notification of the end of an element. (Inherited from IContentHandler) |
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) |
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 |
SetJniManagedPeerState(JniManagedPeerStates) | (Inherited from IJavaPeerable) |
SetPeerReference(JniObjectReference) |
Set the value returned by |
SkippedEntity(String) |
Receive notification of a skipped entity. (Inherited from IContentHandler) |
StartDocument() |
Receive notification of the beginning of a document. (Inherited from IContentHandler) |
StartElement(String, String, String, IAttributes) |
Receive notification of the beginning of an element. (Inherited from IContentHandler) |
StartPrefixMapping(String, String) |
Begin the scope of a prefix-URI Namespace mapping. (Inherited from IContentHandler) |
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) |