JavaTM 2 Platform
Standard Ed. 6

介面 org.xml.sax.AttributeList
的使用

使用 AttributeList 的軟體套件
org.xml.sax 此套件提供了核心 SAX API。 
org.xml.sax.helpers 此套件包含“說明器”類別,其中包括對引導基於 SAX 的應用程序的支持。 
 

org.xml.saxAttributeList 的使用
 

參數型別為 AttributeListorg.xml.sax 中的方法
 void DocumentHandler.startElement(String name, AttributeList atts)
          已過時。 接收元素開始的通知。
 void HandlerBase.startElement(String name, AttributeList attributes)
          已過時。 接收元素開始的通知。
 

org.xml.sax.helpersAttributeList 的使用
 

實作 AttributeListorg.xml.sax.helpers 中的類別
 class AttributeListImpl
          已過時。 此類別實作不推薦使用的介面 AttributeList;該介面已被 AttributesImpl 說明器類別中實作的 Attributes 取代。
 

參數型別為 AttributeListorg.xml.sax.helpers 中的方法
 void AttributeListImpl.setAttributeList(AttributeList atts)
          已過時。 設置屬性列表,丟棄以前的內容。
 void ParserAdapter.startElement(String qName, AttributeList qAtts)
          適配器實作方法;不調用。
 

參數型別為 AttributeListorg.xml.sax.helpers 中的建構子
AttributeListImpl(AttributeList atts)
          已過時。 建構現有屬性列表的持久副本。
 


JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only