JavaTM 2 Platform
Standard Ed. 6

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

使用 Attributes 的軟體套件
org.xml.sax 此套件提供了核心 SAX API。 
org.xml.sax.ext 此套件包含適合的 SAX 驅動程序不一定支持的 SAX2 設施的介面。 
org.xml.sax.helpers 此套件包含“說明器”類別,其中包括對引導基於 SAX 的應用程序的支持。 
 

org.xml.saxAttributes 的使用
 

參數型別為 Attributesorg.xml.sax 中的方法
 void ContentHandler.startElement(String uri, String localName, String qName, Attributes atts)
          接收元素開始的通知。
 

org.xml.sax.extAttributes 的使用
 

org.xml.sax.extAttributes 的子介面
 interface Attributes2
          SAX2 擴展,用於擴充通過 Attributes 提供的每個屬性資訊。
 

實作 Attributesorg.xml.sax.ext 中的類別
 class Attributes2Impl
          用於附加的 Attributes 資訊的、實作 Attributes2 介面的 SAX2 擴展說明器。
 

參數型別為 Attributesorg.xml.sax.ext 中的方法
 void Attributes2Impl.setAttributes(Attributes atts)
          複製整個屬性物件。
 

參數型別為 Attributesorg.xml.sax.ext 中的建構子
Attributes2Impl(Attributes atts)
          複製現有屬性或 Attributes2 物件。
 

org.xml.sax.helpersAttributes 的使用
 

實作 Attributesorg.xml.sax.helpers 中的類別
 class AttributesImpl
          Attributes 介面的預設實作。
 

參數型別為 Attributesorg.xml.sax.helpers 中的方法
 void AttributesImpl.setAttributes(Attributes atts)
          複製整個 Attributes 物件。
 void DefaultHandler.startElement(String uri, String localName, String qName, Attributes attributes)
          接收元素開始的通知。
 void XMLFilterImpl.startElement(String uri, String localName, String qName, Attributes atts)
          過濾一個開始元素事件。
 void XMLReaderAdapter.startElement(String uri, String localName, String qName, Attributes atts)
          適配 SAX2 開始元素事件。
 

參數型別為 Attributesorg.xml.sax.helpers 中的建構子
AttributesImpl(Attributes atts)
          複製現有 Attributes 物件。
 


JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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