Class HtmlInsertedText

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, org.w3c.dom.Element, org.w3c.dom.Node

    public class HtmlInsertedText
    extends HtmlElement
    Wrapper for the HTML element "ins".
    See Also:
    Serialized Form
    • Field Detail

      • TAG_NAME

        public static final java.lang.String TAG_NAME
        The HTML tag represented by this element.
        See Also:
        Constant Field Values
    • Constructor Detail

      • HtmlInsertedText

        HtmlInsertedText​(java.lang.String qualifiedName,
                         SgmlPage page,
                         java.util.Map<java.lang.String,​DomAttr> attributes)
        Creates an instance of HtmlInsertedText
        Parameters:
        qualifiedName - the qualified name of the element type to instantiate
        page - the HtmlPage that contains this element
        attributes - the initial attributes
    • Method Detail

      • getCiteAttribute

        public final java.lang.String getCiteAttribute()
        Returns the value of the attribute cite. Refer to the HTML 4.01 documentation for details on the use of this attribute.
        Returns:
        the value of the attribute cite or an empty string if that attribute isn't defined.
      • getDateTimeAttribute

        public final java.lang.String getDateTimeAttribute()
        Returns the value of the attribute datetime. Refer to the HTML 4.01 documentation for details on the use of this attribute.
        Returns:
        the value of the attribute datetime or an empty string if that attribute isn't defined.