BEA WebLogic Server 9.0 API Reference
weblogic.apache.xerces.dom
Class CommentImpl
java.lang.Object
   weblogic.apache.xerces.dom.NodeImpl
weblogic.apache.xerces.dom.NodeImpl
       weblogic.apache.xerces.dom.ChildNode
weblogic.apache.xerces.dom.ChildNode
           weblogic.apache.xerces.dom.CharacterDataImpl
weblogic.apache.xerces.dom.CharacterDataImpl
               weblogic.apache.xerces.dom.CommentImpl
weblogic.apache.xerces.dom.CommentImpl
- All Implemented Interfaces: 
- CharacterData, Cloneable, Comment, EventTarget, Node, NodeList, Serializable
- Direct Known Subclasses: 
- DeferredCommentImpl
Deprecated. please use JDK supplied XML parsers and transformers
- public class CommentImpl- extends CharacterDataImpl- implements CharacterData, Comment
Represents an XML (or HTML) comment.
 
This class is based on an implementation from the Apache XML
 Project. In future releases the XML parser, XSLT processor, and
 associated classes will likely be updated to be based on a later
 version of the Apache implementations. Since Apache does not guarantee
 backwards compatibility between versions of their software, we cannot
 guarantee backwards compatibility of any of the classes contained in
 the weblogic.apache package or sub-packages.
- Since:
- PR-DOM-Level-1-19980818.
- See Also:
- Serialized Form
 
 
 
| Fields inherited from class weblogic.apache.xerces.dom.NodeImpl | 
| ELEMENT_DEFINITION_NODE, FIRSTCHILD, flags, HASSTRING, IDATTRIBUTE, IGNORABLEWS, OWNED, ownerNode, READONLY, SPECIFIED, SYNCCHILDREN, SYNCDATA, TREE_POSITION_ANCESTOR, TREE_POSITION_DESCENDANT, TREE_POSITION_DISCONNECTED, TREE_POSITION_EQUIVALENT, TREE_POSITION_FOLLOWING, TREE_POSITION_PRECEDING, TREE_POSITION_SAME_NODE, UNNORMALIZED | 
 
| Fields inherited from interface org.w3c.dom.Node | 
| ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE | 
 
 
| Method Summary | 
|  String | getNodeName()Deprecated. Returns the node name.
 | 
|  short | getNodeType()Deprecated. A short integer indicating what type of node this is.
 | 
 
| Methods inherited from class weblogic.apache.xerces.dom.CharacterDataImpl | 
| appendData, deleteData, getChildNodes, getData, getLength, getNodeValue, insertData, replaceData, setData, setNodeValue, setNodeValueInternal, substringData | 
 
 
| Methods inherited from class weblogic.apache.xerces.dom.NodeImpl | 
| addEventListener, appendChild, changed, changes, compareTreePosition, dispatchEvent, getAttributes, getBaseURI, getFirstChild, getInterface, getLastChild, getLocalName, getNamespaceURI, getOwnerDocument, getPrefix, getReadOnly, getTextContent, getUserData, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, item, lookupNamespacePrefix, lookupNamespaceURI, needsSyncChildren, normalize, removeChild, removeEventListener, replaceChild, setPrefix, setReadOnly, setTextContent, setUserData, setUserData, synchronizeData, toString | 
 
 
 
| Methods inherited from interface org.w3c.dom.Node | 
| appendChild, cloneNode, getAttributes, getBaseURI, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent | 
 
CommentImpl
public CommentImpl(CoreDocumentImpl ownerDoc,
                   String data)
- Deprecated. - Factory constructor.
 
getNodeName
public String getNodeName()
- Deprecated. - Returns the node name.
 
- 
- Specified by:
- getNodeNamein interface- Node
- Specified by:
- getNodeNamein class- NodeImpl
 
- 
 
getNodeType
public short getNodeType()
- Deprecated. - A short integer indicating what type of node this is. The named
 constants for this value are defined in the org.w3c.dom.Node interface.
 
- 
- Specified by:
- getNodeTypein interface- Node
- Specified by:
- getNodeTypein class- NodeImpl
 
-