Class TextImpl

Object
com.liferay.portal.xml.NodeImpl
com.liferay.portal.xml.TextImpl
All Implemented Interfaces:
com.liferay.portal.kernel.xml.Node, com.liferay.portal.kernel.xml.Text, Serializable

public class TextImpl extends NodeImpl implements com.liferay.portal.kernel.xml.Text
Author:
Brian Wing Shun Chan
See Also:
  • Constructor Details

    • TextImpl

      public TextImpl(org.dom4j.Text text)
  • Method Details

    • accept

      public <T, V extends com.liferay.portal.kernel.xml.Visitor<T>> T accept(V visitor)
      Specified by:
      accept in interface com.liferay.portal.kernel.xml.Node
      Overrides:
      accept in class NodeImpl
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class NodeImpl
    • getWrappedText

      public org.dom4j.Text getWrappedText()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class NodeImpl
    • toString

      public String toString()
      Overrides:
      toString in class NodeImpl