com.jclark.xsl.dom

Class CommentNode

class CommentNode extends NodeBase

Wraps a W3C DOM XML Comment Node as an om.Node
Constructor Summary
CommentNode(Node domNode, ContainerNode parent, int childIndex)
Method Summary
StringgetData()
bytegetType()

Constructor Detail

CommentNode

CommentNode(Node domNode, ContainerNode parent, int childIndex)

Method Detail

getData

public final String getData()

getType

public byte getType()