Class NamespaceAlias

    • Constructor Detail

      • NamespaceAlias

        public NamespaceAlias​(int docOrderNumber)
        Constructor NamespaceAlias
        Parameters:
        docOrderNumber - The document order number
    • Method Detail

      • setStylesheetPrefix

        public void setStylesheetPrefix​(java.lang.String v)
        Set the "stylesheet-prefix" attribute.
        Parameters:
        v - non-null prefix value.
      • getStylesheetPrefix

        public java.lang.String getStylesheetPrefix()
        Get the "stylesheet-prefix" attribute.
        Returns:
        non-null prefix value.
      • setStylesheetNamespace

        public void setStylesheetNamespace​(java.lang.String v)
        Set the value for the stylesheet namespace.
        Parameters:
        v - non-null prefix value.
      • getStylesheetNamespace

        public java.lang.String getStylesheetNamespace()
        Get the value for the stylesheet namespace.
        Returns:
        non-null prefix value.
      • setResultPrefix

        public void setResultPrefix​(java.lang.String v)
        Set the "result-prefix" attribute.
        Parameters:
        v - non-null prefix value.
      • getResultPrefix

        public java.lang.String getResultPrefix()
        Get the "result-prefix" attribute.
        Returns:
        non-null prefix value.
      • setResultNamespace

        public void setResultNamespace​(java.lang.String v)
        Set the result namespace.
        Parameters:
        v - non-null namespace value
      • getResultNamespace

        public java.lang.String getResultNamespace()
        Get the result namespace value.
        Returns:
        non-null namespace value.
      • recompose

        public void recompose​(StylesheetRoot root)
        This function is called to recompose() all of the namespace alias properties elements.
        Overrides:
        recompose in class ElemTemplateElement
        Parameters:
        root - The owning root stylesheet