Schnittstelle MarkupError


public interface MarkupError
  • Feldübersicht Linksymbol

    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 Linksymbol

    • BAD_UTF8 Linksymbol

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

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

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

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

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

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

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