info.magnolia.templating.editor.client.dom
Class CMSComment

java.lang.Object
  extended by info.magnolia.templating.editor.client.dom.CMSComment

public class CMSComment
extends Object

CMSComment Constructor.


Constructor Summary
CMSComment(String comment)
           
 
Method Summary
 String getAttribute(String name)
           
 String getTagName()
           
 boolean hasAttribute(String name)
           
 boolean isClosing()
           
 void setClosing(boolean isClosing)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CMSComment

public CMSComment(String comment)
           throws IllegalArgumentException
Throws:
IllegalArgumentException
Method Detail

isClosing

public boolean isClosing()

setClosing

public void setClosing(boolean isClosing)

getAttribute

public String getAttribute(String name)

hasAttribute

public boolean hasAttribute(String name)

getTagName

public String getTagName()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2003-2012 Magnolia International Ltd.. All Rights Reserved.