Class RawMarkup


  • public class RawMarkup
    extends MarkupElement
    This class is for framework purposes only, which is why the class is (default) protected.

    A RawMarkup element represents a hunk of unparsed HTML containing any arbitrary content.

    Author:
    Jonathan Locke
    See Also:
    MarkupElement
    • Constructor Detail

      • RawMarkup

        public RawMarkup​(CharSequence string)
        Create a RawMarkup element referencing an uninterpreted markup string.
        Parameters:
        string - The raw markup