Interface AuthorUtilAccess

All Superinterfaces:
UtilAccess

@API(type=NOT_EXTENDABLE, src=PUBLIC) public interface AuthorUtilAccess extends UtilAccess
Provides access to utility methods related to author access.
  • Method Details

    • escapeAttributeValue

      @Deprecated String escapeAttributeValue(String attributeValue)
      Deprecated.
      Use the method from the AuthorXMLUtilAccess class.
      Escape an attribute value so that the XML document remains well-formed.
      Parameters:
      attributeValue - The attribute value.
      Returns:
      The escaped value. It does not return null.
    • newNonValidatingXMLReader

      @Deprecated XMLReader newNonValidatingXMLReader()
      Deprecated.
      Use the method from the AuthorXMLUtilAccess class.
      Creates an XMLReader without validation.
      Returns:
      A new XML Reader.
    • resolvePath

      @Deprecated URL resolvePath(URL baseURL, String relativeLocation, boolean entityResolve, boolean uriResolve)
      Deprecated.
      Use the method from the AuthorXMLUtilAccess class.
      Try to resolve a relative location to an absolute path by using the XML catalogs.
      Parameters:
      baseURL - The URL of the current opened XML file.
      relativeLocation - The relative location to be resolved.
      entityResolve - true if the catalog entity resolver should be used.
      uriResolve - true if the catalog URI resolver should be used.
      Returns:
      The absolute URL. It does not return null.
    • resetXMLCatalogs

      @Deprecated void resetXMLCatalogs()
      Deprecated.
      Use the method from the AuthorXMLUtilAccess class.
      Reset the loaded XML catalogs. This way next time the catalogs are needed they will first be rebuilt.