Uses of Interface
org.xml.sax.Locator
-
Packages that use Locator 软件包 描述 javax.xml.bind.helpers 仅限JAXB提供程序使用:为部分javax.xml.bind
接口提供部分默认实现。org.xml.sax 提供核心SAX API。org.xml.sax.ext 提供与符合SAX驱动程序不一定支持的SAX2设施的接口。org.xml.sax.helpers 提供帮助类,包括支持引导基于SAX的应用程序。 -
-
Uses of Locator in javax.xml.bind.helpers
Constructors in javax.xml.bind.helpers with parameters of type Locator Constructor 描述 ValidationEventLocatorImpl(Locator loc)
从org.xml.sax.Locator构造一个对象。 -
Uses of Locator in org.xml.sax
Methods in org.xml.sax with parameters of type Locator Modifier and Type 方法 描述 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 Constructor 描述 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 Modifier and Type 接口 描述 interface
Locator2
SAX2扩展,以增加通过Locator
提供的实体信息。Classes in org.xml.sax.ext that implement Locator Modifier and Type Class 描述 class
Locator2Impl
SAX2扩展助手用于保存附加实体信息,实现Locator2
接口。Constructors in org.xml.sax.ext with parameters of type Locator Constructor 描述 Locator2Impl(Locator locator)
复制现有的定位器或Locator2对象。 -
Uses of Locator in org.xml.sax.helpers
Classes in org.xml.sax.helpers that implement Locator Modifier and Type Class 描述 class
LocatorImpl
提供Locator的可选便利实现。Methods in org.xml.sax.helpers with parameters of type Locator Modifier and Type 方法 描述 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 Constructor 描述 LocatorImpl(Locator locator)
复制构造函数。
-