Interface DocumentNavigationExtensionConstants

All Known Implementing Classes:
DocumentNavigationHandler, GoToXYAction, URIAction

public interface DocumentNavigationExtensionConstants
Constants for the IF document-level navigation extension.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.apache.xmlgraphics.util.QName
    the bookmark element
    static final org.apache.xmlgraphics.util.QName
    the bookmark-tree element
    static final org.apache.xmlgraphics.util.QName
    the goto-uri element
    static final org.apache.xmlgraphics.util.QName
    the goto-xy element
    static final org.apache.xmlgraphics.util.QName
    the link element
    static final org.apache.xmlgraphics.util.QName
    the named-destination element
    static final String
    Namespace URI for the document navigation namespace
    static final String
    Default Namespace prefix for the document navigation namespace
  • Field Details

    • NAMESPACE

      static final String NAMESPACE
      Namespace URI for the document navigation namespace
      See Also:
    • PREFIX

      static final String PREFIX
      Default Namespace prefix for the document navigation namespace
      See Also:
    • BOOKMARK_TREE

      static final org.apache.xmlgraphics.util.QName BOOKMARK_TREE
      the bookmark-tree element
    • BOOKMARK

      static final org.apache.xmlgraphics.util.QName BOOKMARK
      the bookmark element
    • NAMED_DESTINATION

      static final org.apache.xmlgraphics.util.QName NAMED_DESTINATION
      the named-destination element
    • GOTO_XY

      static final org.apache.xmlgraphics.util.QName GOTO_XY
      the goto-xy element
    • GOTO_URI

      static final org.apache.xmlgraphics.util.QName GOTO_URI
      the goto-uri element