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 org.apache.xmlgraphics.util.QName
BOOKMARK
the bookmark elementstatic org.apache.xmlgraphics.util.QName
BOOKMARK_TREE
the bookmark-tree elementstatic org.apache.xmlgraphics.util.QName
GOTO_URI
the goto-uri elementstatic org.apache.xmlgraphics.util.QName
GOTO_XY
the goto-xy elementstatic org.apache.xmlgraphics.util.QName
LINK
the link elementstatic org.apache.xmlgraphics.util.QName
NAMED_DESTINATION
the named-destination elementstatic java.lang.String
NAMESPACE
Namespace URI for the document navigation namespacestatic java.lang.String
PREFIX
Default Namespace prefix for the document navigation namespace
-
-
-
Field Detail
-
NAMESPACE
static final java.lang.String NAMESPACE
Namespace URI for the document navigation namespace- See Also:
- Constant Field Values
-
PREFIX
static final java.lang.String PREFIX
Default Namespace prefix for the document navigation namespace- See Also:
- Constant Field Values
-
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
-
LINK
static final org.apache.xmlgraphics.util.QName LINK
the link 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
-
-