JavaTM Platform
Standard Ed. 6

클래스
javax.swing.text.html.parser.AttributeList 의 사용

AttributeList 를 사용하고 있는 패키지
javax.swing.text.html.parser 디폴트의 HTML 퍼서를, 지원 클래스와 함께 제공합니다.  
 

javax.swing.text.html.parser 에서의 AttributeList 의 사용
 

AttributeList 로서 선언되고 있는 javax.swing.text.html.parser 의 필드
 AttributeList Element. atts
           
 AttributeList AttributeList. next
           
 

AttributeList 를 돌려주는 javax.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 ()
           
 

AttributeList 형의 파라미터를 가지는 javax.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 를 돌려줍니다.
 

AttributeList 형의 파라미터를 가지는 javax.swing.text.html.parser 의 생성자
AttributeList (String  name, int type, int modifier, String  value, Vector <? > values, AttributeList  next)
          속성 리스트의 요소를 작성합니다.
 


JavaTM Platform
Standard Ed. 6

버그의 보고와 기능의 요청
한층 더 자세한 API 레퍼런스 및 개발자 문서에 대해서는,Java SE 개발자용 문서를 참조해 주세요. 개발자전용의 상세한 해설, 개념의 개요, 용어의 정의, 버그의 회피책, 및 코드 실례가 포함되어 있습니다.

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.