接口的使用
org.xml.sax.AttributeList
使用 AttributeList 的包
-
AttributeList 在 org.xml.sax 中的用法
org.xml.sax 中的方法,参数类型为 AttributeList修饰符和类型方法描述voidDocumentHandler.startElement(String name, AttributeList atts) 已弃用。接收元素开始的通知。voidHandlerBase.startElement(String name, AttributeList attributes) 已弃用。接收元素开始的通知。 -
AttributeList 在 org.xml.sax.helpers 中的用法
org.xml.sax.helpers 中实现 AttributeList 的类org.xml.sax.helpers 中的方法,参数类型为 AttributeList修饰符和类型方法描述voidAttributeListImpl.setAttributeList(AttributeList atts) 已弃用。设置属性列表,丢弃以前的内容。voidParserAdapter.startElement(String qName, AttributeList qAtts) 适配器实现方法;请勿调用。org.xml.sax.helpers 中的构造函数,参数类型为 AttributeList
AttributeList;该接口已被Attributes替换,它在AttributesImpl帮助程序类中实现。