HandlerBase 类

定义

注意

This class is obsoleted in this android platform

处理程序的默认基类。

[Android.Runtime.Register("org/xml/sax/HandlerBase", DoNotGenerateAcw=true)]
[System.Obsolete("This class is obsoleted in this android platform")]
public class HandlerBase : Java.Lang.Object, IDisposable, Java.Interop.IJavaPeerable, Org.Xml.Sax.IDocumentHandler, Org.Xml.Sax.IDTDHandler, Org.Xml.Sax.IEntityResolver, Org.Xml.Sax.IErrorHandler
[<Android.Runtime.Register("org/xml/sax/HandlerBase", DoNotGenerateAcw=true)>]
[<System.Obsolete("This class is obsoleted in this android platform")>]
type HandlerBase = class
    inherit Object
    interface IDocumentHandler
    interface IJavaObject
    interface IDisposable
    interface IJavaPeerable
    interface IDTDHandler
    interface IEntityResolver
    interface IErrorHandler
继承
HandlerBase
属性
实现

注解

处理程序的默认基类。

<blockquote><em>This module, both source code and documentation, is in the Public Domain, with <strong NO WARRANTY</strong>>.</em> 有关详细信息http://www.saxproject.org, </blockquote>

此类实现四个 SAX1 接口的默认行为:EntityResolver、DTDHandler、DocumentHandler 和 ErrorHandler。 它现已过时,但包含在 SAX2 中以支持旧版 SAX1 应用程序。 SAX2 应用程序应改用 org.xml.sax.helpers.DefaultHandler DefaultHandler 该类。

当应用程序编写器只需要实现接口的一部分时,应用程序编写器可以扩展此类;分析器编写器可以实例化此类,以在应用程序未提供自己的处理程序时提供默认处理程序。

请注意,此类的使用是可选的。

此成员已弃用。 此类适用于已弃用的 org.xml.sax.DocumentHandler DocumentHandler 接口。 它已被 SAX2 org.xml.sax.helpers.DefaultHandler DefaultHandler 类替换。

在 SAX 1.0 中添加。

适用于 . 的 org.xml.sax.HandlerBaseJava 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

构造函数

HandlerBase()
HandlerBase(IntPtr, JniHandleOwnership)
已过时.

创建 JNI 对象的托管表示形式时使用的构造函数;由运行时调用。

属性

Class
已过时.

返回此 Object的运行时类。

(继承自 Object)
Handle
已过时.

基础 Android 实例的句柄。

(继承自 Object)
JniIdentityHashCode
已过时.

处理程序的默认基类。

(继承自 Object)
JniPeerMembers
已过时.

处理程序的默认基类。

PeerReference
已过时.

处理程序的默认基类。

(继承自 Object)
ThresholdClass
已过时.

此 API 支持 Mono for Android 基础结构,不打算直接从代码使用。

ThresholdType
已过时.

此 API 支持 Mono for Android 基础结构,不打算直接从代码使用。

方法

Characters(Char[], Int32, Int32)
已过时.

接收元素内字符数据的通知。

Clone()
已过时.

创建并返回此对象的副本。

(继承自 Object)
Dispose()
已过时.

处理程序的默认基类。

(继承自 Object)
Dispose(Boolean)
已过时.

处理程序的默认基类。

(继承自 Object)
EndDocument()
已过时.

接收文档末尾的通知。

EndElement(String)
已过时.

接收元素末尾的通知。

Equals(Object)
已过时.

指示其他对象是否“等于”此对象。

(继承自 Object)
Error(SAXParseException)
已过时.

接收可恢复分析程序错误的通知。

FatalError(SAXParseException)
已过时.

报告致命的 XML 分析错误。

GetHashCode()
已过时.

返回对象的哈希代码值。

(继承自 Object)
IgnorableWhitespace(Char[], Int32, Int32)
已过时.

接收元素内容中可忽略空格的通知。

JavaFinalize()
已过时.

当垃圾回收确定不再引用该对象时,由对象上的垃圾回收器调用。

(继承自 Object)
NotationDecl(String, String, String)
已过时.

接收表示法声明的通知。

Notify()
已过时.

唤醒正在等待此对象的监视器的单个线程。

(继承自 Object)
NotifyAll()
已过时.

唤醒正在等待此对象的监视器的所有线程。

(继承自 Object)
ProcessingInstruction(String, String)
已过时.

接收处理指令的通知。

ResolveEntity(String, String)
已过时.

解析外部实体。

SetDocumentLocator(ILocator)
已过时.

接收文档事件的定位符对象。

SetHandle(IntPtr, JniHandleOwnership)
已过时.

设置 Handle 属性。

(继承自 Object)
StartDocument()
已过时.

接收文档开头的通知。

StartElement(String, IAttributeList)
已过时.

接收元素开头的通知。

ToArray<T>()
已过时.

处理程序的默认基类。

(继承自 Object)
ToString()
已过时.

返回对象的字符串表示形式。

(继承自 Object)
UnparsedEntityDecl(String, String, String, String)
已过时.

接收未分析实体声明的通知。

UnregisterFromRuntime()
已过时.

处理程序的默认基类。

(继承自 Object)
Wait()
已过时.

使当前线程等待,直到唤醒它,通常是通过 em 通知/em> 或 <em>interrupted</em>。<><

(继承自 Object)
Wait(Int64)
已过时.

使当前线程等待直到唤醒,通常是通过 <em>通知</em> 或 <em interrupted</em>>,或直到经过一定数量的实时。

(继承自 Object)
Wait(Int64, Int32)
已过时.

使当前线程等待直到唤醒,通常是通过 <em>通知</em> 或 <em interrupted</em>>,或直到经过一定数量的实时。

(继承自 Object)
Warning(SAXParseException)
已过时.

接收分析器警告的通知。

显式接口实现

IJavaPeerable.Disposed()
已过时.

处理程序的默认基类。

(继承自 Object)
IJavaPeerable.DisposeUnlessReferenced()
已过时.

处理程序的默认基类。

(继承自 Object)
IJavaPeerable.Finalized()
已过时.

处理程序的默认基类。

(继承自 Object)
IJavaPeerable.JniManagedPeerState
已过时.

处理程序的默认基类。

(继承自 Object)
IJavaPeerable.SetJniIdentityHashCode(Int32)
已过时.

处理程序的默认基类。

(继承自 Object)
IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates)
已过时.

处理程序的默认基类。

(继承自 Object)
IJavaPeerable.SetPeerReference(JniObjectReference)
已过时.

处理程序的默认基类。

(继承自 Object)

扩展方法

JavaCast<TResult>(IJavaObject)
已过时.

执行 Android 运行时检查的类型转换。

JavaCast<TResult>(IJavaObject)
已过时.

处理程序的默认基类。

GetJniTypeName(IJavaPeerable)
已过时.

处理程序的默认基类。

适用于