JavaTM 2 Platform
Standard Ed. 6

類別 javax.swing.text.html.parser.AttributeList
的使用

使用 AttributeList 的軟體套件
javax.swing.text.html.parser 提供預設的 HTML 解析器以及支持類別。 
 

javax.swing.text.html.parserAttributeList 的使用
 

宣告為 AttributeListjavax.swing.text.html.parser 中的欄位
 AttributeList Element.atts
           
 AttributeList AttributeList.next
           
 

返回 AttributeListjavax.swing.text.html.parser 中的方法
protected  AttributeList DTD.defAttributeList(String name, int type, int modifier, String value, String values, AttributeList atts)
          創建並返回一個 AttributeList
 AttributeList Element.getAttribute(String name)
          按名稱獲取一個元素。
 AttributeList Element.getAttributeByValue(String name)
          按值獲取一個屬性。
 AttributeList Element.getAttributes()
          獲取屬性。
 AttributeList AttributeList.getNext()
           
 

參數型別為 AttributeListjavax.swing.text.html.parser 中的方法
protected  AttributeList DTD.defAttributeList(String name, int type, int modifier, String value, String values, AttributeList atts)
          創建並返回一個 AttributeList
protected  Element DTD.defElement(String name, int type, boolean omitStart, boolean omitEnd, ContentModel content, String[] exclusions, String[] inclusions, AttributeList atts)
          創建並返回一個 Element
 void DTD.defineAttributes(String name, AttributeList atts)
          定義 Element 的屬性。
 Element DTD.defineElement(String name, int type, boolean omitStart, boolean omitEnd, ContentModel content, BitSet exclusions, BitSet inclusions, AttributeList atts)
          返回與指定參數比對的 Element
 

參數型別為 AttributeListjavax.swing.text.html.parser 中的建構子
AttributeList(String name, int type, int modifier, String value, Vector<?> values, AttributeList next)
          創建一個屬性列表元素。
 


JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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