Class RWHyperlinksImpl

  • All Implemented Interfaces:
    RWHyperlinks

    public class RWHyperlinksImpl
    extends java.lang.Object
    implements RWHyperlinks
    Since:
    MicroStrategy Web 9.0.0
    • Method Detail

      • size

        public int size()
        Specified by:
        size in interface RWHyperlinks
        Returns:
        the number of hyperlink instances.
      • elements

        public java.util.Iterator elements()
        Specified by:
        elements in interface RWHyperlinks
        Returns:
        Enumeration of hyperlink instances.
      • get

        public RWHyperlink get​(int index)
        Specified by:
        get in interface RWHyperlinks
        Parameters:
        index - the index (starting from 0) of the hyperlink instance in the list
        Returns:
        the hyperlink instance at the index
      • remove

        public RWHyperlink remove​(int i)
        Description copied from interface: RWHyperlinks
        Removes a hyperlink.
        Specified by:
        remove in interface RWHyperlinks
        Parameters:
        i - identifier of hyperlink to remove.
        Returns:
        the hyperlink instance removed.
      • handleStandalone

        public void handleStandalone​(java.lang.String value)
                              throws org.xml.sax.SAXException
        Throws:
        org.xml.sax.SAXException