Schnittstelle MarkupError


public interface MarkupError
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    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
  • Felddetails

    • BAD_UTF8

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

      static final int EMPTY
      document contained nothing, or only whitespace
      Siehe auch:
    • PARSE

      static final int PARSE
      document was ill-formed
      Siehe auch:
    • UNKNOWN_ELEMENT

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

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

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

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