Interface DocumentTypeInformation


@API(type=NOT_EXTENDABLE, src=PUBLIC) public interface DocumentTypeInformation
Provides information about the document type configuration which was loaded for the current editor ('Document Type Association' preferences page). Only available for XML-type editors.
Since:
16
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the location on disk of the framework configuration.
    Returns the unique ID of the document type.
    Returns the name of the document type.
  • Method Details

    • getFrameworkStoreLocation

      String getFrameworkStoreLocation()
      Returns the location on disk of the framework configuration.
      Returns:
      The location on disk of the framework configuration.
    • getName

      String getName()
      Returns the name of the document type.
      Returns:
      the name of the document type.
    • getID

      String getID()
      Returns the unique ID of the document type.
      Returns:
      the unique ID of the document type.
      Since:
      20