Uses of Interface
org.xml.sax.AttributeList
-
Packages that use AttributeList 软件包 描述 org.xml.sax 提供核心SAX API。org.xml.sax.helpers 提供帮助程序类,包括支持引导基于SAX的应用程序。 -
-
Uses of AttributeList in org.xml.sax
Methods in org.xml.sax with parameters of type AttributeList 变量和类型 方法 描述 void
DocumentHandler. startElement(String name, AttributeList atts)
已过时。接收元素开头的通知。void
HandlerBase. startElement(String name, AttributeList attributes)
已过时。接收元素开始的通知。 -
Uses of AttributeList in org.xml.sax.helpers
Classes in org.xml.sax.helpers that implement AttributeList 变量和类型 类 描述 class
AttributeListImpl
已过时。该类实现了一个不推荐使用的接口,AttributeList
; 该接口已被Attributes
取代,该实现在AttributesImpl
帮助程序类中。Methods in org.xml.sax.helpers with parameters of type AttributeList 变量和类型 方法 描述 void
AttributeListImpl. setAttributeList(AttributeList atts)
已过时。设置属性列表,丢弃以前的内容。void
ParserAdapter. startElement(String qName, AttributeList qAtts)
适配器实现方法; 不要打电话。Constructors in org.xml.sax.helpers with parameters of type AttributeList 构造器 描述 AttributeListImpl(AttributeList atts)
已过时。构造现有属性列表的持久副本。
-