JavaTM Platform
Standard Ed. 6

인터페이스
org.w3c.dom.Attr 의 사용

Attr 를 사용하고 있는 패키지
javax.imageio.metadata 메타데이타의 read 및 기입을 처리하는 Java 이미지 입출력 API 의 패키지입니다.  
org.w3c.dom XML 데이터 처리용의 Java API 의 컴퍼넌트 API 인 DOM (Document Object Model)의 인터페이스를 제공합니다.  
 

javax.imageio.metadata 에서의 Attr 의 사용
 

Attr 를 돌려주는 javax.imageio.metadata 의 메소드
 Attr IIOMetadataNode. getAttributeNode (String  name)
           
 Attr IIOMetadataNode. getAttributeNodeNS (String  namespaceURI, String  localName)
          getAttributeNode(localName) 와 같습니다.
 Attr IIOMetadataNode. removeAttributeNode (Attr  oldAttr)
           
 Attr IIOMetadataNode. setAttributeNode (Attr  newAttr)
           
 Attr IIOMetadataNode. setAttributeNodeNS (Attr  newAttr)
          setAttributeNode(newAttr) 와 같습니다.
 

Attr 형의 파라미터를 가지는 javax.imageio.metadata 의 메소드
 Attr IIOMetadataNode. removeAttributeNode (Attr  oldAttr)
           
 Attr IIOMetadataNode. setAttributeNode (Attr  newAttr)
           
 Attr IIOMetadataNode. setAttributeNodeNS (Attr  newAttr)
          setAttributeNode(newAttr) 와 같습니다.
 void IIOMetadataNode. setIdAttributeNode (Attr  idAttr, boolean isId)
           
 

org.w3c.dom 에서의 Attr 의 사용
 

Attr 를 돌려주는 org.w3c.dom 의 메소드
 Attr Document. createAttribute (String  name)
          주어진(given) 이름의 Attr 를 작성합니다.
 Attr Document. createAttributeNS (String  namespaceURI, String  qualifiedName)
          주어진(given) 수식명과 이름 공간 URI 를 가지는 속성을 작성합니다.
 Attr Element. getAttributeNode (String  name)
          이름을 지정해 속성 노드를 가져옵니다.
 Attr Element. getAttributeNodeNS (String  namespaceURI, String  localName)
          로컬명과 이름 공간 URI 를 지정해 Attr 노드를 가져옵니다.
 Attr Element. removeAttributeNode (Attr  oldAttr)
          지정된 속성 노드를 삭제합니다.
 Attr Element. setAttributeNode (Attr  newAttr)
          새로운 속성을 추가합니다.
 Attr Element. setAttributeNodeNS (Attr  newAttr)
          새로운 속성을 추가합니다.
 

Attr 형의 파라미터를 가지는 org.w3c.dom 의 메소드
 Attr Element. removeAttributeNode (Attr  oldAttr)
          지정된 속성 노드를 삭제합니다.
 Attr Element. setAttributeNode (Attr  newAttr)
          새로운 속성을 추가합니다.
 Attr Element. setAttributeNodeNS (Attr  newAttr)
          새로운 속성을 추가합니다.
 void Element. setIdAttributeNode (Attr  idAttr, boolean isId)
          isId 파라미터가 true 의 경우, 이 메소드는 지정된 속성이 사용자 결정 ID 속성인 것을 선언합니다.
 


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