JavaTM 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 베이스의 어플리케이션을 bootstrap하기 위한 지원를 포함한 「헬퍼」클래스를 포함합니다.  
 

org.xml.sax 에서의 Attributes 의 사용
 

Attributes 형의 파라미터를 가지는 org.xml.sax 의 메소드
 void ContentHandler. startElement (String  uri, String  localName, String  qName, Attributes  atts)
          요소의 개시 통지를 받습니다.
 

org.xml.sax.ext 에서의 Attributes 의 사용
 

org.xml.sax.ext 에서의 Attributes 의 서브 인터페이스
 interface Attributes2
          SAX2 확장은 Attributes 를 통해 제공되는 per- 속성 정보를 늘립니다.
 

Attributes 를 구현하고 있는 org.xml.sax.ext 의 클래스
 class Attributes2Impl
          확장 헬퍼는 Attributes 정보를 추가해 Attributes2 인터페이스를 구현합니다.
 

Attributes 형의 파라미터를 가지는 org.xml.sax.ext 의 메소드
 void Attributes2Impl. setAttributes (Attributes  atts)
          Attributes 객체 전체를 카피합니다.
 

Attributes 형의 파라미터를 가지는 org.xml.sax.ext 의 생성자
Attributes2Impl (Attributes  atts)
          기존의 Attributes 객체 또는 Attributes2 객체를 카피합니다.
 

org.xml.sax.helpers 에서의 Attributes 의 사용
 

Attributes 를 구현하고 있는 org.xml.sax.helpers 의 클래스
 class AttributesImpl
          Attributes 인터페이스의 디폴트 구현입니다.
 

Attributes 형의 파라미터를 가지는 org.xml.sax.helpers 의 메소드
 void AttributesImpl. setAttributes (Attributes  atts)
          Attributes 객체 전체를 카피합니다.
 void DefaultHandler. startElement (String  uri, String  localName, String  qName, Attributes  attributes)
          요소의 개시 통지를 받습니다.
 void XMLReaderAdapter. startElement (String  uri, String  localName, String  qName, Attributes  atts)
          SAX2 의 요소 개시 이벤트를 적응시킵니다.
 void XMLFilterImpl. startElement (String  uri, String  localName, String  qName, Attributes  atts)
          요소 개시 이벤트를 필터링 합니다.
 

Attributes 형의 파라미터를 가지는 org.xml.sax.helpers 의 생성자
AttributesImpl (Attributes  atts)
          기존의 Attributes 객체를 카피합니다.
 


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 도 참조해 주세요.