Uses of Interface
org.xml.sax.Locator
-
Packages that use Locator 软件包 描述 org.xml.sax 提供核心SAX API。org.xml.sax.ext 为SAX2设施提供符合SAX驱动程序不一定支持的接口。org.xml.sax.helpers 提供帮助程序类,包括支持引导基于SAX的应用程序。 -
-
Uses of Locator in org.xml.sax
Methods in org.xml.sax with parameters of type Locator 变量和类型 方法 描述 void
ContentHandler. setDocumentLocator(Locator locator)
接收用于查找SAX文档事件原点的对象。void
DocumentHandler. setDocumentLocator(Locator locator)
已过时。接收用于查找SAX文档事件原点的对象。void
HandlerBase. setDocumentLocator(Locator locator)
已过时。接收文档事件的Locator对象。Constructors in org.xml.sax with parameters of type Locator 构造器 描述 SAXParseException(String message, Locator locator)
从消息和定位器创建新的SAXParseException。SAXParseException(String message, Locator locator, 异常 e)
在SAXParseException中包装现有异常。 -
Uses of Locator in org.xml.sax.ext
Subinterfaces of Locator in org.xml.sax.ext 变量和类型 接口 描述 interface
Locator2
SAX2扩展以增加通过Locator
提供的实体信息。Classes in org.xml.sax.ext that implement Locator 变量和类型 类 描述 class
Locator2Impl
SAX2扩展助手,用于保存其他实体信息,实现Locator2
接口。Constructors in org.xml.sax.ext with parameters of type Locator 构造器 描述 Locator2Impl(Locator locator)
复制现有的Locator或Locator2对象。 -
Uses of Locator in org.xml.sax.helpers
Classes in org.xml.sax.helpers that implement Locator 变量和类型 类 描述 class
LocatorImpl
提供Locator的可选便捷实现。Methods in org.xml.sax.helpers with parameters of type Locator 变量和类型 方法 描述 void
DefaultHandler. setDocumentLocator(Locator locator)
接收文档事件的Locator对象。void
ParserAdapter. setDocumentLocator(Locator locator)
适配器实现方法; 不要打电话。void
XMLFilterImpl. setDocumentLocator(Locator locator)
过滤新的文档定位器事件。void
XMLReaderAdapter. setDocumentLocator(Locator locator)
设置文档定位器。Constructors in org.xml.sax.helpers with parameters of type Locator 构造器 描述 LocatorImpl(Locator locator)
Copy constructor.
-