org.merlotxml.merlot
Class MerlotDOMComment

java.lang.Object
  |
  +--org.merlotxml.merlot.MerlotDOMNode
        |
        +--org.merlotxml.merlot.MerlotDOMComment

public class MerlotDOMComment
extends MerlotDOMNode


Field Summary
protected  org.w3c.dom.Comment _comment
           
protected  boolean _visible
           
 
Fields inherited from class org.merlotxml.merlot.MerlotDOMNode
_children, _clonedFrom, _dtdPluginConfig, _file, _listeners, _parent, _theNode, DOM_TREENODE_FLAVOR
 
Constructor Summary
MerlotDOMComment(org.w3c.dom.Comment c, XMLFile doc)
           
 
Method Summary
 java.lang.String getText()
           
 boolean isVisible()
           
 void setText(java.lang.String s)
           
 void setVisible(boolean tf)
           
 
Methods inherited from class org.merlotxml.merlot.MerlotDOMNode
addMerlotNodeListener, appendChild, array2String, array2String, clone, delete, equals, fireNodeChanged, fireNodeDeleted, fireNodeInserted, fireNodeRemoved, getAppendableElements, getAttributes, getChildIndex, getChildNodes, getChildText, getClonedFrom, getDisplayText, getDocument, getDTDAttributes, getDTDPluginConfig, getEditor, getEditPanel, getFirstChild, getIcon, getIndices, getInsertableElements, getMerlotDOMDocument, getMerlotNodeListeners, getNodeName, getNodes, getParentNode, getPreviousSibling, getPreviousSibling, getRealNode, getSmallIcon, getTransferData, getTransferDataFlavors, getXMLFile, hashCode, importChild, importChildAfter, importChildBefore, insertAfter, insertBefore, insertChildAt, isAllowableChild, isDataFlavorSupported, isElement, newChild, newChild, newSiblingAfter, newSiblingAfter, newSiblingBefore, newSiblingBefore, printNode, printNode, removeAllMerlotDOMNodeListeners, removeChild, removeMerlotNodeListener, resetCache, setAttributes, setClonedFrom, setParentNode, setParentNode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_visible

protected boolean _visible

_comment

protected org.w3c.dom.Comment _comment
Constructor Detail

MerlotDOMComment

public MerlotDOMComment(org.w3c.dom.Comment c,
                        XMLFile doc)
Method Detail

setVisible

public void setVisible(boolean tf)

isVisible

public boolean isVisible()

getText

public java.lang.String getText()

setText

public void setText(java.lang.String s)