net.sf.saxon.tree

Class CommentImpl

final class CommentImpl extends NodeImpl

CommentImpl is an implementation of a Comment node

Author: Michael H. Kay

Field Summary
Stringcomment
Constructor Summary
CommentImpl(String content)
Method Summary
voidcopy(Receiver out, int whichNamespaces, boolean copyAnnotations, int locationId)
Copy this node to a given outputter
intgetNodeKind()
StringgetStringValue()

Field Detail

comment

String comment

Constructor Detail

CommentImpl

public CommentImpl(String content)

Method Detail

copy

public void copy(Receiver out, int whichNamespaces, boolean copyAnnotations, int locationId)
Copy this node to a given outputter

getNodeKind

public final int getNodeKind()

getStringValue

public final String getStringValue()