Class XSLAttributeSet

    • Constructor Detail

      • XSLAttributeSet

        public XSLAttributeSet()
    • Method Detail

      • getAttributeSetFingerprint

        public int getAttributeSetFingerprint()
      • incrementReferenceCount

        public void incrementReferenceCount()
      • prepareAttributes

        public void prepareAttributes()
                               throws XPathException
        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
        Throws:
        XPathException
      • validate

        public void validate()
                      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 StyleElement
        Throws:
        XPathException
      • checkCircularity

        public void checkCircularity​(XSLAttributeSet origin)
                              throws XPathException
        Check for circularity: specifically, check that this attribute set does not contain a direct or indirect reference to the one supplied as a parameter
        Throws:
        XPathException