Interface IParserErrorHandler.IParseLocation

Enclosing interface:
IParserErrorHandler

public static interface IParserErrorHandler.IParseLocation
For now this is an empty interface. Error handling methods include a parameter of this type which will currently always be set to null. This interface is included here so that locations can be added to the API in a future release without changing the API.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the name of the parent element (the element containing the element currently being parsed)
  • Method Details

    • getParentElementName

      Returns the name of the parent element (the element containing the element currently being parsed)
      Since:
      2.1