当前页面:
在线文档首页 >
Java Platform, Enterprise Edition v5.0 API Specifications
Text (Java EE 5 SDK) - Java Platform, Enterprise Edition v5.0 API Specifications
javax.xml.soap
Interface Text
- All Superinterfaces:
- CharacterData, Node, Text
public interface Text
- extends Node, Text
A representation of a node whose value is text. A Text
object
may represent text that is content or text that is a comment.
Method Summary |
boolean |
isComment()
Retrieves whether this Text object represents a comment. |
isComment
boolean isComment()
- Retrieves whether this
Text
object represents a comment.
- Returns:
true
if this Text
object is a
comment; false
otherwise
Submit a bug or feature Copyright 2006 Sun Microsystems, Inc. All rights reserved.