Class XSLOverride

    • Constructor Detail

      • XSLOverride

        public XSLOverride()
    • Method Detail

      • prepareAttributes

        protected void prepareAttributes()
        Description copied from class: StyleElement
        Set the attribute list for the element. This is called to process the attributes (note the distinction from processAttributes in the superclass). Must be supplied in a subclass
        Specified by:
        prepareAttributes in class StyleElement
      • postValidate

        public void postValidate()
                          throws XPathException
        Description copied from class: StyleElement
        Hook to allow additional validation of a parent element immediately after its children have been validated.
        Overrides:
        postValidate in class StyleElement
        Throws:
        XPathException - if any error is found during post-traversal validation