com.dotmarketing.util.diff.html.ancestor.tagtostring
Class TagToString

java.lang.Object
  extended by com.dotmarketing.util.diff.html.ancestor.tagtostring.TagToString
Direct Known Subclasses:
AnchorToString, NoContentTagToString

public class TagToString
extends java.lang.Object


Field Summary
protected  TagNode node
           
protected  TagChangeSematic sem
           
 
Constructor Summary
protected TagToString(TagNode node, TagChangeSematic sem, java.util.ResourceBundle bundle)
           
 
Method Summary
protected  void addAttributes(ChangeText txt, org.xml.sax.Attributes attributes)
           
protected  java.lang.String getAdded()
           
 void getAddedDescription(ChangeText txt)
           
protected  java.lang.String getArticle()
           
 java.lang.String getDescription()
           
 HtmlLayoutChange getHtmlLayoutChange()
           
protected  java.lang.String getMovedOutOf()
           
protected  java.lang.String getMovedTo()
           
protected  java.lang.String getRemoved()
           
 void getRemovedDescription(ChangeText txt)
           
protected  java.lang.String getSource()
           
 java.lang.String getString(java.lang.String key)
           
protected  java.lang.String getStyleAdded()
           
protected  java.lang.String getStyleRemoved()
           
protected  java.lang.String translateArgument(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

node

protected TagNode node

sem

protected TagChangeSematic sem
Constructor Detail

TagToString

protected TagToString(TagNode node,
                      TagChangeSematic sem,
                      java.util.ResourceBundle bundle)
Method Detail

getDescription

public java.lang.String getDescription()

getRemovedDescription

public void getRemovedDescription(ChangeText txt)

getAddedDescription

public void getAddedDescription(ChangeText txt)

getMovedTo

protected java.lang.String getMovedTo()

getStyleAdded

protected java.lang.String getStyleAdded()

getAdded

protected java.lang.String getAdded()

getMovedOutOf

protected java.lang.String getMovedOutOf()

getStyleRemoved

protected java.lang.String getStyleRemoved()

getRemoved

protected java.lang.String getRemoved()

addAttributes

protected void addAttributes(ChangeText txt,
                             org.xml.sax.Attributes attributes)

translateArgument

protected java.lang.String translateArgument(java.lang.String name)

getSource

protected java.lang.String getSource()

getArticle

protected java.lang.String getArticle()

getString

public java.lang.String getString(java.lang.String key)

getHtmlLayoutChange

public HtmlLayoutChange getHtmlLayoutChange()
Returns:
the htmlChange


Copyright © 2013 dotCMS Inc. All Rights Reserved.