Class NamespaceImpl

Object
com.liferay.portal.xml.NodeImpl
com.liferay.portal.xml.NamespaceImpl
All Implemented Interfaces:
com.liferay.portal.kernel.xml.Namespace, com.liferay.portal.kernel.xml.Node, Serializable

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

    • NamespaceImpl

      public NamespaceImpl(org.dom4j.Namespace namespace)
  • 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
    • getNodeType

      public short getNodeType()
      Specified by:
      getNodeType in interface com.liferay.portal.kernel.xml.Namespace
    • getPrefix

      public String getPrefix()
      Specified by:
      getPrefix in interface com.liferay.portal.kernel.xml.Namespace
    • getURI

      public String getURI()
      Specified by:
      getURI in interface com.liferay.portal.kernel.xml.Namespace
    • getWrappedNamespace

      public org.dom4j.Namespace getWrappedNamespace()
    • getXPathNameStep

      public String getXPathNameStep()
      Specified by:
      getXPathNameStep in interface com.liferay.portal.kernel.xml.Namespace
    • hashCode

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

      public String toString()
      Overrides:
      toString in class NodeImpl