Class XSLSort

    • Constructor Detail

      • XSLSort

        public XSLSort()
    • Method Detail

      • validate

        public void validate​(ComponentDeclaration decl)
                      throws XPathException
        Description copied from class: StyleElement
        Check that the stylesheet element is valid. This is called once for each element, after the entire tree has been built. As well as validation, it can perform first-time initialisation. The default implementation does nothing; it is normally overriden in subclasses.
        Overrides:
        validate in class XSLSortOrMergeKey
        Parameters:
        decl - the declaration to be validated
        Throws:
        XPathException - if any error is found during validation