Interface MarkupError


public interface MarkupError
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    text being parsed was not valid UTF-8
    static final int
    document contained nothing, or only whitespace
    static final int
    error should be set by #GMarkupParser
    functions; content was invalid
    static final int
    error should be set by #GMarkupParser
    functions; a required attribute was missing
    static final int
    document was ill-formed
    static final int
    error should be set by #GMarkupParser
    functions; attribute wasn't known
    static final int
    error should be set by #GMarkupParser
    functions; element wasn't known
  • Field Details

    • BAD_UTF8

      static final int BAD_UTF8
      text being parsed was not valid UTF-8
      See Also:
    • EMPTY

      static final int EMPTY
      document contained nothing, or only whitespace
      See Also:
    • PARSE

      static final int PARSE
      document was ill-formed
      See Also:
    • UNKNOWN_ELEMENT

      static final int UNKNOWN_ELEMENT
      error should be set by #GMarkupParser
      functions; element wasn't known
      See Also:
    • UNKNOWN_ATTRIBUTE

      static final int UNKNOWN_ATTRIBUTE
      error should be set by #GMarkupParser
      functions; attribute wasn't known
      See Also:
    • INVALID_CONTENT

      static final int INVALID_CONTENT
      error should be set by #GMarkupParser
      functions; content was invalid
      See Also:
    • MISSING_ATTRIBUTE

      static final int MISSING_ATTRIBUTE
      error should be set by #GMarkupParser
      functions; a required attribute was missing
      See Also: