|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
| 개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 | |||||||||
public interface Text
값이 텍스트인 노드의 표현입니다. Text 객체는, 컨텐츠인 텍스트 또는 코멘트인 텍스트를 나타냅니다.
| 필드의 개요 |
|---|
| 메소드의 개요 | |
|---|---|
boolean |
isComment ()
이 Text 객체가 코멘트를 표현할지 어떨지를 가져옵니다. |
| 인터페이스 javax.xml.soap. Node 로부터 상속된 메소드 |
|---|
detachNode , getParentElement , getValue , recycleNode , setParentElement , setValue |
| 인터페이스 org.w3c.dom. Text 로부터 상속된 메소드 |
|---|
getWholeText , isElementContentWhitespace , replaceWholeText , splitText |
| 인터페이스 org.w3c.dom. CharacterData 로부터 상속된 메소드 |
|---|
appendData , deleteData , getData , getLength , insertData , replaceData , setData , substringData |
| 인터페이스 org.w3c.dom. Node 로부터 상속된 메소드 |
|---|
appendChild , cloneNode , compareDocumentPosition , getAttributes , getBaseURI , getChildNodes , getFeature , getFirstChild , getLastChild , getLocalName , getNamespaceURI , getNextSibling , getNodeName , getNodeType , getNodeValue , getOwnerDocument , getParentNode , getPrefix , getPreviousSibling , getTextContent , getUserData , hasAttributes , hasChildNodes , insertBefore , isDefaultNamespace , isEqualNode , isSameNode , isSupported , lookupNamespaceURI , lookupPrefix , normalize , removeChild , replaceChild , setNodeValue , setPrefix , setTextContent , setUserData |
| 메소드의 상세 |
|---|
boolean isComment()
Text 객체가 코멘트를 표현할지 어떨지를 가져옵니다.
Text 객체가 코멘트인 경우는 true,
그렇지 않은 경우는 false
|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
| 개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.