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(Comment comment)
           
 
Method Summary
 String getAttribute(String name)
           
 Map<String,String> getAttributes()
           
 com.google.gwt.dom.client.Element getElement()
           
 String getTagName()
           
 boolean hasAttribute(String name)
           
 boolean isClosing()
           
 void setClosing(boolean isClosing)
           
 void setElement(com.google.gwt.dom.client.Element element)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CMSComment

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

isClosing

public boolean isClosing()

setClosing

public void setClosing(boolean isClosing)

getAttribute

public String getAttribute(String name)

getAttributes

public Map<String,String> getAttributes()

hasAttribute

public boolean hasAttribute(String name)

getTagName

public String getTagName()

toString

public String toString()
Overrides:
toString in class Object

setElement

public void setElement(com.google.gwt.dom.client.Element element)

getElement

public com.google.gwt.dom.client.Element getElement()


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