Class WebListDepictor<C extends CompositeComponent>

    • Constructor Detail

      • WebListDepictor

        public WebListDepictor()
        Default constructor using the XHTML <ol> element.
      • WebListDepictor

        public WebListDepictor​(java.net.URI namespaceURI,
                               java.lang.String localName)
        Element namespace and local name constructor.
        Parameters:
        namespaceURI - The URI of the XML namespace of the element, or null if there is no namespace.
        localName - The local name of the element with no prefix, or null if this component should not be rendered as an element.