Class ProcessingInstructionImpl

Object
com.liferay.portal.xml.NodeImpl
com.liferay.portal.xml.ProcessingInstructionImpl
All Implemented Interfaces:
com.liferay.portal.kernel.xml.Node, com.liferay.portal.kernel.xml.ProcessingInstruction, Serializable

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

    • ProcessingInstructionImpl

      public ProcessingInstructionImpl(org.dom4j.ProcessingInstruction processingInstruction)
  • 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
    • getTarget

      public String getTarget()
      Specified by:
      getTarget in interface com.liferay.portal.kernel.xml.ProcessingInstruction
    • getText

      public String getText()
      Specified by:
      getText in interface com.liferay.portal.kernel.xml.Node
      Specified by:
      getText in interface com.liferay.portal.kernel.xml.ProcessingInstruction
      Overrides:
      getText in class NodeImpl
    • getValue

      public String getValue(String name)
      Specified by:
      getValue in interface com.liferay.portal.kernel.xml.ProcessingInstruction
    • getValues

      public Map<String,String> getValues()
      Specified by:
      getValues in interface com.liferay.portal.kernel.xml.ProcessingInstruction
    • getWrappedProcessingInstruction

      public org.dom4j.ProcessingInstruction getWrappedProcessingInstruction()
    • hashCode

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

      public boolean removeValue(String name)
      Specified by:
      removeValue in interface com.liferay.portal.kernel.xml.ProcessingInstruction
    • setTarget

      public void setTarget(String target)
      Specified by:
      setTarget in interface com.liferay.portal.kernel.xml.ProcessingInstruction
    • setValue

      public void setValue(String name, String value)
      Specified by:
      setValue in interface com.liferay.portal.kernel.xml.ProcessingInstruction
    • setValues

      public void setValues(Map<String,String> data)
      Specified by:
      setValues in interface com.liferay.portal.kernel.xml.ProcessingInstruction
    • toString

      public String toString()
      Overrides:
      toString in class NodeImpl