Class AbstractPDFExtensionElement

    • Constructor Detail

      • AbstractPDFExtensionElement

        public AbstractPDFExtensionElement​(FONode parent)
        Default constructor
        Parameters:
        parent - parent of this node
        See Also:
        FONode(FONode)
    • Method Detail

      • getNamespaceURI

        public java.lang.String getNamespaceURI()
        Returns the namespace URI for this node
        Overrides:
        getNamespaceURI in class FONode
        Returns:
        the namespace URI for this node
      • getNormalNamespacePrefix

        public java.lang.String getNormalNamespacePrefix()
        Returns the normally used namespace prefix for this node
        Specified by:
        getNormalNamespacePrefix in class FONode
        Returns:
        the normally used namespace prefix for this kind of node (ex. "fo" for XSL-FO)
      • instantiateExtensionAttachment

        protected ExtensionAttachment instantiateExtensionAttachment()
        Instantiates extension attachment object.
        Returns:
        extension attachment