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 Modifier and Type 方法 描述 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 Modifier and Type Class 描述 class
AttributeListImpl
已过时。该类实现了一个不推荐的接口,AttributeList
; 该接口已被替换为Attributes
,它是在AttributesImpl
帮助类中实现的。Methods in org.xml.sax.helpers with parameters of type AttributeList Modifier and Type 方法 描述 void
AttributeListImpl. setAttributeList(AttributeList atts)
已过时。设置属性列表,舍弃以前的内容。void
ParserAdapter. startElement(String qName, AttributeList qAtts)
适配器实现方法; 不要打电话。Constructors in org.xml.sax.helpers with parameters of type AttributeList Constructor 描述 AttributeListImpl(AttributeList atts)
已过时。Construct a persistent copy of an existing attribute list.
-